mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
* FileStore should manage resources found in type named directories since this is similar to a traditional table-DB layout and to how an EtcdStore would work
15 lines
472 B
JSON
15 lines
472 B
JSON
{
|
|
"id": "install-reboot",
|
|
"name": "Install CoreOS and Reboot",
|
|
"boot": {
|
|
"kernel": "/assets/coreos/983.0.0/coreos_production_pxe.vmlinuz",
|
|
"initrd": ["/assets/coreos/983.0.0/coreos_production_pxe_image.cpio.gz"],
|
|
"cmdline": {
|
|
"coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}",
|
|
"coreos.autologin": "",
|
|
"coreos.first_boot": ""
|
|
}
|
|
},
|
|
"cloud_id": "",
|
|
"ignition_id": "coreos-install.yaml"
|
|
} |