Create koschei project in staging OpenShift
This commit is contained in:
parent
6af8e01720
commit
73e7e166e1
2 changed files with 17 additions and 0 deletions
|
@ -118,6 +118,7 @@
|
|||
- import_playbook: /srv/web/infra/ansible/playbooks/openshift-apps/waiverdb.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/openshift-apps/coreos.yml
|
||||
# These need work to finish and complete and are all stg currently.
|
||||
#- import_playbook: /srv/web/infra/ansible/playbooks/openshift-apps/koschei.yml
|
||||
#- import_playbook: /srv/web/infra/ansible/playbooks/openshift-apps/modernpaste.yml
|
||||
#- import_playbook: /srv/web/infra/ansible/playbooks/openshift-apps/rats.yml
|
||||
#- import_playbook: /srv/web/infra/ansible/playbooks/openshift-apps/release-monitoring.yml
|
||||
|
|
16
playbooks/openshift-apps/koschei.yml
Normal file
16
playbooks/openshift-apps/koschei.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
- name: provision koschei
|
||||
hosts: os-masters-stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
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: koschei
|
||||
description: koschei
|
||||
appowners:
|
||||
- mizdebsk
|
Loading…
Add table
Add a link
Reference in a new issue