diff options
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 1 | ||||
-rw-r--r-- | manifests/nodes_ip.pp | 3 | ||||
-rw-r--r-- | modules/xymon/templates/bb-hosts | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 010bb1ca..003c5924 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -160,6 +160,7 @@ class mga_buildsystem::config { '85.134.55.73', $::nodes_ipaddr[armorique][ipv4], $::nodes_ipaddr[armagnac][ipv4], + $::nodes_ipaddr[armada][ipv4], ] # the list of checks, actions, posts for cauldron in youri-upload diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index d6d01807..e568aa6b 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -53,6 +53,9 @@ $nodes_ipaddr = { armorique => { ipv4 => '212.47.242.112', }, + armada => { + ipv4 => '212.47.242.218', + }, friteuse => { ipv4 => '192.168.122.131', } diff --git a/modules/xymon/templates/bb-hosts b/modules/xymon/templates/bb-hosts index b6f54034..6404a1a2 100644 --- a/modules/xymon/templates/bb-hosts +++ b/modules/xymon/templates/bb-hosts @@ -51,3 +51,4 @@ group-compress VM Alamut group-compress Scaleway 212.47.231.90 armagnac.<%= domain %> # testip ssh 212.47.242.112 armorique.<%= domain %> # testip ssh +212.47.242.218 armada.<%= domain %> # testip ssh |