Browse Source

Merge pull request #2485 from yaacov/add-documentation-on-metrics-hostname

Add documentation about the openshift_hosted_metrics_public_url option
Scott Dodson 8 years ago
parent
commit
eccf065ce5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_metrics/README.md

+ 1 - 0
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                                         |