Files
matchbox/examples/groups/etcd-docker/node3.json
Dalton Hubble 373d27760a bootcfg/storage: Read groups from groups directory
* Split config.yaml files into JSON groups files
* Update examples to use folders of mountable groups files
* Stop reading groups from a -config config.yaml file
* Add RichGroup JSON <-> Protobuf Serialize Group
2016-04-05 14:10:44 -07:00

19 lines
539 B
JSON

{
"id": "etcd Node 3",
"name": "etcd Node 3",
"profile": "etcd",
"requirements": {
"uuid": "39d2e747-2648-4d68-ae92-bbc70b245055"
},
"metadata": {
"etcd_initial_cluster": "node1=http://172.17.0.21:2380,node2=http://172.17.0.22:2380,node3=http://172.17.0.23:2380",
"etcd_name": "node3",
"fleet_metadata": "role=etcd,name=node3",
"ipv4_address": "172.17.0.23",
"networkd_address": "172.17.0.23/16",
"networkd_dns": "172.17.0.3",
"networkd_gateway": "172.17.0.1",
"networkd_name": "ens3"
}
}