2017-11-10 19:20:39 +00:00
|
|
|
- name: make the app be real
|
2018-04-17 02:38:31 +02:00
|
|
|
hosts: os-masters-stg[0]
|
2017-11-10 19:20:39 +00:00
|
|
|
user: root
|
2018-04-17 02:39:14 +02:00
|
|
|
gather_facts: False
|
2017-11-10 19:20:39 +00:00
|
|
|
|
|
|
|
vars_files:
|
|
|
|
- /srv/web/infra/ansible/vars/global.yml
|
|
|
|
- "/srv/private/ansible/vars.yml"
|
|
|
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
|
|
|
|
|
|
|
roles:
|
|
|
|
- role: openshift/project
|
|
|
|
app: release-monitoring
|
|
|
|
description: release-monitoring
|
|
|
|
appowners:
|
|
|
|
- jcline
|
2018-08-15 16:29:17 +00:00
|
|
|
- zlopez
|
2018-04-17 16:08:50 +02:00
|
|
|
- role: openshift/object
|
|
|
|
app: release-monitoring
|
|
|
|
file: imagestream.yml
|
|
|
|
objectname: imagestream.yml
|
|
|
|
- role: openshift/object
|
|
|
|
app: release-monitoring
|
|
|
|
file: buildconfig.yml
|
|
|
|
objectname: buildconfig.yml
|
|
|
|
- role: openshift/start-build
|
|
|
|
app: release-monitoring
|
|
|
|
buildname: release-monitoring-web-build
|
|
|
|
- role: openshift/object
|
|
|
|
app: release-monitoring
|
|
|
|
template: configmap.yml
|
|
|
|
objectname: configmap.yml
|
|
|
|
- role: openshift/object
|
|
|
|
app: release-monitoring
|
|
|
|
file: service.yml
|
|
|
|
objectname: service.yml
|
|
|
|
- role: openshift/object
|
|
|
|
app: release-monitoring
|
2018-06-19 17:32:34 +00:00
|
|
|
template: route.yml
|
2018-04-17 16:08:50 +02:00
|
|
|
objectname: route.yml
|
|
|
|
- role: openshift/object
|
|
|
|
app: release-monitoring
|
|
|
|
file: deploymentconfig.yml
|
|
|
|
objectname: deploymentconfig.yml
|
|
|
|
- role: openshift/rollout
|
|
|
|
app: release-monitoring
|
|
|
|
dcname: release-monitoring-web
|
2018-08-15 18:21:19 +00:00
|
|
|
- role: openshift/object
|
|
|
|
app: release-monitoring
|
|
|
|
file: cron.yml
|
|
|
|
objectname: cron.yml
|