mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 06:25:05 +00:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
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": {
|
|
"kernel+initrd": "etcd",
|
|
"Disk" : 1024,
|
|
"CPUs" : 1,
|
|
"Memory" : 1024
|
|
}
|
|
},
|
|
"Flavor": {
|
|
"Plugin": "flavor-vanilla",
|
|
"Properties": {
|
|
"Init": [
|
|
"{",
|
|
" \"etcd\": {",
|
|
" \"name_prefix\": {",
|
|
" \"perm\": \"0644\",",
|
|
" \"content\": \"server\"",
|
|
"},",
|
|
" \"init_cluster\": {",
|
|
" \"perm\": \"0644\",",
|
|
" \"content\": \"server200=http://192.168.65.200:2380,server201=http://192.168.65.201:2380,server202=http://192.168.65.202:2380,server203=http://192.168.65.203:2380,server204=http://192.168.65.204:2380\"",
|
|
"}",
|
|
"}",
|
|
"}"
|
|
],
|
|
"Tags": {
|
|
"tier": "etcd-cluster",
|
|
"project": "infrakit"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|