diff options
author | yaacov <kobi.zamir@gmail.com> | 2016-09-21 17:46:41 +0300 |
---|---|---|
committer | yaacov <kobi.zamir@gmail.com> | 2016-09-21 17:46:41 +0300 |
commit | 9f03594ad54f1300089c224c4f533c1a92043466 (patch) | |
tree | f0283949ef5f8705d9b174a2833d2f62c065be62 | |
parent | 4313ad4b3d5dad85d1016d64cc558a749919c563 (diff) | |
download | openshift-9f03594ad54f1300089c224c4f533c1a92043466.tar.gz openshift-9f03594ad54f1300089c224c4f533c1a92043466.tar.bz2 openshift-9f03594ad54f1300089c224c4f533c1a92043466.tar.xz openshift-9f03594ad54f1300089c224c4f533c1a92043466.zip |
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 | |