|
8 yıl önce | |
---|---|---|
.. | ||
handlers | 8 yıl önce | |
meta | 9 yıl önce | |
tasks | 8 yıl önce | |
vars | 8 yıl önce | |
README.md | 8 yıl önce |
OpenShift Metrics Installation
It requires subdomain fqdn to be set. If persistence is enabled, then it also requires NFS.
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 |
From openshift_common:
Name | Default Value | |
---|---|---|
openshift_master_default_subdomain | null | Subdomain FQDN (Mandatory) |
openshift_facts openshift_examples
- name: Configure openshift-metrics
hosts: oo_first_master
roles:
- role: openshift_metrics
Apache License, Version 2.0
Jose David Martín (j.david.nieto@gmail.com)