Skip to content
Snippets Groups Projects
Commit 5c1891ec authored by gdmelloatpoints's avatar gdmelloatpoints
Browse files

In the etcd container, the etcd data directory is always /var/lib/etcd....

In the etcd container, the etcd data directory is always /var/lib/etcd. Reverting to this value, since `etcd_data_dir` on the host maps to `/var/lib/etcd` in the container.
parent cc5edb72
No related branches found
No related tags found
No related merge requests found
ETCD_DATA_DIR={{ etcd_data_dir }}
ETCD_DATA_DIR=/var/lib/etcd
ETCD_ADVERTISE_CLIENT_URLS={{ etcd_client_url }}
ETCD_INITIAL_ADVERTISE_PEER_URLS={{ etcd_peer_url }}
ETCD_INITIAL_CLUSTER_STATE={% if etcd_cluster_is_healthy.rc != 0 | bool %}new{% else %}existing{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment