Update the prometheus-1 node after running Chef

It now contains the attributes from the ohai plugin
This commit is contained in:
2026-07-11 17:35:04 +02:00
parent 010e2d0d64
commit 663c4da0a0
+18
View File
@@ -22,6 +22,7 @@
"kosmos-base", "kosmos-base",
"kosmos-base::default", "kosmos-base::default",
"kosmos_prometheus::node_exporter", "kosmos_prometheus::node_exporter",
"kosmos_zerotier::ohai_plugin",
"kosmos_kvm::guest", "kosmos_kvm::guest",
"kosmos_prometheus::server", "kosmos_prometheus::server",
"kosmos_prometheus::alertmanager", "kosmos_prometheus::alertmanager",
@@ -38,6 +39,7 @@
"postfix::_attributes", "postfix::_attributes",
"postfix::sasl_auth", "postfix::sasl_auth",
"hostname::default", "hostname::default",
"zerotier::ohai_plugin",
"firewall::default" "firewall::default"
], ],
"platform": "ubuntu", "platform": "ubuntu",
@@ -53,6 +55,22 @@
"version": "18.2.13", "version": "18.2.13",
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.1.0/gems/ohai-18.2.13/lib/ohai" "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.1.0/gems/ohai-18.2.13/lib/ohai"
} }
},
"zerotier": {
"version": "1.16.2",
"node_id": "77fcedcdce",
"networks": {
"8541e5153eb4327c": {
"network_name": "virgo",
"mac": "7e:45:48:d3:d8:2b",
"status": "OK",
"type": "PRIVATE",
"interface": "ztsb7vcj2c",
"addresses": [
"10.1.1.146/24"
]
}
}
} }
}, },
"run_list": [ "run_list": [