File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ The following command sets the Hawkular Metrics route to use
549
549
You must have a persistent volume of sufficient size available.
550
550
551
551
----
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 \
553
553
-e openshift_metrics_install_metrics=True \
554
554
-e openshift_metrics_hawkular_hostname=hawkular-metrics.example.com \
555
555
-e openshift_metrics_cassandra_storage_type=pv
@@ -562,7 +562,7 @@ The following command sets the Hawkular Metrics route to use
562
562
*hawkular-metrics.example.com* and deploy without persistent storage.
563
563
564
564
----
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 \
566
566
-e openshift_metrics_install_metrics=True \
567
567
-e openshift_metrics_hawkular_hostname=hawkular-metrics.example.com
568
568
----
@@ -758,7 +758,7 @@ You can remove everything deployed by the OpenShift Ansible `openshift_metrics`
758
758
by performing the following steps:
759
759
760
760
----
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 \
762
762
-e openshift_metrics_install_metrics=False
763
763
----
764
764
Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ logging deployment upgrade.
602
602
603
603
// tag::automated-metrics-upgrade-steps[]
604
604
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_*
606
606
Ansible playbook. This is the playbook to use if you were deploying metrics for
607
607
the first time on an existing cluster, but is also used to upgrade existing
608
608
metrics deployments.
You can’t perform that action at this time.
0 commit comments