main.yml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ---
  2. ### General logging settings
  3. openshift_logging_image_prefix: "{{ openshift_hosted_logging_deployer_prefix | default('docker.io/openshift/origin-') }}"
  4. openshift_logging_image_version: "{{ openshift_hosted_logging_deployer_version | default('latest') }}"
  5. openshift_logging_image_pull_secret: "{{ openshift_hosted_logging_image_pull_secret | default('') }}"
  6. openshift_logging_master_url: "https://kubernetes.default.svc.{{ openshift.common.dns_domain }}"
  7. openshift_logging_master_public_url: "{{ openshift_hosted_logging_master_public_url | default('https://' + openshift.common.public_hostname + ':' ~ (openshift_master_api_port | default('8443', true))) }}"
  8. openshift_logging_namespace: logging
  9. ### Common settings
  10. openshift_logging_fluentd_nodeselector: "{{ openshift_hosted_logging_fluentd_nodeselector_label | default('logging-infra-fluentd=true') | map_from_pairs }}"
  11. openshift_logging_fluentd_cpu_limit: 100m
  12. openshift_logging_fluentd_memory_limit: 512Mi
  13. openshift_logging_fluentd_hosts: ['--all']
  14. # float time in seconds to wait between node labelling
  15. openshift_logging_fluentd_label_delay: '0.5'
  16. # Fluentd deployment type
  17. openshift_logging_fluentd_deployment_type: "hosted"
  18. ### Used by "hosted" and "secure-host" deployments
  19. # Destination for the application based logs
  20. openshift_logging_fluentd_app_host: "logging-es"
  21. openshift_logging_fluentd_app_port: 9200
  22. # Destination for the operations based logs
  23. openshift_logging_fluentd_ops_host: "{{ openshift_logging_fluentd_app_host }}"
  24. openshift_logging_fluentd_ops_port: "{{ openshift_logging_fluentd_app_port }}"
  25. ### Used by "hosted" and "secure-aggregator" deployments
  26. openshift_logging_fluentd_use_journal: "{{ openshift_hosted_logging_use_journal | default('') }}"
  27. openshift_logging_fluentd_journal_source: "{{ openshift_hosted_logging_journal_source | default('') }}"
  28. openshift_logging_fluentd_journal_read_from_head: "{{ openshift_hosted_logging_journal_read_from_head | default('') }}"
  29. ### Deprecating in 3.6
  30. openshift_logging_fluentd_es_copy: false
  31. # 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
  32. #fluentd_config_contents:
  33. #fluentd_throttle_contents:
  34. #fluentd_secureforward_contents: