main.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031
  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_dict:
  8. origin:
  9. prefix: "docker.io/openshift/"
  10. version: "{{ openshift_image_tag }}"
  11. openshift-enterprise:
  12. prefix: "registry.access.redhat.com/openshift3/ose-"
  13. version: "{{ openshift_image_tag }}"
  14. openshift_node_problem_detector_image_prefix: "{{ openshift_node_problem_detector_image_dict[openshift_deployment_type]['prefix'] }}"
  15. openshift_node_problem_detector_image_version: "{{ openshift_node_problem_detector_image_dict[openshift_deployment_type]['version'] }}"
  16. # node_problem_detector daemonset setup
  17. openshift_node_problem_detector_daemonset_name: node-problem-detector
  18. openshift_node_problem_detector_daemonset_template_file: templates/node-problem-detector-daemonset.yaml.j2
  19. openshift_node_problem_detector_image_pull_policy: IfNotPresent
  20. # node_problem_detector service account setup
  21. openshift_node_problem_detector_service_account: node-problem-detector
  22. openshift_node_problem_detector_cluster_role_name: node-problem-detector
  23. # node problem detector configmap setup
  24. openshift_node_problem_detector_configmap_name: node-problem-detector
  25. openshift_node_problem_detector_configmap_filename: files/node-problem-detector-configmap.yaml