main.yml 8.0 KB

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