koschei: Update staging sync playbook

This commit is contained in:
Mikolaj Izdebski 2023-06-28 12:59:16 +02:00
parent a02810c7a9
commit f1d497089e

View file

@ -44,7 +44,7 @@
include_role: name=openshift-apps/koschei/job include_role: name=openshift-apps/koschei/job
vars: vars:
name: db-create name: db-create
command: "koschei-admin create-db && koschei-admin create-collection f37 --display-name 'Fedora Rawhide' --target f37 --bugzilla-product Fedora --bugzilla-version rawhide && koschei-admin create-group php" command: "koschei-admin create-db && koschei-admin create-collection f39 --display-name 'Fedora Rawhide' --target f39 --bugzilla-product Fedora --bugzilla-version rawhide && koschei-admin create-group php"
- name: Start frontend - name: Start frontend
shell: oc -n koschei scale dc/frontend --replicas={{koschei_frontend_replicas}} shell: oc -n koschei scale dc/frontend --replicas={{koschei_frontend_replicas}}