Updating monitor-dashboard to ocp4
This commit is contained in:
parent
cae6400729
commit
c975c74610
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
- name: make the app be real
|
- name: make the app be real
|
||||||
hosts: os_masters_stg[0]:os_masters
|
hosts: os_control_stg[0]:os_control
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
@ -7,6 +7,8 @@
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
vars:
|
||||||
|
- ocp4: true
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: openshift/project
|
- role: openshift/project
|
||||||
|
@ -14,13 +16,13 @@
|
||||||
description: POC for the dashboards
|
description: POC for the dashboards
|
||||||
appowners:
|
appowners:
|
||||||
- nphilipp
|
- nphilipp
|
||||||
|
- asaleh
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: monitor-dashboard
|
app: monitor-dashboard
|
||||||
template: configmap.yml
|
template: configmap.yml
|
||||||
objectname: configmap.yml
|
objectname: configmap.yml
|
||||||
|
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: monitor-dashboard
|
app: monitor-dashboard
|
||||||
file: notifiers.yaml
|
file: notifiers.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue