ITPLT-2247 add missing aws region var to all tests requiring it

This commit is contained in:
bmeehan
2022-11-03 09:23:23 +11:00
parent 1bd4b54082
commit b04c5556e5
27 changed files with 37 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
atl_product_family: "stash"
atl_product_edition: "bitbucket"
atl_product_user: "bitbucket"
ansible_ec2_placement_region: 'us-east-1'
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
roles:

View File

@@ -5,6 +5,8 @@
atl_product_family: "confluence"
atl_product_edition: "confluence"
atl_product_user: "confluence"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common
- role: product_common

View File

@@ -6,6 +6,8 @@
atl_product_edition: "confluence"
atl_product_user: "confluence"
atl_product_version: "7.20.0-CONFSERVER-63193-m01"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common
- role: product_common

View File

@@ -6,6 +6,8 @@
atl_product_edition: "crowd"
atl_product_user: "crowd"
atl_download_format: "tarball"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common
- role: product_common

View File

@@ -5,6 +5,8 @@
atl_product_family: "jira"
atl_product_edition: "jira-core"
atl_product_user: "jira"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common
- role: product_common

View File

@@ -14,6 +14,8 @@
atl_jdbc_collation: 'C'
atl_jdbc_ctype: 'C'
atl_jdbc_template: 'template0'
ansible_ec2_placement_region: 'us-east-1'
pre_tasks:
- name: Create cache dir
ansible.builtin.file:

View File

@@ -7,6 +7,7 @@
atl_product_user: "jira"
# NOTE: This should be honoured as it is higher than the cached version below.
atl_product_version: "7.10.1"
ansible_ec2_placement_region: 'us-east-1'
pre_tasks:
- name: Create cache dir

View File

@@ -7,6 +7,7 @@
atl_product_user: "jira"
# NOTE: This should be honoured as it is higher than the cached version below.
atl_product_version: "7.10.1"
ansible_ec2_placement_region: 'us-east-1'
pre_tasks:
- name: Create cache dir

View File

@@ -6,6 +6,8 @@
atl_product_edition: "jira-software"
atl_product_user: "jira"
atl_product_version: "latest"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common
- role: product_common

View File

@@ -6,6 +6,8 @@
atl_product_edition: "jira-core"
atl_product_user: "jira"
atl_download_format: "tarball"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common
- role: product_common

View File

@@ -19,6 +19,7 @@
# When using a tarball the following are also required:
atl_download_format: "tarball"
atl_use_system_jdk: true
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common

View File

@@ -7,6 +7,7 @@
atl_product_user: "jira"
# NOTE: This should be ignored because the version file exists (below).
atl_product_version: "latest"
ansible_ec2_placement_region: 'us-east-1'
pre_tasks:
- name: Create cache dir

View File

@@ -6,6 +6,8 @@
atl_product_edition: "jira-core"
atl_product_user: "jira"
atl_product_version: "latest"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common
- role: product_common

View File

@@ -6,6 +6,8 @@
atl_product_edition: "jira-core"
atl_product_user: "jira"
atl_product_version: "7.13.2"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common
- role: product_common

View File

@@ -6,6 +6,7 @@
atl_product_family: "jira"
atl_product_user: "jira"
atl_product_version: "3.9.0"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common

View File

@@ -6,6 +6,7 @@
atl_product_family: "jira"
atl_product_user: "jira"
atl_product_version: "4.1.0"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common

View File

@@ -6,6 +6,7 @@
atl_product_family: "jira"
atl_product_user: "jira"
atl_product_version: "latest"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common