From dfd5d17e3a2a347ff7f10d2efbb1d16ae431e6cb Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Sat, 8 May 2021 10:48:58 +0200 Subject: [PATCH] Replacing bodhi2_openshift_pods with hardcoded values as the var is not defined anywhere, and it seems to be hardcoded elsewhere. --- playbooks/manual/staging-sync/bodhi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/manual/staging-sync/bodhi.yml b/playbooks/manual/staging-sync/bodhi.yml index c3e44023f3..bc544b52f5 100644 --- a/playbooks/manual/staging-sync/bodhi.yml +++ b/playbooks/manual/staging-sync/bodhi.yml @@ -76,9 +76,9 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml tasks: - - command: oc -n bodhi scale dc/bodhi-web --replicas={{ bodhi2_openshift_pods }} - - command: oc -n bodhi scale dc/bodhi-consumer --replicas={{ bodhi2_openshift_pods }} - - command: oc -n bodhi scale dc/bodhi-celery --replicas={{ bodhi2_openshift_pods }} + - command: oc -n bodhi scale dc/bodhi-web --replicas=1 + - command: oc -n bodhi scale dc/bodhi-consumer --replicas=1 + - command: oc -n bodhi scale dc/bodhi-celery --replicas=1 - name: bring staging services up (httpd) hosts: bodhi2_stg