mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITPLT-1615 - added dcd suggestions
This commit is contained in:
@@ -32,9 +32,9 @@
|
|||||||
roles:
|
roles:
|
||||||
- role: linux_common
|
- role: linux_common
|
||||||
- role: aws_common
|
- role: aws_common
|
||||||
# for Bitbucket DC clusters that store repos on bb-mesh,
|
# For Bitbucket DC clusters that store repos on Bitbucket Mesh(https://confluence.atlassian.com/bitbucketserver/bitbucket-data-center-and-server-8-0-release-notes-1115659343.html#BitbucketDataCenterandServer8.0releasenotes-mesh),
|
||||||
# nodes may be setup to use EFS instead of NFS for shared_home by not defining atl_fileserver_host
|
# nodes may be setup to use EFS instead of NFS for shared_home by not defining 'atl_fileserver_host'
|
||||||
- { role: aws_shared_fs_config, when: atl_fileserver_host is not defined }
|
- { role: aws_shared_fs_config, when: (atl_fileserver_host is not defined) and (atl_efs_id|length > 0) }
|
||||||
- { role: nfs_mount, when : (atl_fileserver_host is defined) and (atl_fileserver_host|length > 0) }
|
- { role: nfs_mount, when : (atl_fileserver_host is defined) and (atl_fileserver_host|length > 0) }
|
||||||
- role: product_common
|
- role: product_common
|
||||||
- role: product_install
|
- role: product_install
|
||||||
|
|||||||
Reference in New Issue
Block a user