mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
16 lines
510 B
JSON
16 lines
510 B
JSON
{
|
|
"id": "node1",
|
|
"boot": {
|
|
"kernel": "/images/coreos/835.9.0/coreos_production_pxe.vmlinuz",
|
|
"initrd": ["/images/coreos/835.9.0/coreos_production_pxe_image.cpio.gz"],
|
|
"cmdline": {
|
|
"cloud-config-url": "http://172.17.0.2:8080/cloud?uuid=${uuid}&mac=${net0/mac:hexhyp}",
|
|
"coreos.config.url": "http://172.17.0.2:8080/ignition?uuid=${uuid}",
|
|
"coreos.autologin": "",
|
|
"coreos.first_boot": ""
|
|
}
|
|
},
|
|
"cloud_id": "node1.yaml",
|
|
"ignition_id": "node1.json"
|
|
}
|