Browse Source

Merge pull request #8079 from joelsmith/install-npd

Integrate Node Problem Detector into install
Vadim Rutkovsky 7 years ago
parent
commit
c9f5f6748d
1 changed files with 3 additions and 0 deletions
  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