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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue