mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-03-21 11:43:35 +00:00
* Refactor examples to boot provision minimal hosts with Fedora CoreOS or Flatcar Linux * Remove the etcd3 cluster example or other specific kinds of hosts * Update script get-fedora-coreos * Remove script get-coreos
12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
"id": "stage-0",
|
|
"name": "Flatcar Linux install",
|
|
"profile": "flatcar-install",
|
|
"metadata": {
|
|
"os_channel": "stable",
|
|
"os_version": "2605.6.0",
|
|
"ignition_endpoint": "http://matchbox.example.com:8080/ignition",
|
|
"baseurl": "http://matchbox.example.com:8080/assets/flatcar"
|
|
}
|
|
}
|