Bodhi's build config is called bodhi-web, not bodhi-web-build.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-04-16 19:15:21 +00:00
parent 0d1186a1f8
commit 17a8faa048

View file

@ -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 }}