浏览代码

Integrate Node Problem Detector into install

Joel Smith 7 年之前
父节点
当前提交
257efdb8b8
共有 1 个文件被更改,包括 3 次插入0 次删除
  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
 - import_playbook: ../../openshift-descheduler/private/config.yml
   when: openshift_descheduler_install | default(false) | bool
   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