review-stats: add the nfs path to the sundries in stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
9f93978086
commit
84409f8b07
1 changed files with 6 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
- { role: openvpn/client,
|
- { role: openvpn/client,
|
||||||
when: env != "staging" }
|
when: env != "staging" }
|
||||||
- role: review-stats/build
|
- role: review-stats/build
|
||||||
when: master_sundries_node|bool
|
when: master_sundries_node|bool and env != 'staging'
|
||||||
- role: zanata
|
- role: zanata
|
||||||
when: master_sundries_node|bool
|
when: master_sundries_node|bool
|
||||||
- role: fedora-web/build
|
- role: fedora-web/build
|
||||||
|
@ -68,6 +68,11 @@
|
||||||
nfs_src_dir: 'openshift_{{ env_short }}_websites'
|
nfs_src_dir: 'openshift_{{ env_short }}_websites'
|
||||||
mount_stg: true
|
mount_stg: true
|
||||||
when: '"sundries01" in ansible_fqdn'
|
when: '"sundries01" in ansible_fqdn'
|
||||||
|
- role: nfs/client
|
||||||
|
mnt_dir: '/srv/web/review-stats'
|
||||||
|
nfs_src_dir: 'openshift_{{ env_short }}_reviewstats'
|
||||||
|
mount_stg: true
|
||||||
|
when: env == 'staging'
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue