mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
* etcd3-install installs CoreOS to disk and sets up a 3-node etcd3 cluster * Additional machines are setup as etcd3 proxies
15 lines
367 B
JSON
15 lines
367 B
JSON
{
|
|
"id": "node3",
|
|
"name": "etcd Node 3",
|
|
"profile": "etcd3",
|
|
"selector": {
|
|
"mac": "52:54:00:c3:61:77",
|
|
"os": "installed"
|
|
},
|
|
"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"
|
|
}
|
|
}
|