Browse Source
Merge pull request #3126 from LuckySB/etcd_restart_on_update
add etcd version to etcd environment file to trigger a reload
pull/3128/head
Antoine Legrand
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/etcd/templates/etcd.env.j2
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
# Environment file for etcd {{ etcd_version }} |
|
|
ETCD_DATA_DIR={{ etcd_data_dir }} |
|
|
ETCD_DATA_DIR={{ etcd_data_dir }} |
|
|
ETCD_ADVERTISE_CLIENT_URLS={{ etcd_client_url }} |
|
|
ETCD_ADVERTISE_CLIENT_URLS={{ etcd_client_url }} |
|
|
ETCD_INITIAL_ADVERTISE_PEER_URLS={{ etcd_peer_url }} |
|
|
ETCD_INITIAL_ADVERTISE_PEER_URLS={{ etcd_peer_url }} |
|
|