Browse Source

Integrate Node Problem Detector into install

Joel Smith 7 years ago
parent
commit
257efdb8b8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      playbooks/common/private/components.yml

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

@@ -42,3 +42,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