File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 tags : auth
3232 - name : metal-roles/control-plane/roles/metal
3333 tags : metal
34- - name : metal-roles/control-plane/roles/logging
35- when : monitoring_enabled
36- tags : logging
3734 - name : metal-roles/control-plane/roles/monitoring
3835 when : monitoring_enabled
3936 tags : monitoring
37+ - name : metal-roles/control-plane/roles/logging
38+ when : monitoring_enabled
39+ tags : logging
4040
4141- name : deploy gardener
4242 import_playbook : deploy_gardener.yaml
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ metal_stack_release_vectors:
3232# sonic_configdb_utils_image_tag:
3333# ...
3434#
35-
35+ logging_chart_version : 18.3.1
36+ logging_chart_repo : oci://ghcr.io/grafana-community/helm-charts/loki
3637# #
3738# # for ansible roles
3839# #
Original file line number Diff line number Diff line change 11---
2- logging_ingress_loki_tls : no
2+ logging_ingress_enabled : true
3+ logging_ingress_loki_tls : false
34logging_ingress_dns : " loki.{{ metal_control_plane_ingress_dns }}"
45
56logging_alloy_enabled : true
67
78logging_alloy_service_monitor_enabled : true
89
910logging_alloy_loki_write_endpoints :
10- - url : " http://{{ logging_ingress_dns }}:8080 /loki/api/v1/push"
11+ - url : " http://loki-gateway /loki/api/v1/push"
1112
1213logging_promtail_enabled : false
1314
1415logging_alloy_cluster_label : " mini-lab"
16+
17+ logging_loki_monitoring_enabled : true
18+
19+ logging_loki_log_level : info
You can’t perform that action at this time.
0 commit comments