DCD-386: Tweaks to Bitbucket layout and tests.

This commit is contained in:
Steve Smith
2019-06-11 03:32:28 +00:00
parent 0d6204a85c
commit f8641a0044
4 changed files with 9 additions and 4 deletions

View File

@@ -8,6 +8,8 @@
atl_product_edition: "bitbucket"
atl_product_user: "bitbucket"
atl_product_home: "{{ atl_shared_mountpoint }}/{{ atl_product_edition }}"
atl_product_home_shared: "{{ atl_product_home }}/shared"
atl_nfs_mountpoint: "{{ atl_shared_mountpoint }}/bitbucket/shared"
atl_nfs_target: "{{ atl_shared_mountpoint }}/bitbucket/shared"
@@ -15,7 +17,7 @@
atl_startup_systemd_params:
- "UMask=0027"
- "LimitNOFILE=4096"
- "Environment=BITBUCKET_HOME={{ atl_product_home_shared }}"
- "Environment=BITBUCKET_HOME={{ atl_product_home }}"
atl_startup_exec_options:
- "-fg"
- "--no-search"