Files
matchbox/examples/groups/etcd-docker/default.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

13 lines
353 B
JSON

{
"id": "default",
"name": "default",
"profile": "etcd-proxy",
"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",
"fleet_metadata": "role=etcd-proxy",
"networkd_dns": "172.17.0.3",
"networkd_gateway": "172.17.0.1",
"networkd_name": "ens3"
}
}