mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
DCD-386: Create the shared mount point as BB expects it to exist.
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
atl_product_edition: "bitbucket"
|
atl_product_edition: "bitbucket"
|
||||||
atl_product_user: "bitbucket"
|
atl_product_user: "bitbucket"
|
||||||
|
|
||||||
|
atl_nfs_mountpoint: "{{ atl_shared_mountpoint }}/bitbucket/shared"
|
||||||
|
atl_nfs_target: "{{ atl_shared_mountpoint }}/bitbucket/shared"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: linux_common
|
- role: linux_common
|
||||||
- role: aws_common
|
- role: aws_common
|
||||||
|
|||||||
@@ -33,6 +33,15 @@
|
|||||||
state: mounted
|
state: mounted
|
||||||
|
|
||||||
|
|
||||||
|
- name: Create the shared home as BB mounts this directly
|
||||||
|
file:
|
||||||
|
path: "{{ atl_shared_mountpoint }}/bitbucket/shared"
|
||||||
|
state: directory
|
||||||
|
owner: "{{ atl_product_user }}"
|
||||||
|
group: "{{ atl_product_user }}"
|
||||||
|
mode: 0750
|
||||||
|
|
||||||
|
|
||||||
- name: Create the NFS export file
|
- name: Create the NFS export file
|
||||||
template:
|
template:
|
||||||
src: "media-atl.exports.j2"
|
src: "media-atl.exports.j2"
|
||||||
|
|||||||
Reference in New Issue
Block a user