Revert "greenwave: fix the playbook as we have moved deploymentconfig.yml to the templates directory"

This reverts commit 946d5e02b5.
This commit is contained in:
Matt Jia 2017-10-24 13:35:56 +10:00
parent a10504ce6b
commit 1f6b26e664
No known key found for this signature in database
GPG key ID: 496C2CDC1EF01F5D

View file

@ -36,5 +36,5 @@
- { role: openshift/object, app: greenwave, template: configmap.yml } - { role: openshift/object, app: greenwave, template: configmap.yml }
- { role: openshift/object, app: greenwave, file: service.yml } - { role: openshift/object, app: greenwave, file: service.yml }
- { role: openshift/object, app: greenwave, file: route.yml } - { role: openshift/object, app: greenwave, file: route.yml }
- { role: openshift/object, app: greenwave, template: deploymentconfig.yml } - { role: openshift/object, app: greenwave, file: deploymentconfig.yml }
- { role: openshift/rollout, app: greenwave, name: greenwave-web } - { role: openshift/rollout, app: greenwave, name: greenwave-web }