mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2025-07-25 19:12:24 +00:00
DCD-545: Add security-group setting to AWS clustering.
This commit is contained in:
@ -202,6 +202,7 @@ information on the setting for each type see
|
||||
* `ATL_HAZELCAST_NETWORK_AWS_IAM_ROLE`
|
||||
* `ATL_HAZELCAST_NETWORK_AWS_IAM_REGION`
|
||||
* `ATL_HAZELCAST_NETWORK_AWS_HOST_HEADER`
|
||||
* `ATL_HAZELCAST_NETWORK_AWS_SECURITY_GROUP`
|
||||
* `ATL_HAZELCAST_NETWORK_AWS_TAG_KEY`
|
||||
* `ATL_HAZELCAST_NETWORK_AWS_TAG_VALUE`
|
||||
|
||||
|
@ -46,6 +46,7 @@
|
||||
<property name="confluence.cluster.aws.iam.role">{{ atl_hazelcast_network_aws_iam_role }}</property>
|
||||
<property name="confluence.cluster.aws.region">{{ atl_hazelcast_network_aws_iam_region }}</property>
|
||||
<property name="confluence.cluster.aws.host.header">{{ atl_hazelcast_network_aws_host_header }}</property>
|
||||
<property name="confluence.cluster.aws.security.group.name">{{ atl_hazelcast_network_aws_security_group }}</property>
|
||||
<property name="confluence.cluster.aws.tag.key">{{ atl_hazelcast_network_aws_tag_key }}</property>
|
||||
<property name="confluence.cluster.aws.tag.value">{{ atl_hazelcast_network_aws_tag_value }}</property>
|
||||
<property name="confluence.cluster.ttl">{{ atl_cluster_ttl }}</property>
|
||||
|
Reference in New Issue
Block a user