greenwave: skip openshift/project role temporarily due to #6404

Also update the buildconfig.yaml to use the latest package
This commit is contained in:
Matt Jia 2017-10-04 13:34:15 +10:00
parent ab6a25d549
commit d391b40050
No known key found for this signature in database
GPG key ID: 496C2CDC1EF01F5D
2 changed files with 4 additions and 2 deletions

View file

@ -9,7 +9,9 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- { role: openshift/project, app: greenwave, description: greenwave, fas_owner: codeblock }
# The openshift/project role breaks if the project already exists:
# https://pagure.io/fedora-infrastructure/issue/6404
#- { role: openshift/project, app: greenwave, description: greenwave, fas_owner: codeblock }
- { role: openshift/object, app: greenwave, file: imagestream.yml }
- { role: openshift/object, app: greenwave, template: buildconfig.yml }
- { role: openshift/start-build, app: greenwave, name: greenwave-docker-build }