浏览代码

Merge pull request #8079 from joelsmith/install-npd

Integrate Node Problem Detector into install
Vadim Rutkovsky 7 年之前
父节点
当前提交
c9f5f6748d
共有 1 个文件被更改,包括 3 次插入0 次删除
  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