Pārlūkot izejas kodu

Merge pull request #8079 from joelsmith/install-npd

Integrate Node Problem Detector into install
Vadim Rutkovsky 7 gadi atpakaļ
vecāks
revīzija
c9f5f6748d
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      playbooks/common/private/components.yml

+ 3 - 0
playbooks/common/private/components.yml

@@ -45,3 +45,6 @@
 
 - import_playbook: ../../openshift-descheduler/private/config.yml
   when: openshift_descheduler_install | default(false) | bool
+
+- import_playbook: ../../openshift-node-problem-detector/private/config.yml
+  when: openshift_node_problem_detector_install | default(false) | bool