DCD-352: Add the confluence config file and more environment settings.

This commit is contained in:
Steve Smith
2019-05-27 14:11:06 +10:00
parent 697051c9be
commit 8bcae6751d
6 changed files with 105 additions and 42 deletions

View File

@@ -20,7 +20,7 @@ atl_product_home: "{{ atl_home_base }}/{{ atl_product_family }}"
atl_product_shared_home_map:
confluence: "shared-home"
jira: "shared"
stash: "FIXME"
stash: "shared"
atl_product_home_shared: "{{ atl_shared_mountpoint }}/{{ atl_product_family }}/{{ atl_product_shared_home_map[atl_product_family] }}"
atl_product_shared_plugins: "{{ atl_product_home_shared }}/plugins/installed-plugins"
@@ -37,6 +37,7 @@ atl_installer_temp: "{{ atl_installation_base }}/tmp"
atl_product_version: "{{ lookup('env', 'ATL_PRODUCT_VERSION') | lower }}"
atl_efs_id: "{{ lookup('env', 'ATL_EFS_ID') }}"
atl_aws_stack_name: "{{ lookup('env', 'ATL_AWS_STACK_NAME') }}"
atl_db_host: "{{ lookup('env', 'ATL_DB_HOST') }}"
atl_db_port: "{{ lookup('env', 'ATL_DB_PORT') or '5432' }}"