소스 검색

Enable monitoring upgrades

Add monitoring components to upgrade playbook.
Dan Mace 6 년 전
부모
커밋
1dee1bf9f1
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