mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* Use DNS names to refer to nodes in etcd examples to mirror production * Add dnsmasq.conf files for metal0 (rkt) and docker0 examples which include static MAC->IP and Name->IP mappings * Remove the etcd-docker example cluster, no longer needed
14 lines
343 B
JSON
14 lines
343 B
JSON
{
|
|
"id": "node3",
|
|
"name": "etcd Node 3",
|
|
"profile": "etcd",
|
|
"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"
|
|
}
|
|
}
|