Преглед на файлове

Allow installs of Node Problem Detector during upgrades

Joel Smith преди 6 години
родител
ревизия
a101b11d5b
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      playbooks/common/openshift-cluster/upgrades/upgrade_components.yml

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

@@ -25,3 +25,6 @@
 
 - import_playbook: ../../../openshift-monitor-availability/private/config.yml
   when: openshift_monitor_availability_install | default(false) | bool
+
+- import_playbook: ../../../openshift-node-problem-detector/private/config.yml
+  when: openshift_node_problem_detector_install | default(false) | bool