Update bodhi to use persistent names

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-17 01:02:15 +00:00
parent ff117118a5
commit 887f10ae77

View file

@ -48,24 +48,30 @@
- role: openshift/object
app: bodhi
file: imagestream.yml
objectname: imagestream.yml
- role: openshift/object
app: bodhi
template: buildconfig.yml
objectname: buildconfig.yml
- role: openshift/start-build
app: bodhi
buildname: bodhi-web
- role: openshift/object
app: bodhi
template_fullpath: "{{roles_path}}/bodhi2/base/templates/configmap.yml"
objectname: configmap.yml
- role: openshift/object
app: bodhi
file: service.yml
objectname: service.yml
- role: openshift/object
app: bodhi
template: route.yml
objectname: route.yml
- role: openshift/object
app: bodhi
file: deploymentconfig.yml
objectname: deploymentconfig.yml
- role: openshift/rollout
app: bodhi
dcname: bodhi-web