diff options
author | Eldad Marciano <mrsiano@gmail.com> | 2017-11-20 16:41:43 +0200 |
---|---|---|
committer | Eldad Marciano <mrsiano@gmail.com> | 2018-01-17 12:06:42 +0200 |
commit | 8fcf4b127af3b96c5cb174157441436d8b11dafd (patch) | |
tree | 625985e588e23df9a335540cbf0c086f34e4b067 /inventory | |
parent | dce44f0bf93c1cf7b2d2fd7f01d591be117b2d60 (diff) | |
download | openshift-8fcf4b127af3b96c5cb174157441436d8b11dafd.tar.gz openshift-8fcf4b127af3b96c5cb174157441436d8b11dafd.tar.bz2 openshift-8fcf4b127af3b96c5cb174157441436d8b11dafd.tar.xz openshift-8fcf4b127af3b96c5cb174157441436d8b11dafd.zip |
Add new grafana playbook.
this patch introduce a new playbook and roles to deploy grafana automaticly
using openshift-ansible capabilities.
this patch will abstract the grafana deployment process specially for openshift.
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/hosts.grafana.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inventory/hosts.grafana.example b/inventory/hosts.grafana.example new file mode 100644 index 000000000..a5999578f --- /dev/null +++ b/inventory/hosts.grafana.example @@ -0,0 +1,12 @@ +[OSEv3:children] +masters +nodes + +[OSEv3:vars] +# Grafana Configuration +#gf_datasource_name="example" +#gf_prometheus_namespace="openshift-metrics" +#gf_oauth=true + +[masters] +master |