forked from infra/ansible
Removed playbooks of deleted ocp apps
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
d985fb7631
commit
4c112ac0fe
3 changed files with 0 additions and 183 deletions
|
|
@ -1,71 +0,0 @@
|
|||
#
|
||||
# Fedora Project easyfixes
|
||||
#
|
||||
---
|
||||
- name: Make the app be real
|
||||
# hosts: os_control_stg:os_control
|
||||
hosts: os_control_stg
|
||||
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
|
||||
|
||||
vars:
|
||||
|
||||
roles:
|
||||
- role: openshift/project
|
||||
project_app: easyfix
|
||||
project_description: "Easyfixes"
|
||||
project_appowners:
|
||||
- abompard
|
||||
tags:
|
||||
- apply-appowners
|
||||
|
||||
- role: openshift/object
|
||||
object_app: easyfix
|
||||
object_file: imagestream.yml
|
||||
object_objectname: imagestream.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: easyfix
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: easyfix
|
||||
object_file: storage.yml
|
||||
object_objectname: storage.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: easyfix
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: easyfix
|
||||
object_file: service.yml
|
||||
object_objectname: service.yml
|
||||
|
||||
# Routes
|
||||
- role: openshift/route
|
||||
route_app: easyfix
|
||||
route_name: web
|
||||
route_host: "easyfix.apps.ocp{{ env_suffix }}.fedoraproject.org"
|
||||
route_servicename: web
|
||||
route_serviceport: web
|
||||
route_annotations:
|
||||
haproxy.router.openshift.io/timeout: 5m
|
||||
|
||||
- role: openshift/object
|
||||
object_app: easyfix
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
||||
# Cron jobs
|
||||
- role: openshift/object
|
||||
object_app: easyfix
|
||||
object_template: cron.yml.j2
|
||||
object_objectname: cron.yml
|
||||
|
|
@ -1,56 +0,0 @@
|
|||
---
|
||||
- name: Make the app be real
|
||||
hosts: os_control[0]:os_control_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
|
||||
project_app: transtats
|
||||
project_description: transtats
|
||||
project_appowners:
|
||||
- suanand
|
||||
- role: openshift/object
|
||||
object_app: transtats
|
||||
object_objectname: secret.yml
|
||||
object_template: secret.yml.j2
|
||||
- role: openshift/imagestream
|
||||
imagestream_app: transtats
|
||||
imagestream_imagename: transtats
|
||||
- role: openshift/object
|
||||
object_app: transtats
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
- role: openshift/start-build
|
||||
start_build_app: transtats
|
||||
start_build_buildname: transtats-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
- role: openshift/object
|
||||
object_app: transtats
|
||||
object_file: service.yml
|
||||
object_objectname: service.yml
|
||||
- role: openshift/route
|
||||
route_app: transtats
|
||||
route_name: transtats-web
|
||||
route_host: transtats{{ env_suffix }}.fedoraproject.org
|
||||
route_serviceport: web
|
||||
route_servicename: transtats-web
|
||||
route_annotations:
|
||||
haproxy.router.openshift.io/timeout: 8m
|
||||
- role: openshift/object
|
||||
object_app: transtats
|
||||
object_file: deploymentconfig.yml
|
||||
object_objectname: deploymentconfig.yml
|
||||
- role: openshift/rollout
|
||||
rollout_app: transtats
|
||||
rollout_dcname: transtats-web
|
||||
tags:
|
||||
- never
|
||||
- rollout
|
||||
|
|
@ -1,56 +0,0 @@
|
|||
---
|
||||
- name: Make the app be real
|
||||
hosts: os_control[0]:os_control_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
|
||||
project_app: zezere
|
||||
project_description: Zezere provisioning service
|
||||
project_appowners:
|
||||
- pbrobinson
|
||||
- role: openshift/imagestream
|
||||
imagestream_app: zezere
|
||||
imagestream_imagename: zezere
|
||||
- role: openshift/object
|
||||
object_app: zezere
|
||||
object_objectname: buildconfig.yml
|
||||
object_file: buildconfig.yml
|
||||
- role: openshift/start-build
|
||||
start_build_app: zezere
|
||||
start_build_buildname: zezere-build
|
||||
tags:
|
||||
- never
|
||||
- build
|
||||
- role: openshift/object
|
||||
object_app: zezere
|
||||
object_file: service.yml
|
||||
object_objectname: service.yml
|
||||
- role: openshift/route
|
||||
route_app: zezere
|
||||
route_name: zezere
|
||||
route_host: "provision{{ env_suffix }}.fedoraproject.org"
|
||||
route_servicename: zezere
|
||||
route_serviceport: 8080
|
||||
route_annotations:
|
||||
haproxy.router.openshift.io/set-forwarded-headers: append
|
||||
- role: openshift/object
|
||||
object_app: zezere
|
||||
object_template: secret.yml.j2
|
||||
object_objectname: secret.yml
|
||||
- role: openshift/object
|
||||
object_app: zezere
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
- role: openshift/rollout
|
||||
rollout_app: zezere
|
||||
rollout_dcname: zezere
|
||||
tags:
|
||||
- never
|
||||
- rollout
|
||||
Loading…
Add table
Add a link
Reference in a new issue