mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-03-21 12:43:25 +00:00
* etcd3-install installs CoreOS to disk and sets up a 3-node etcd3 cluster * Additional machines are setup as etcd3 proxies
12 lines
272 B
JSON
12 lines
272 B
JSON
{
|
|
"id": "default",
|
|
"name": "default",
|
|
"profile": "etcd-proxy",
|
|
"selector": {
|
|
"os": "installed"
|
|
},
|
|
"metadata": {
|
|
"etcd_initial_cluster": "node1=http://node1.example.com:2380,node2=http://node2.example.com:2380,node3=http://node3.example.com:2380"
|
|
}
|
|
}
|