diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-02-05 15:18:39 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-02-05 15:18:39 +0000 |
commit | 9c59c5865507adf136069045a200514f9330d4ee (patch) | |
tree | a9cdb90bf75383c5bb2e5b74a5a99349075ab22e | |
parent | c52455fb7a73e837e291b1f4e0dc1afaa7c651a0 (diff) | |
download | puppet-9c59c5865507adf136069045a200514f9330d4ee.tar puppet-9c59c5865507adf136069045a200514f9330d4ee.tar.gz puppet-9c59c5865507adf136069045a200514f9330d4ee.tar.bz2 puppet-9c59c5865507adf136069045a200514f9330d4ee.tar.xz puppet-9c59c5865507adf136069045a200514f9330d4ee.zip |
Add an arm build node
-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 |