Files
linuxkit/projects/etcd/infrakit-gcp.json
Rolf Neugebauer 77941b7216 demo: Rename ./project/demo to ./project/etcd
With redis-os and README documentation moved elsewhere,
the demo directory only contains the etcd demo setup.
Rename it.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-25 13:17:05 +01:00

54 lines
1.8 KiB
JSON

{
"ID": "etcd.gcp",
"Properties": {
"Allocation": {
"LogicalIDs": [
"10.132.0.200",
"10.132.0.201",
"10.132.0.202",
"10.132.0.203",
"10.132.0.204"
]
},
"Instance": {
"Plugin": "instance-gcp",
"Properties": {
"NamePrefix": "etcd-demo",
"Description": "ETCD test cluster",
"Network": "rneugeba-demo",
"Connect" : true,
"MachineType": "n1-standard-1",
"DiskType": "pd-standard",
"DiskSizeMb": 60,
"DiskImage": "https://www.googleapis.com/compute/v1/projects/docker4x/global/images/etcd",
"AutoDeleteDisk": true,
"ReuseExistingDisk": false,
"Scopes": [ ]
}
},
"Flavor": {
"Plugin": "flavor-vanilla",
"Properties": {
"Init": [
"{",
" \"etcd\": {",
" \"name_prefix\": {",
" \"perm\": \"0644\",",
" \"content\": \"server\"",
"},",
" \"init_cluster\": {",
" \"perm\": \"0644\",",
" \"content\": \"server200=http://10.132.0.200:2380,server201=http://10.132.0.201:2380,server202=http://10.132.0.202:2380,server203=http://10.132.0.203:2380,server204=http://10.132.0.204:2380\"",
"}",
"}",
"}"
],
"Tags": {
"tier": "etcd-cluster",
"project": "infrakit"
}
}
}
}
}