DCD-386: Use the supplied backup bucket name.

This commit is contained in:
Steve Smith
2019-06-05 14:20:19 +10:00
parent 696b3b4a8b
commit bee4939382
2 changed files with 3 additions and 1 deletions

View File

@@ -96,6 +96,8 @@ atl_tomcat_secure: "{{ lookup('env', 'ATL_TOMCAT_SECURE') or 'false' }}"
atl_fileserver_host: "{{ lookup('env', 'ATL_FILESERVER_IP') }}"
atl_elasticsearch_host: "{{ lookup('env', 'ATL_ELASTICSEARCH_HOST') }}"
atl_elasticsearch_endpoint: "http://{{ lookup('env', 'ATL_ELASTICSEARCH_HOST') }}"
atl_elasticsearch_s3_bucket: "{{ lookup('env', 'ATL_ELASTICSEARCH_S3_BUCKET') }}"
atl_nfs_server_device: "{{ lookup('env', 'ATL_NFS_SERVER_DEVICE') }}"
atl_nfs_disk_volume_type: "{{ lookup('env', 'ATL_NFS_DISK_VOLUME_TYPE') }}"
atl_nfs_disk_volume_iops: "{{ lookup('env', 'ATL_NFS_DISK_VOLUME_IOPS') }}"

View File

@@ -48,7 +48,7 @@ BACKUP_DEST_AWS_ROLE={{ atl_aws_iam_role }}
ELASTICSEARCH_INDEX_NAME=bitbucket-search-v1
ELASTICSEARCH_REPOSITORY_NAME=bitbucket-snapshots
ELASTICSEARCH_HOST={{ atl_elasticsearch_host }}
ELASTICSEARCH_S3_BUCKET=
ELASTICSEARCH_S3_BUCKET={{ atl_elasticsearch_s3_bucket }}
ELASTICSEARCH_S3_BUCKET_REGION=us-east-1
ELASTICSEARCH_SNAPSHOT_IAM_ROLE={{ atl_aws_iam_role }}