瀏覽代碼

Merge pull request #8416 from ironcladlou/monitoring-upgrade

Enable monitoring upgrades
OpenShift Merge Robot 6 年之前
父節點
當前提交
8d3bb4f7d8
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      playbooks/common/openshift-cluster/upgrades/upgrade_components.yml

+ 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