ansible/playbooks/openshift-apps/nuancier.yml
Kevin Fenzi f0b98b904c Openshift apps: drop app owners that have left us
Before we enable any monitoring, we should clean up app owners some so
we do not spam people who arent around anymore and no longer care about
the app. ;)

If I removed anyone here who is still around and does care, we can
easily add you back in.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-01-26 17:19:33 -08:00

58 lines
1.3 KiB
YAML

- name: make the app be real
hosts: 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
app: nuancier
description: Fedora nuancier apps
appowners:
- kevin
- role: openshift/object
app: nuancier
template: imagestream.yml
objectname: imagestream.yml
- role: openshift/object
app: nuancier
template: buildconfig.yml
objectname: buildconfig.yml
- role: openshift/object
app: nuancier
template: storage.yml
objectname: storage.yml
- role: openshift/object
app: nuancier
template: configmap.yml
objectname: configmap.yml
- role: openshift/start-build
app: nuancier
buildname: nuancier-build
objectname: nuancier-build
- role: openshift/object
app: nuancier
file: service.yml
objectname: service.yml
- role: openshift/route
app: nuancier
routename: nuancier
host: "wallpapers{{ env_suffix }}.fedoraproject.org"
serviceport: 8080-tcp
servicename: nuancier
- role: openshift/object
app: nuancier
file: deploymentconfig.yml
objectname: deploymentconfig.yml