summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_metrics/README.md
diff options
context:
space:
mode:
authorJeff Cantrill <jcantril@redhat.com>2016-11-29 15:12:48 -0500
committerJeff Cantrill <jcantril@redhat.com>2017-01-11 10:35:36 -0500
commit7a351a8bf87e6678e273d94ec7d003e1baa9fe90 (patch)
treeeba19b0838e942f66af7278eea92357fdc05304e /roles/openshift_hosted_metrics/README.md
parentf443452d1a999df7417e665533494cebb44c0e7a (diff)
downloadopenshift-7a351a8bf87e6678e273d94ec7d003e1baa9fe90.tar.gz
openshift-7a351a8bf87e6678e273d94ec7d003e1baa9fe90.tar.bz2
openshift-7a351a8bf87e6678e273d94ec7d003e1baa9fe90.tar.xz
openshift-7a351a8bf87e6678e273d94ec7d003e1baa9fe90.zip
rename openshift_metrics to openshift_hosted_metrics
Diffstat (limited to 'roles/openshift_hosted_metrics/README.md')
-rw-r--r--roles/openshift_hosted_metrics/README.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/roles/openshift_hosted_metrics/README.md b/roles/openshift_hosted_metrics/README.md
new file mode 100644
index 000000000..c2af3c494
--- /dev/null
+++ b/roles/openshift_hosted_metrics/README.md
@@ -0,0 +1,54 @@
+OpenShift Metrics with Hawkular
+====================
+
+OpenShift Metrics Installation
+
+Requirements
+------------
+
+* Ansible 2.2
+* It requires subdomain fqdn to be set.
+* If persistence is enabled, then it also requires NFS.
+
+Role Variables
+--------------
+
+From this role:
+
+| Name | Default value | |
+|-------------------------------------------------|-----------------------|-------------------------------------------------------------|
+| openshift_hosted_metrics_deploy | `False` | If metrics should be deployed |
+| openshift_hosted_metrics_public_url | null | Hawkular metrics public url |
+| openshift_hosted_metrics_storage_nfs_directory | `/exports` | Root export directory. |
+| openshift_hosted_metrics_storage_volume_name | `metrics` | Metrics volume within openshift_hosted_metrics_volume_dir |
+| openshift_hosted_metrics_storage_volume_size | `10Gi` | Metrics volume size |
+| openshift_hosted_metrics_storage_nfs_options | `*(rw,root_squash)` | NFS options for configured exports. |
+| openshift_hosted_metrics_duration | `7` | Metrics query duration |
+| openshift_hosted_metrics_resolution | `10s` | Metrics resolution |
+
+
+Dependencies
+------------
+openshift_facts
+openshift_examples
+openshift_master_facts
+
+Example Playbook
+----------------
+
+```
+- name: Configure openshift-metrics
+ hosts: oo_first_master
+ roles:
+ - role: openshift_hosted_metrics
+```
+
+License
+-------
+
+Apache License, Version 2.0
+
+Author Information
+------------------
+
+Jose David Martín (j.david.nieto@gmail.com)