Update bodhi to use persistent names
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ff117118a5
commit
887f10ae77
1 changed files with 6 additions and 0 deletions
|
@ -48,24 +48,30 @@
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: bodhi
|
app: bodhi
|
||||||
file: imagestream.yml
|
file: imagestream.yml
|
||||||
|
objectname: imagestream.yml
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: bodhi
|
app: bodhi
|
||||||
template: buildconfig.yml
|
template: buildconfig.yml
|
||||||
|
objectname: buildconfig.yml
|
||||||
- role: openshift/start-build
|
- role: openshift/start-build
|
||||||
app: bodhi
|
app: bodhi
|
||||||
buildname: bodhi-web
|
buildname: bodhi-web
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: bodhi
|
app: bodhi
|
||||||
template_fullpath: "{{roles_path}}/bodhi2/base/templates/configmap.yml"
|
template_fullpath: "{{roles_path}}/bodhi2/base/templates/configmap.yml"
|
||||||
|
objectname: configmap.yml
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: bodhi
|
app: bodhi
|
||||||
file: service.yml
|
file: service.yml
|
||||||
|
objectname: service.yml
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: bodhi
|
app: bodhi
|
||||||
template: route.yml
|
template: route.yml
|
||||||
|
objectname: route.yml
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: bodhi
|
app: bodhi
|
||||||
file: deploymentconfig.yml
|
file: deploymentconfig.yml
|
||||||
|
objectname: deploymentconfig.yml
|
||||||
- role: openshift/rollout
|
- role: openshift/rollout
|
||||||
app: bodhi
|
app: bodhi
|
||||||
dcname: bodhi-web
|
dcname: bodhi-web
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue