Create collection during non-BDR Koschei sync
This commit is contained in:
parent
2c9a5d05a0
commit
746b086e78
1 changed files with 11 additions and 0 deletions
|
@ -71,6 +71,17 @@
|
||||||
delegate_to: "{{ koschei_pgsql_hostname }}"
|
delegate_to: "{{ koschei_pgsql_hostname }}"
|
||||||
when: "'pgbdr' not in koschei_pgsql_hostname"
|
when: "'pgbdr' not in koschei_pgsql_hostname"
|
||||||
- command: koschei-admin create-db
|
- 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
|
- name: bring koschei staging services up
|
||||||
hosts: koschei-backend-stg:koschei-web-stg
|
hosts: koschei-backend-stg:koschei-web-stg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue