From ec75d0ac888f3fab87f8d335224596df045e260a Mon Sep 17 00:00:00 2001
From: Zohar Galor <zgalor@redhat.com>
Date: Tue, 20 Jun 2017 17:28:07 +0300
Subject: Create ansible role for deploying prometheus on openshift

A new role for installing prometheus on openshift.
Depends on `openshift_hosted_prometheus_deploy` flag

role creates:
- prometheus namespace
- prometheus clusterrolebinding and service account
- pvs for prometheus, alertmanager and alertbuffer for internal nfs
- prometheus pod with prometheus behind oauth-proxy, alertmanager and alert-buffer behind oauth-proxy
- prometheus and alertmanager configmaps
- prometheus and alerts services and direct routes
- prometheus, alertmanager and alert-buffer pvcs
---
 playbooks/byo/openshift-cluster/openshift-prometheus.yml | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 playbooks/byo/openshift-cluster/openshift-prometheus.yml

(limited to 'playbooks/byo/openshift-cluster')

diff --git a/playbooks/byo/openshift-cluster/openshift-prometheus.yml b/playbooks/byo/openshift-cluster/openshift-prometheus.yml
new file mode 100644
index 000000000..15917078d
--- /dev/null
+++ b/playbooks/byo/openshift-cluster/openshift-prometheus.yml
@@ -0,0 +1,4 @@
+---
+- include: initialize_groups.yml
+
+- include: ../../common/openshift-cluster/openshift_prometheus.yml
-- 
cgit v1.2.3