mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-352: Move some vars shared by Confluence and Synchrony to a confluence_common role.
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
atl_jvm_heap: 'PLACEHOLDER'
|
||||
atl_cluster_node_id: 'FAKEID'
|
||||
atl_autologin_cookie_age: "COOKIEAGE"
|
||||
ansible_ec2_local_ipv4: "1.1.1.1"
|
||||
ansible_default_ipv4: "2.2.2.2"
|
||||
atl_local_ipv4: "1.1.1.1"
|
||||
|
||||
roles:
|
||||
- role: linux_common
|
||||
- role: product_common
|
||||
- role: product_install
|
||||
- role: confluence_common
|
||||
- role: confluence_config
|
||||
|
||||
@@ -64,3 +64,4 @@ def test_confluence_config_file(host):
|
||||
assert f.user == 'confluence'
|
||||
assert f.contains('<property name="confluence.cluster.home">/media/atl/confluence/shared-home</property>')
|
||||
assert f.contains('<property name="hibernate.connection.driver_class">org.postgresql.Driver</property>')
|
||||
assert f.contains('<property name="confluence.cluster.aws.host.header">ec2.amazonaws.com</property>')
|
||||
|
||||
Reference in New Issue
Block a user