green[wave] with envy?

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-08-08 18:16:44 +00:00
parent dc691a0f2d
commit 67b951e8f0
7 changed files with 156 additions and 0 deletions

View file

@ -0,0 +1,20 @@
- name: make the app be real
hosts: os-masters-stg
user: root
gather_facts: True
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: greenwave, description: greenwave, fas_owner: codeblock }
- { role: openshift/object, app: greenwave, file: imagestream.yml }
- { role: openshift/object, app: greenwave, file: buildconfig.yml }
- { role: openshift/start-build, app: greenwave, name: greenwave-docker-build }
- { role: openshift/object, app: greenwave, template: configmap.yml }
- { role: openshift/object, app: greenwave, file: service.yml }
- { role: openshift/object, app: greenwave, file: route.yml }
- { role: openshift/object, app: greenwave, file: deploymentconfig.yml }
- { role: openshift/rollout, app: greenwave, name: greenwave-stg-web }