ansible/playbooks/openshift-apps/monitor_dashboard.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

121 lines
2.9 KiB
YAML

- name: make the app be real
hosts: os_masters_stg[0]:os_masters
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: monitor-dashboard
description: POC for the dashboards
appowners:
- nphilipp
- role: openshift/object
app: monitor-dashboard
template: configmap.yml
objectname: configmap.yml
- role: openshift/object
app: monitor-dashboard
file: notifiers.yaml
objectname: notifiers.yml
- role: openshift/object
app: monitor-dashboard
file: dashboard_provision_config.yml
objectname: dashboard_provision_config.yml
- role: openshift/object
app: monitor-dashboard
template: dashboard_config.yml
objectname: dashboard_config.yml
- role: openshift/object
app: monitor-dashboard
template: buildconfig.yml
objectname: buildconfig.yml
- role: openshift/object
app: monitor-dashboard
file: imagestream.yml
objectname: imagestream.yml
- role: openshift/object
app: monitor-dashboard
template: datagrepper_configmap.yml
objectname: datagrepper_configmap.yml
- role: openshift/object
app: monitor-dashboard
file: service.yml
objectname: service.yml
- role: openshift/object
app: monitor-dashboard
file: datagrepper_service.yml
objectname: datagrepper_service.yml
- role: openshift/object
app: monitor-dashboard
file: postgrest_service.yml
objectname: postgrest_service.yml
- role: openshift/object
app: monitor-dashboard
file: prest_service.yml
objectname: prest_service.yml
- role: openshift/object
app: monitor-dashboard
file: route_serviceaccount.yml
objectname: route_serviceaccount.yml
# Route already present, will figure updating later
- role: openshift/object
app: monitor-dashboard
file: route.yml
objectname: route.yml
- role: openshift/object
app: monitor-dashboard
file: datagrepper_route.yml
objectname: datagrepper_route.yml
- role: openshift/object
app: monitor-dashboard
file: postgrest_route.yml
objectname: postgrest_route.yml
- role: openshift/object
app: monitor-dashboard
file: prest_route.yml
objectname: prest_route.yml
- role: openshift/object
app: monitor-dashboard
template: postgrest_deploymentconfig.yml
objectname: postgrest_deploymentconfig.yml
- role: openshift/object
app: monitor-dashboard
template: prest_deploymentconfig.yml
objectname: prest_deploymentconfig.yml
- role: openshift/object
app: monitor-dashboard
template: datagrepper_deploymentconfig.yml
objectname: datagrepper_deploymentconfig.yml
- role: openshift/object
app: monitor-dashboard
template: deploymentconfig.yml
objectname: deploymentconfig.yml