mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +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
452 B
JSON
15 lines
452 B
JSON
{
|
|
"id": "grub",
|
|
"name": "CoreOS via GRUB2",
|
|
"boot": {
|
|
"kernel": "(http;bootcfg.foo:8080)/assets/coreos/899.6.0/coreos_production_pxe.vmlinuz",
|
|
"initrd": ["(http;bootcfg.foo:8080)/assets/coreos/899.6.0/coreos_production_pxe_image.cpio.gz"],
|
|
"cmdline": {
|
|
"coreos.config.url": "http://bootcfg.foo:8080/ignition",
|
|
"coreos.autologin": "",
|
|
"coreos.first_boot": ""
|
|
}
|
|
},
|
|
"cloud_id": "",
|
|
"ignition_id": "ssh.yaml"
|
|
} |