main.yaml 1.0 KB

12345678910111213141516171819202122
  1. ---
  2. # node_problem_detector common setup
  3. openshift_node_problem_detector_state: present
  4. openshift_node_problem_detector_tmp_location: /tmp
  5. openshift_node_problem_detector_delete_tempfiles: True
  6. # node-problem-detector image setup
  7. openshift_node_problem_detector_image: "{{ l_osm_registry_url | regex_replace('${component}' | regex_escape, 'node-problem-detector') }}"
  8. # node_problem_detector daemonset setup
  9. openshift_node_problem_detector_daemonset_name: node-problem-detector
  10. openshift_node_problem_detector_daemonset_template_file: templates/node-problem-detector-daemonset.yaml.j2
  11. openshift_node_problem_detector_image_pull_policy: IfNotPresent
  12. # node_problem_detector service account setup
  13. openshift_node_problem_detector_service_account: node-problem-detector
  14. openshift_node_problem_detector_cluster_role_name: node-problem-detector
  15. # node problem detector configmap setup
  16. openshift_node_problem_detector_configmap_name: node-problem-detector
  17. openshift_node_problem_detector_configmap_filename: files/node-problem-detector-configmap.yaml