Browse Source

Merge pull request #8416 from ironcladlou/monitoring-upgrade

Enable monitoring upgrades
OpenShift Merge Robot 6 years ago
parent
commit
8d3bb4f7d8

+ 6 - 0
playbooks/common/openshift-cluster/upgrades/upgrade_components.yml

@@ -19,3 +19,9 @@
       tasks_from: upgrade.yml
     when:
     - openshift_enable_service_catalog | default(true) | bool
+
+- import_playbook: ../../../openshift-monitoring/private/config.yml
+  when: openshift_monitoring_deploy | default(false) | bool
+
+- import_playbook: ../../../openshift-monitor-availability/private/config.yml
+  when: openshift_monitor_availability_install | default(false) | bool