Files
matchbox/examples/groups/etcd-docker/node1.json
Dalton Hubble 9d5692c823 bootcfg/rpc: Add GroupPut to gRPC API and group create cmd
* Use hardcoded Group Id's for example groups so repeated
group creation overrides
2016-04-07 11:01:33 -07:00

19 lines
533 B
JSON

{
"id": "node1",
"name": "etcd Node 1",
"profile": "etcd",
"requirements": {
"uuid": "16e7d8a7-bfa9-428b-9117-363341bb330b"
},
"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": "node1",
"fleet_metadata": "role=etcd,name=node1",
"ipv4_address": "172.17.0.21",
"networkd_address": "172.17.0.21/16",
"networkd_dns": "172.17.0.3",
"networkd_gateway": "172.17.0.1",
"networkd_name": "ens3"
}
}