Files
linuxkit/projects/demo/etcd/infrakit.json
Rolf Neugebauer a3d20abdb6 demo: Add a disk to the etcd image
etcd works better with a persistent storage. So configure a
disk and add the formatting container to the image.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-08 20:38:53 +01:00

35 lines
822 B
JSON

{
"ID": "etcd",
"Properties": {
"Allocation": {
"LogicalIDs": [
"192.168.65.200",
"192.168.65.201",
"192.168.65.202",
"192.168.65.203",
"192.168.65.204"
]
},
"Instance": {
"Plugin": "instance-hyperkit",
"Properties": {
"Moby": "etcd",
"Disk" : 1024,
"CPUs" : 1,
"Memory" : 1024
}
},
"Flavor": {
"Plugin": "flavor-vanilla",
"Properties": {
"Init": [
],
"Tags": {
"tier": "etcd-cluster",
"project": "infrakit"
}
}
}
}
}