From 17a8faa048dfa92bbdaea2c106ae2fbaaddf14f7 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 16 Apr 2018 19:15:21 +0000 Subject: [PATCH] Bodhi's build config is called bodhi-web, not bodhi-web-build. Signed-off-by: Randy Barlow --- playbooks/openshift-apps/bodhi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/bodhi.yml b/playbooks/openshift-apps/bodhi.yml index faf26d8dc0..75ca562134 100644 --- a/playbooks/openshift-apps/bodhi.yml +++ b/playbooks/openshift-apps/bodhi.yml @@ -16,7 +16,7 @@ - bowlofeggs - { role: openshift/object, vars: {app: bodhi, file: imagestream.yml }} - { role: openshift/object, vars: {app: bodhi, template: buildconfig.yml }} - - { role: openshift/start-build, vars: {app: bodhi, name: bodhi-web-build }} + - { role: openshift/start-build, vars: {app: bodhi, name: bodhi-web }} - { role: openshift/object, vars: {app: bodhi, template_fullpath: "{{roles_path}}/bodhi2/base/templates/configmap.yml" }} - { role: openshift/object, vars: {app: bodhi, file: service.yml }} - { role: openshift/object, vars: {app: bodhi, template: route.yml }}