diff --git a/playbooks/openshift-apps/bodhi.yml b/playbooks/openshift-apps/bodhi.yml index a49f476824..e87112d8de 100644 --- a/playbooks/openshift-apps/bodhi.yml +++ b/playbooks/openshift-apps/bodhi.yml @@ -9,15 +9,15 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - #- role: openshift/project - # app: bodhi - # description: bodhi - # appowners: - # - bowlofeggs - #- { role: openshift/object, vars: {app: bodhi, file: imagestream.yml }} - #- { role: openshift/object, vars: {app: bodhi, file: buildconfig.yml }} - #- { role: openshift/start-build, vars: {app: bodhi, name: bodhi-web-build }} - - { role: openshift/object, vars: {app: bodhi, template: configmap.yml }} + - role: openshift/project + app: bodhi + description: bodhi + appowners: + - bowlofeggs + - { role: openshift/object, vars: {app: bodhi, file: imagestream.yml }} + - { role: openshift/object, vars: {app: bodhi, file: buildconfig.yml }} + - { role: openshift/start-build, vars: {app: bodhi, name: bodhi-web-build }} + - { 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, file: route.yml }} - { role: openshift/object, vars: {app: bodhi, file: deploymentconfig.yml }}