mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* 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
19 lines
539 B
JSON
19 lines
539 B
JSON
{
|
|
"id": "etcd Node 2",
|
|
"name": "etcd Node 2",
|
|
"profile": "etcd",
|
|
"requirements": {
|
|
"uuid": "264cd073-ca62-44b3-98c0-50aad5b5f819"
|
|
},
|
|
"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": "node2",
|
|
"fleet_metadata": "role=etcd,name=node2",
|
|
"ipv4_address": "172.17.0.22",
|
|
"networkd_address": "172.17.0.22/16",
|
|
"networkd_dns": "172.17.0.3",
|
|
"networkd_gateway": "172.17.0.1",
|
|
"networkd_name": "ens3"
|
|
}
|
|
}
|