diff options
author | Olivier Blin <dev@blino.org> | 2016-01-31 13:32:22 +0100 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2016-01-31 13:32:22 +0100 |
commit | 47de84951e268821bceae36f5c96ab73aacf219c (patch) | |
tree | 7071da0ca00ef373e907af56b576188fc7b50565 /deployment/mga_buildsystem/manifests | |
parent | 6ba05c78a5ced94d3d4f46fe35ab370ef8a2f154 (diff) | |
download | puppet-47de84951e268821bceae36f5c96ab73aacf219c.tar puppet-47de84951e268821bceae36f5c96ab73aacf219c.tar.gz puppet-47de84951e268821bceae36f5c96ab73aacf219c.tar.bz2 puppet-47de84951e268821bceae36f5c96ab73aacf219c.tar.xz puppet-47de84951e268821bceae36f5c96ab73aacf219c.zip |
add duvel node
This is a new server that will be used to replace valstar as main node.
It is hosted in the IELO datacenter (Marseille).
Name chosen by Dan Fandrich at FOSDEM 2016
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index a681a715..010bb1ca 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -145,6 +145,8 @@ class mga_buildsystem::config { $repo_allow_from = [ $::nodes_ipaddr[valstar][ipv6], $::nodes_ipaddr[valstar][ipv4], + $::nodes_ipaddr[duvel][ipv6], + $::nodes_ipaddr[duvel][ipv4], $::nodes_ipaddr[ecosse][ipv6], $::nodes_ipaddr[ecosse][ipv4], $::nodes_ipaddr[jonund][ipv6], @@ -153,7 +155,6 @@ class mga_buildsystem::config { '10.42.0', $::nodes_ipaddr[rabbit][ipv4], $::nodes_ipaddr[rabbit][ipv6], - '212.85.158.158', $::nodes_ipaddr[sucuk][ipv4], $::nodes_ipaddr[sucuk][ipv6], '85.134.55.73', |