Dmytro Dovbii f666ae2b3f [K8s] Add units to make k8s working on debian
Change-Id: Iec45db413f0e88a68b435a13aa7a4b4a6fdfd818
2016-07-15 13:57:24 +03:00

13 lines
508 B
Plaintext

###
# etcd system config
#
NAME="-name %%NAME%%"
LISTEN_PEER_URLS="-listen-peer-urls http://%%IP%%:7001,http://127.0.0.1:7001"
LISTEN_CLIENT_URLS="-listen-client-urls http://%%IP%%:4001,http://127.0.0.1:4001"
INITIAL_ADV_PEER_URLS="-initial-advertise-peer-urls http://%%IP%%:7001"
INITIAL_CLUSTER_STATE="-initial-cluster-state %%STATE%%"
INITIAL_CLUSTER="-initial-cluster %%CLUSTER_CONFIG%%"
ADV_CLIENT_URLS="-advertise-client-urls http://%%IP%%:4001,http://127.0.0.1:4001"
ETCD_OPTS="-snapshot-count 1000"