Make etcd_backup_prefix configurable. Ensures that backups can be stored on a different location other than ${HOST}/var/backups, say an EBS volume on AWS.

This commit is contained in:
gdmelloatpoints
2017-06-26 09:42:30 -04:00
parent cc5edb720c
commit 4ba237c5d8
2 changed files with 3 additions and 5 deletions

View File

@@ -4,6 +4,9 @@ bootstrap_os: none
#Directory where etcd data stored
etcd_data_dir: /var/lib/etcd
#Directory where etcd backups are stored on the host
etcd_backup_prefix: /var/backups
# Directory where the binaries will be installed
bin_dir: /usr/local/bin