Files
matchbox/examples/dev/specs/node1/spec.json
Dalton Hubble bb976840e1 Documentation: Add group matcher docs, improve docs and examples
* Remove Machine docs since machine resources are no longer used
2016-01-08 12:12:48 -08:00

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"
}