Scott Dodson 6bcfbe1a8d Add view permissions to hawkular sa 8 vuotta sitten
..
defaults 9293059f5d Move infrastructure templates into openshift_hosted_templates role. 8 vuotta sitten
handlers 022530f6c3 Where we use curl force it to use tlsv1.2 8 vuotta sitten
meta 55e36e3768 added new openshift-metrics service 9 vuotta sitten
tasks 6bcfbe1a8d Add view permissions to hawkular sa 8 vuotta sitten
vars b1ce2cc880 Add logic to detect existing installs 8 vuotta sitten
README.md 9f03594ad5 add documentation about the openshift_hosted_metrics_public_url option 8 vuotta sitten

README.md

OpenShift Metrics with Hawkular

OpenShift Metrics Installation

Requirements

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

From openshift_common:

Name Default Value
openshift_master_default_subdomain null Subdomain FQDN (Mandatory)

Dependencies

openshift_facts openshift_examples

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)