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

@@ -17,6 +17,8 @@
atl_bitbucket_properties_raw: "key1=val1 key2=val2 key3=val3"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common
- role: product_common

View File

@@ -13,6 +13,7 @@
atl_jdbc_password: 'molecule_password'
atl_aws_region: us-east-2
ansible_ec2_placement_region: 'us-east-2'
roles:
- role: linux_common

View File

@@ -14,6 +14,7 @@
atl_cluster_node_id: 'FAKEID'
atl_autologin_cookie_age: "COOKIEAGE"
atl_local_ipv4: "1.1.1.1"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common

View File

@@ -21,6 +21,7 @@
atl_proxy_port: "80"
atl_db_preferredtestquery: "select 1;"
atl_hazelcast_network_aws_tag_key: "my-cluster-tag"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common

View File

@@ -18,6 +18,7 @@
atl_tomcat_scheme: "http"
atl_proxy_name: "localhost"
atl_proxy_port: "80"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common

View File

@@ -21,6 +21,7 @@
atl_db_preferredtestquery: "select 1;"
atl_use_system_jdk: true
atl_download_format: "tarball"
ansible_ec2_placement_region: 'us-east-1'
roles:
- role: linux_common

View File

@@ -6,6 +6,7 @@
atl_product_edition: "jira-software"
atl_product_user: "jira"
atl_product_version: "7.13.2"
ansible_ec2_placement_region: 'us-east-1'
# dbconfig.xml variables
atl_jdbc_user: 'atljira'

View File

@@ -6,6 +6,7 @@
atl_product_edition: "jira-software"
atl_product_user: "jira"
atl_product_version: "7.13.2"
ansible_ec2_placement_region: 'us-east-1'
# dbconfig.xml variables
atl_jdbc_user: 'atljira'

View File

@@ -6,6 +6,7 @@
atl_product_edition: "jira-software"
atl_product_user: "jira"
atl_product_version: "7.13.2"
ansible_ec2_placement_region: 'us-east-1'
# dbconfig.xml variables
atl_jdbc_user: 'atljira'

View File

@@ -6,6 +6,7 @@
atl_product_edition: "jira-software"
atl_product_user: "jira"
atl_product_version: "7.13.2"
ansible_ec2_placement_region: 'us-east-1'
# dbconfig.xml variables
atl_jdbc_user: 'atljira'

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