From 9c59c5865507adf136069045a200514f9330d4ee Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 5 Feb 2016 15:18:39 +0000 Subject: Add an arm build node --- deployment/mga_buildsystem/manifests/config.pp | 1 + manifests/nodes_ip.pp | 3 +++ modules/xymon/templates/bb-hosts | 1 + 3 files changed, 5 insertions(+) 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 -- cgit v1.2.1