diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-09-21 11:39:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-21 11:39:49 -0400 |
commit | eccf065ce5c819d5a1a75bf613149b454fc3ceda (patch) | |
tree | f0283949ef5f8705d9b174a2833d2f62c065be62 | |
parent | 4313ad4b3d5dad85d1016d64cc558a749919c563 (diff) | |
parent | 9f03594ad54f1300089c224c4f533c1a92043466 (diff) | |
download | openshift-eccf065ce5c819d5a1a75bf613149b454fc3ceda.tar.gz openshift-eccf065ce5c819d5a1a75bf613149b454fc3ceda.tar.bz2 openshift-eccf065ce5c819d5a1a75bf613149b454fc3ceda.tar.xz openshift-eccf065ce5c819d5a1a75bf613149b454fc3ceda.zip |
Merge pull request #2485 from yaacov/add-documentation-on-metrics-hostname
Add documentation about the openshift_hosted_metrics_public_url option
-rw-r--r-- | roles/openshift_metrics/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_metrics/README.md b/roles/openshift_metrics/README.md index 7f95a2a40..30a0a608d 100644 --- a/roles/openshift_metrics/README.md +++ b/roles/openshift_metrics/README.md @@ -16,6 +16,7 @@ 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 | |