mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +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
13 lines
353 B
JSON
13 lines
353 B
JSON
{
|
|
"id": "default",
|
|
"name": "default",
|
|
"profile": "etcd-proxy",
|
|
"metadata": {
|
|
"networkd_name": "ens3",
|
|
"networkd_gateway": "172.15.0.1",
|
|
"networkd_dns": "172.15.0.3",
|
|
"fleet_metadata": "role=etcd-proxy",
|
|
"etcd_initial_cluster": "node1=http://172.15.0.21:2380,node2=http://172.15.0.22:2380,node3=http://172.15.0.23:2380"
|
|
}
|
|
}
|