From 887f10ae77db178684c7e7da42218faa3e1a8fc5 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 17 Apr 2018 01:02:15 +0000 Subject: [PATCH] Update bodhi to use persistent names Signed-off-by: Patrick Uiterwijk --- playbooks/openshift-apps/bodhi.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/openshift-apps/bodhi.yml b/playbooks/openshift-apps/bodhi.yml index b87d6492b8..a7525e3d2b 100644 --- a/playbooks/openshift-apps/bodhi.yml +++ b/playbooks/openshift-apps/bodhi.yml @@ -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