Skip to content

Commit 3833160

Browse files
authored
Merge pull request openshift#6452 from mtnbikenc/update-openshift-metrics
Update openshift-metrics playbook location
2 parents 42061a7 + 57d1f1e commit 3833160

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install_config/cluster_metrics.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ The following command sets the Hawkular Metrics route to use
549549
You must have a persistent volume of sufficient size available.
550550
551551
----
552-
$ ansible-playbook [-i </path/to/inventory>] <OPENSHIFT_ANSIBLE_DIR>/byo/openshift-cluster/openshift-metrics.yml \
552+
$ ansible-playbook [-i </path/to/inventory>] <OPENSHIFT_ANSIBLE_DIR>/playbooks/openshift-metrics/config.yml \
553553
-e openshift_metrics_install_metrics=True \
554554
-e openshift_metrics_hawkular_hostname=hawkular-metrics.example.com \
555555
-e openshift_metrics_cassandra_storage_type=pv
@@ -562,7 +562,7 @@ The following command sets the Hawkular Metrics route to use
562562
*hawkular-metrics.example.com* and deploy without persistent storage.
563563
564564
----
565-
$ ansible-playbook [-i </path/to/inventory>] <OPENSHIFT_ANSIBLE_DIR>/byo/openshift-cluster/openshift-metrics.yml \
565+
$ ansible-playbook [-i </path/to/inventory>] <OPENSHIFT_ANSIBLE_DIR>/playbooks/openshift-metrics/config.yml \
566566
-e openshift_metrics_install_metrics=True \
567567
-e openshift_metrics_hawkular_hostname=hawkular-metrics.example.com
568568
----
@@ -758,7 +758,7 @@ You can remove everything deployed by the OpenShift Ansible `openshift_metrics`
758758
by performing the following steps:
759759

760760
----
761-
$ ansible-playbook [-i </path/to/inventory>] <OPENSHIFT_ANSIBLE_DIR>/byo/openshift-cluster/openshift-metrics.yml \
761+
$ ansible-playbook [-i </path/to/inventory>] <OPENSHIFT_ANSIBLE_DIR>/playbooks/openshift-metrics/config.yml \
762762
-e openshift_metrics_install_metrics=False
763763
----
764764

install_config/upgrading/automated_upgrades.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ logging deployment upgrade.
602602

603603
// tag::automated-metrics-upgrade-steps[]
604604
To upgrade an existing cluster metrics deployment, you must use the provided
605-
*_/usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/openshift-metrics.yml_*
605+
*_/usr/share/ansible/openshift-ansible/playbooks/openshift-metrics/config.yml_*
606606
Ansible playbook. This is the playbook to use if you were deploying metrics for
607607
the first time on an existing cluster, but is also used to upgrade existing
608608
metrics deployments.

0 commit comments

Comments
 (0)