mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
18 lines
488 B
JSON
18 lines
488 B
JSON
{
|
|
"id": "node1",
|
|
"name": "Torus Node 1",
|
|
"profile": "torus",
|
|
"selector": {
|
|
"mac": "52:54:00:a1:9c:ae"
|
|
},
|
|
"metadata": {
|
|
"etcd_initial_cluster": "node1=http://172.15.0.21:2380,node2=http://172.15.0.22:2380,node3=http://172.15.0.23:2380",
|
|
"etcd_name": "node1",
|
|
"ipv4_address": "172.15.0.21",
|
|
"networkd_address": "172.15.0.21/16",
|
|
"networkd_dns": "172.15.0.3",
|
|
"networkd_gateway": "172.15.0.1",
|
|
"pxe": "true",
|
|
"torus_storage_size": "1GiB"
|
|
}
|
|
} |