main.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. ---
  2. # node_problem_detector common setup
  3. openshift_node_problem_detector_state: present
  4. openshift_node_problem_detector_namespace: openshift-infra
  5. openshift_node_problem_detector_tmp_location: /tmp
  6. openshift_node_problem_detector_delete_tempfiles: True
  7. # node-problem-detector image setup
  8. openshift_node_problem_detector_image_dict:
  9. origin:
  10. prefix: "docker.io/openshift/"
  11. version: "{{ openshift_image_tag }}"
  12. openshift-enterprise:
  13. prefix: "registry.access.redhat.com/openshift3/ose-"
  14. version: "{{ openshift_image_tag }}"
  15. openshift_node_problem_detector_image_prefix: "{{ openshift_node_problem_detector_image_dict[openshift_deployment_type]['prefix'] }}"
  16. openshift_node_problem_detector_image_version: "{{ openshift_node_problem_detector_image_dict[openshift_deployment_type]['version'] }}"
  17. # node_problem_detector daemonset setup
  18. openshift_node_problem_detector_daemonset_name: node-problem-detector
  19. openshift_node_problem_detector_daemonset_template_file: templates/node-problem-detector-daemonset.yaml.j2
  20. openshift_node_problem_detector_image_pull_policy: IfNotPresent
  21. # node_problem_detector service account setup
  22. openshift_node_problem_detector_service_account: node-problem-detector
  23. openshift_node_problem_detector_cluster_role_name: node-problem-detector
  24. # node problem detector configmap setup
  25. openshift_node_problem_detector_configmap_name: node-problem-detector
  26. openshift_node_problem_detector_configmap_filename: files/node-problem-detector-configmap.yaml