diff options
author | Jason DeTiberus <detiber@gmail.com> | 2017-01-11 12:19:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 12:19:54 -0500 |
commit | c9919242e76c03ea25993d8ee14c2ac64014077c (patch) | |
tree | c912b844bdcbdacdcda18987f7ba16f0f786471f /roles/openshift_metrics/README.md | |
parent | c273ed46d1236a0b4a5169bbff009dea051bdee7 (diff) | |
parent | 7a351a8bf87e6678e273d94ec7d003e1baa9fe90 (diff) | |
download | openshift-c9919242e76c03ea25993d8ee14c2ac64014077c.tar.gz openshift-c9919242e76c03ea25993d8ee14c2ac64014077c.tar.bz2 openshift-c9919242e76c03ea25993d8ee14c2ac64014077c.tar.xz openshift-c9919242e76c03ea25993d8ee14c2ac64014077c.zip |
Merge pull request #2881 from jcantrill/mv_metrics_to_hosted_metrics
rename openshift_metrics to openshift_hosted_metrics
Diffstat (limited to 'roles/openshift_metrics/README.md')
-rw-r--r-- | roles/openshift_metrics/README.md | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/roles/openshift_metrics/README.md b/roles/openshift_metrics/README.md deleted file mode 100644 index 015a673a8..000000000 --- a/roles/openshift_metrics/README.md +++ /dev/null @@ -1,54 +0,0 @@ -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_metrics -``` - -License -------- - -Apache License, Version 2.0 - -Author Information ------------------- - -Jose David MartÃn (j.david.nieto@gmail.com) |