summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-calypso.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ele-calypso.yml')
-rw-r--r--inventory/host_vars/ele-calypso.yml17
1 files changed, 9 insertions, 8 deletions
diff --git a/inventory/host_vars/ele-calypso.yml b/inventory/host_vars/ele-calypso.yml
index 75054533..8da4c4af 100644
--- a/inventory/host_vars/ele-calypso.yml
+++ b/inventory/host_vars/ele-calypso.yml
@@ -74,7 +74,7 @@ kubelet_storage:
size: 5G
fs: ext4
-kubernetes_version: 1.30.2
+kubernetes_version: 1.30.4
kubernetes_container_runtime: docker
kubernetes_standalone_max_pods: 42
kubernetes_standalone_cni_variant: with-portmap
@@ -101,6 +101,7 @@ prometheus_server_storage:
prometheus_server_alertmanager:
url: "127.0.0.1:9093"
path_prefix: "/alertmanager/"
+ scrape_instance: "{{ inventory_hostname }}"
prometheus_server_web_external_url: "http://{{ network.primary.address | ansible.utils.ipaddr('address') }}/prometheus/"
@@ -173,19 +174,19 @@ grafana_datasources:
manageAlerts: no
grafana_dashboards:
- - file: node-full
+ - file: sys/node-full
datasource: "Prometheus"
- - file: openwrt
+ - file: sys/openwrt
datasource: "Prometheus"
- - file: chrony
+ - file: sys/ipmi
datasource: "Prometheus"
- - file: blackbox/ssh
+ - file: net/chrony
datasource: "Prometheus"
- - file: network-ups-tools
+ - file: blackbox/ssh
datasource: "Prometheus"
- - file: ipmi
+ - file: environment/network-ups-tools
datasource: "Prometheus"
- - file: standalone-kubelet-overview
+ - file: apps/standalone-kubelet-overview
datasource: "Prometheus"
grafana_admin_password: "{{ vault_grafana_admin_password }}"