review-stats: add the nfs path to the sundries in stg

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2020-03-21 13:24:36 +01:00 committed by Pierre-Yves Chibon
parent 9f93978086
commit 84409f8b07

View file

@ -38,7 +38,7 @@
- { role: openvpn/client,
when: env != "staging" }
- role: review-stats/build
when: master_sundries_node|bool
when: master_sundries_node|bool and env != 'staging'
- role: zanata
when: master_sundries_node|bool
- role: fedora-web/build
@ -68,6 +68,11 @@
nfs_src_dir: 'openshift_{{ env_short }}_websites'
mount_stg: true
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:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"