mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
15 lines
397 B
JSON
15 lines
397 B
JSON
{
|
|
"id": "node3",
|
|
"name": "Torus Node 3",
|
|
"profile": "torus",
|
|
"selector": {
|
|
"mac": "52:54:00:c3:61:77"
|
|
},
|
|
"metadata": {
|
|
"domain_name": "node3.example.com",
|
|
"etcd_initial_cluster": "node1=http://node1.example.com:2380,node2=http://node2.example.com:2380,node3=http://node3.example.com:2380",
|
|
"etcd_name": "node3",
|
|
"pxe": "true",
|
|
"torus_storage_size": "1GiB"
|
|
}
|
|
} |