review-stats: deploy the new app in production
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
6b429d1e8e
commit
85978f4aca
2 changed files with 1 additions and 4 deletions
|
@ -37,8 +37,6 @@
|
|||
- pager_server
|
||||
- { role: openvpn/client,
|
||||
when: env != "staging" }
|
||||
- role: review-stats/build
|
||||
when: master_sundries_node|bool and env != 'staging'
|
||||
- role: zanata
|
||||
when: master_sundries_node|bool
|
||||
- role: fedora-web/build
|
||||
|
@ -72,7 +70,6 @@
|
|||
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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: make the app be real
|
||||
hosts: os_masters_stg[0]
|
||||
hosts: os_masters_stg[0]:os_masters[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue