Compare commits
2 Commits
e4ad52d413
...
b6ba5ba679
| Author | SHA1 | Date | |
|---|---|---|---|
|
b6ba5ba679
|
|||
|
4976888358
|
@@ -21,6 +21,7 @@
|
|||||||
"recipes": [
|
"recipes": [
|
||||||
"kosmos-base",
|
"kosmos-base",
|
||||||
"kosmos-base::default",
|
"kosmos-base::default",
|
||||||
|
"kosmos_prometheus::node_exporter",
|
||||||
"kosmos_kvm::guest",
|
"kosmos_kvm::guest",
|
||||||
"kosmos_postgresql::primary",
|
"kosmos_postgresql::primary",
|
||||||
"kosmos-akkounts::pg_db",
|
"kosmos-akkounts::pg_db",
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
"recipes": [
|
"recipes": [
|
||||||
"kosmos-base",
|
"kosmos-base",
|
||||||
"kosmos-base::default",
|
"kosmos-base::default",
|
||||||
|
"kosmos_prometheus::node_exporter",
|
||||||
"kosmos_kvm::guest",
|
"kosmos_kvm::guest",
|
||||||
"kosmos_postgresql::hostsfile",
|
"kosmos_postgresql::hostsfile",
|
||||||
"kosmos_postgresql::replica",
|
"kosmos_postgresql::replica",
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
# Recipe:: node_exporter
|
# Recipe:: node_exporter
|
||||||
#
|
#
|
||||||
|
|
||||||
include_recipe "firewall"
|
|
||||||
|
|
||||||
version = node["kosmos_prometheus"]["node_exporter"]["version"]
|
version = node["kosmos_prometheus"]["node_exporter"]["version"]
|
||||||
checksum = node["kosmos_prometheus"]["node_exporter"]["checksum"]
|
checksum = node["kosmos_prometheus"]["node_exporter"]["checksum"]
|
||||||
tarball = "#{Chef::Config[:file_cache_path]}/node_exporter-#{version}.linux-amd64.tar.gz"
|
tarball = "#{Chef::Config[:file_cache_path]}/node_exporter-#{version}.linux-amd64.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user