mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
14 lines
344 B
JSON
14 lines
344 B
JSON
{
|
|
"id": "node3",
|
|
"name": "etcd Node 3",
|
|
"profile": "etcd3",
|
|
"selector": {
|
|
"mac": "52:54:00:c3:61:77"
|
|
},
|
|
"metadata": {
|
|
"domain_name": "node3.example.com",
|
|
"etcd_name": "node3",
|
|
"etcd_initial_cluster": "node1=http://node1.example.com:2380,node2=http://node2.example.com:2380,node3=http://node3.example.com:2380"
|
|
}
|
|
}
|