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
16 lines
480 B
JSON
16 lines
480 B
JSON
{
|
|
"id": "pxe-disk",
|
|
"name": "CoreOS with SSH",
|
|
"boot": {
|
|
"kernel": "/assets/coreos/962.0.0/coreos_production_pxe.vmlinuz",
|
|
"initrd": ["/assets/coreos/962.0.0/coreos_production_pxe_image.cpio.gz"],
|
|
"cmdline": {
|
|
"root": "/dev/sda1",
|
|
"coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}",
|
|
"coreos.autologin": "",
|
|
"coreos.first_boot": ""
|
|
}
|
|
},
|
|
"cloud_id": "",
|
|
"ignition_id": "format-disk.yaml"
|
|
} |