From 85978f4aca07ecd1670e3380321e7ecb1449890c Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 6 Apr 2020 09:08:31 +0200 Subject: [PATCH] review-stats: deploy the new app in production Signed-off-by: Clement Verna --- playbooks/groups/sundries.yml | 3 --- playbooks/openshift-apps/review-stats.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 8bb4479213..b036f34f31 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -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" diff --git a/playbooks/openshift-apps/review-stats.yml b/playbooks/openshift-apps/review-stats.yml index d02158e421..58ea82f21a 100644 --- a/playbooks/openshift-apps/review-stats.yml +++ b/playbooks/openshift-apps/review-stats.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