From: Tom Hughes Date: Fri, 11 Sep 2020 13:59:26 +0000 (+0100) Subject: Configure tiamat-11 as a prometheus server X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/67dc08878168564a60eca6f4372155ff20720e8d Configure tiamat-11 as a prometheus server --- diff --git a/roles/prometheus.rb b/roles/prometheus.rb new file mode 100644 index 000000000..1b97fdb72 --- /dev/null +++ b/roles/prometheus.rb @@ -0,0 +1,6 @@ +name "prometheus" +description "Role applied to all prometheus servers" + +run_list( + "recipe[prometheus::server]" +) diff --git a/roles/tiamat-11.rb b/roles/tiamat-11.rb index 2fd7e44a1..066b92d41 100644 --- a/roles/tiamat-11.rb +++ b/roles/tiamat-11.rb @@ -22,5 +22,6 @@ default_attributes( run_list( "role[ucl]", - "role[supermicro-x8dtt-h]" + "role[supermicro-x8dtt-h]", + "role[prometheus]" )