main.yml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. ---
  2. openshift_logging_use_ops: False
  3. openshift_logging_master_url: "https://kubernetes.default.svc.{{ openshift.common.dns_domain }}"
  4. openshift_logging_master_public_url: "{{ 'https://' + openshift_master_cluster_public_hostname | default(openshift.common.public_hostname, true) + ':' ~ openshift_master_api_port }}"
  5. openshift_logging_nodeselector: null
  6. openshift_logging_labels: {}
  7. openshift_logging_label_key: ""
  8. openshift_logging_label_value: ""
  9. openshift_logging_install_logging: False
  10. openshift_logging_purge_logging: False
  11. openshift_logging_image_pull_secret: ""
  12. openshift_logging_image: "{{ l_os_registry_url | regex_replace(l_openshift_logging_search | regex_escape, 'logging-deployer') }}"
  13. openshift_logging_es5_techpreview: False
  14. openshift_logging_curator_default_days: 30
  15. openshift_logging_curator_run_hour: 3
  16. openshift_logging_curator_run_minute: 30
  17. openshift_logging_curator_run_timezone: UTC
  18. openshift_logging_curator_timeout: 300
  19. openshift_logging_curator_script_log_level: INFO
  20. openshift_logging_curator_log_level: ERROR
  21. openshift_logging_curator_cpu_limit: null
  22. openshift_logging_curator_memory_limit: 256Mi
  23. openshift_logging_curator_cpu_request: 100m
  24. openshift_logging_curator_nodeselector: {}
  25. openshift_logging_curator_ops_default_days: 30
  26. openshift_logging_curator_ops_run_hour: 3
  27. openshift_logging_curator_ops_run_minute: 30
  28. openshift_logging_curator_ops_run_timezone: UTC
  29. openshift_logging_curator_ops_cpu_limit: null
  30. openshift_logging_curator_ops_memory_limit: 256Mi
  31. openshift_logging_curator_ops_cpu_request: 100m
  32. openshift_logging_curator_ops_nodeselector: {}
  33. openshift_logging_kibana_hostname: "{{ 'kibana.' ~ openshift_master_default_subdomain }}"
  34. openshift_logging_kibana_cpu_limit: null
  35. openshift_logging_kibana_memory_limit: 736Mi
  36. openshift_logging_kibana_cpu_request: 100m
  37. openshift_logging_kibana_proxy_debug: false
  38. openshift_logging_kibana_proxy_cpu_limit: null
  39. openshift_logging_kibana_proxy_memory_limit: 256Mi
  40. openshift_logging_kibana_proxy_cpu_request: 100m
  41. openshift_logging_kibana_replica_count: 1
  42. openshift_logging_kibana_edge_term_policy: Redirect
  43. openshift_logging_kibana_nodeselector: {}
  44. openshift_logging_kibana_ops_nodeselector: {}
  45. #The absolute path on the control node to the cert file to use
  46. #for the public facing kibana certs
  47. openshift_logging_kibana_cert: ""
  48. #The absolute path on the control node to the key file to use
  49. #for the public facing kibana certs
  50. openshift_logging_kibana_key: ""
  51. #The absolute path on the control node to the CA file to use
  52. #for the public facing kibana certs
  53. openshift_logging_kibana_ca: ""
  54. openshift_logging_kibana_ops_hostname: "{{ 'kibana-ops.' ~ openshift_master_default_subdomain }}"
  55. openshift_logging_kibana_ops_cpu_limit: null
  56. openshift_logging_kibana_ops_memory_limit: 736Mi
  57. openshift_logging_kibana_ops_cpu_request: 100m
  58. openshift_logging_kibana_ops_proxy_debug: false
  59. openshift_logging_kibana_ops_proxy_cpu_limit: null
  60. openshift_logging_kibana_ops_proxy_memory_limit: 256Mi
  61. openshift_logging_kibana_ops_proxy_cpu_request: 100m
  62. openshift_logging_kibana_ops_replica_count: 1
  63. #The absolute path on the control node to the cert file to use
  64. #for the public facing ops kibana certs
  65. openshift_logging_kibana_ops_cert: ""
  66. #The absolute path on the control node to the key file to use
  67. #for the public facing ops kibana certs
  68. openshift_logging_kibana_ops_key: ""
  69. #The absolute path on the control node to the CA file to use
  70. #for the public facing ops kibana certs
  71. openshift_logging_kibana_ops_ca: ""
  72. openshift_logging_fluentd_nodeselector: {'logging-infra-fluentd': 'true'}
  73. openshift_logging_fluentd_cpu_limit: null
  74. openshift_logging_fluentd_memory_limit: 512Mi
  75. openshift_logging_fluentd_cpu_request: 100m
  76. openshift_logging_fluentd_journal_source: ""
  77. openshift_logging_fluentd_journal_read_from_head: ""
  78. openshift_logging_fluentd_hosts: ['--all']
  79. openshift_logging_fluentd_buffer_queue_limit: 32
  80. openshift_logging_fluentd_buffer_size_limit: 8m
  81. openshift_logging_es_host: logging-es
  82. openshift_logging_es_port: 9200
  83. openshift_logging_es_ca: /etc/fluent/keys/ca
  84. openshift_logging_es_client_cert: /etc/fluent/keys/cert
  85. openshift_logging_es_client_key: /etc/fluent/keys/key
  86. openshift_logging_es_cluster_size: 1
  87. openshift_logging_es_cpu_limit: null
  88. openshift_logging_es_cpu_request: "1"
  89. # the logging appenders for the root loggers to write ES logs. Valid values: 'file', 'console'
  90. openshift_logging_es_log_appenders: ['file']
  91. openshift_logging_es_memory_limit: "8Gi"
  92. openshift_logging_es_pv_selector: "{{ openshift_logging_storage_labels | default('') }}"
  93. openshift_logging_es_pvc_dynamic: "{{ openshift_logging_elasticsearch_pvc_dynamic | default(False) }}"
  94. openshift_logging_es_pvc_size: ''
  95. openshift_logging_es_pvc_prefix: "{{ openshift_logging_elasticsearch_pvc_prefix | default('logging-es') }}"
  96. openshift_logging_es_recover_after_time: 5m
  97. openshift_logging_es_storage_group: "65534"
  98. openshift_logging_es_nodeselector: {}
  99. # openshift_logging_es_config is a hash to be merged into the defaults for the elasticsearch.yaml
  100. openshift_logging_es_config: {}
  101. # for exposing es to external (outside of the cluster) clients
  102. openshift_logging_es_allow_external: False
  103. openshift_logging_es_hostname: "{{ 'es.' ~ openshift_master_default_subdomain }}"
  104. #The absolute path on the control node to the cert file to use
  105. #for the public facing es certs
  106. openshift_logging_es_cert: ""
  107. #The absolute path on the control node to the key file to use
  108. #for the public facing es certs
  109. openshift_logging_es_key: ""
  110. #The absolute path on the control node to the CA file to use
  111. #for the public facing es certs
  112. openshift_logging_es_ca_ext: ""
  113. # allow cluster-admin or cluster-reader to view operations index
  114. openshift_logging_es_ops_allow_cluster_reader: False
  115. openshift_logging_es_ops_host: logging-es-ops
  116. openshift_logging_es_ops_port: 9200
  117. openshift_logging_es_ops_ca: /etc/fluent/keys/ca
  118. openshift_logging_es_ops_client_cert: /etc/fluent/keys/cert
  119. openshift_logging_es_ops_client_key: /etc/fluent/keys/key
  120. openshift_logging_es_ops_cluster_size: "{{ openshift_logging_elasticsearch_ops_cluster_size | default(1) }}"
  121. openshift_logging_es_ops_cpu_limit: null
  122. openshift_logging_es_ops_memory_limit: 8Gi
  123. openshift_logging_es_ops_cpu_request: "1"
  124. openshift_logging_es_ops_pv_selector: "{{ openshift_loggingops_storage_labels | default('') }}"
  125. openshift_logging_es_ops_pvc_dynamic: "{{ openshift_logging_elasticsearch_ops_pvc_dynamic | default(False) }}"
  126. openshift_logging_es_ops_pvc_size: "{{ openshift_logging_elasticsearch_ops_pvc_size | default('') }}"
  127. openshift_logging_es_ops_pvc_prefix: "{{ openshift_logging_elasticsearch_ops_pvc_prefix | default('logging-es-ops') }}"
  128. openshift_logging_es_ops_recover_after_time: 5m
  129. openshift_logging_es_ops_storage_group: "65534"
  130. openshift_logging_es_ops_nodeselector: {}
  131. # for exposing es-ops to external (outside of the cluster) clients
  132. openshift_logging_es_ops_allow_external: False
  133. openshift_logging_es_ops_hostname: "{{ 'es-ops.' ~ openshift_master_default_subdomain }}"
  134. #The absolute path on the control node to the cert file to use
  135. #for the public facing es-ops certs
  136. openshift_logging_es_ops_cert: ""
  137. #The absolute path on the control node to the key file to use
  138. #for the public facing es-ops certs
  139. openshift_logging_es_ops_key: ""
  140. #The absolute path on the control node to the CA file to use
  141. #for the public facing es-ops certs
  142. openshift_logging_es_ops_ca_ext: ""
  143. # storage related defaults
  144. openshift_logging_storage_access_modes: ['ReadWriteOnce']
  145. # mux - secure_forward listener service
  146. openshift_logging_mux_allow_external: False
  147. openshift_logging_use_mux: "{{ openshift_logging_mux_allow_external | default(False) }}"
  148. openshift_logging_mux_hostname: "{{ 'mux.' ~ openshift_master_default_subdomain}}"
  149. openshift_logging_mux_port: 24284
  150. openshift_logging_mux_cpu_limit: null
  151. openshift_logging_mux_memory_limit: 512Mi
  152. openshift_logging_mux_cpu_request: 100m
  153. # the namespace to use for undefined projects - users will typically not need to set this
  154. # extra namespaces to create for mux clients - users will need to set this
  155. openshift_logging_mux_namespaces: []
  156. # 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
  157. #es_logging_contents:
  158. #es_config_contents:
  159. #curator_config_contents:
  160. #fluentd_config_contents:
  161. #fluentd_throttle_contents:
  162. #fluentd_secureforward_contents:
  163. #fluentd_mux_config_contents:
  164. #fluentd_mux_secureforward_contents: