main.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. ### General logging settings
  3. openshift_logging_curator_image_pull_secret: "{{ openshift_hosted_logging_image_pull_secret | default('') }}"
  4. openshift_logging_curator_master_url: "https://kubernetes.default.svc.cluster.local"
  5. openshift_logging_es5_techpreview: False
  6. l_openshift_curator_image_replace: "{{ (openshift_logging_es5_techpreview | bool) | ternary('logging-curator5', 'logging-curator') }}"
  7. openshift_logging_curator_image: "{{ l_os_registry_url | regex_replace(l_openshift_logging_search | regex_escape, l_openshift_curator_image_replace) }}"
  8. openshift_logging_curator_namespace: logging
  9. ### Common settings
  10. openshift_logging_curator_nodeselector: ""
  11. openshift_logging_curator_cpu_limit: null
  12. openshift_logging_curator_cpu_request: 100m
  13. openshift_logging_curator_memory_limit: 256Mi
  14. openshift_logging_curator_es_host: "logging-es"
  15. openshift_logging_curator_es_port: 9200
  16. # This should not exceed 1, should check for this
  17. openshift_logging_curator_replicas: 1
  18. # this is used to determine if this is an operations deployment or a non-ops deployment
  19. # simply used for naming purposes
  20. openshift_logging_curator_ops_deployment: false
  21. openshift_logging_curator_default_days: 30
  22. openshift_logging_curator_run_hour: 3
  23. openshift_logging_curator_run_minute: 30
  24. openshift_logging_curator_run_timezone: UTC
  25. openshift_logging_curator_script_log_level: INFO
  26. openshift_logging_curator_log_level: ERROR
  27. openshift_logging_curator_timeout: 300
  28. # following can be uncommented to provide values for configmaps -- take care when providing file contents as it may cause your cluster to not operate correctly
  29. #curator_config_contents: