Skip to content

Instantly share code, notes, and snippets.

@dav1x
Created May 30, 2017 14:18
Show Gist options
  • Save dav1x/16bf80ac258c19e17588a19298a3d329 to your computer and use it in GitHub Desktop.
Save dav1x/16bf80ac258c19e17588a19298a3d329 to your computer and use it in GitHub Desktop.
ansible-playbook /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/openshift-metrics.yml \
-e openshift_master_metrics_public_url: "https://metrics.{{ osm_default_subdomain }}/hawkular/metrics" \
-e openshift_hosted_metrics_storage_kind: nfs \
-e openshift_hosted_metrics_storage_access_modes: ['ReadWriteOnce'] \
-e openshift_hosted_metrics_storage_host: nfs-0.vcenter.e2e.bos.redhat.com \
-e openshift_hosted_metrics_storage_nfs_directory: /exports \
-e openshift_hosted_metrics_storage_volume_name: metrics \
-e openshift_hosted_metrics_storage_volume_size: 10Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment