From 746b086e78a53d4a2336e8dd0a2def9c183f3161 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 17 May 2018 08:42:55 +0000 Subject: [PATCH] Create collection during non-BDR Koschei sync --- playbooks/manual/staging-sync/koschei.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/playbooks/manual/staging-sync/koschei.yml b/playbooks/manual/staging-sync/koschei.yml index 031682bea2..285328e362 100644 --- a/playbooks/manual/staging-sync/koschei.yml +++ b/playbooks/manual/staging-sync/koschei.yml @@ -71,6 +71,17 @@ delegate_to: "{{ koschei_pgsql_hostname }}" when: "'pgbdr' not in koschei_pgsql_hostname" - command: koschei-admin create-db + - command: > + koschei-admin create-collection f29 + --display-name 'Fedora Rawhide' + --target f29 + --branch master + --bugzilla-product Fedora + --bugzilla-version rawhide + when: "'pgbdr' not in koschei_pgsql_hostname" + - command: > + koschei-admin create-group php + when: "'pgbdr' not in koschei_pgsql_hostname" - name: bring koschei staging services up hosts: koschei-backend-stg:koschei-web-stg