diff options
author | Olivier Blin <dev@blino.org> | 2015-12-03 13:19:45 +0100 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2015-12-03 13:19:45 +0100 |
commit | db51fecd0d190b7be7a0b985011c365446703a5b (patch) | |
tree | e794fc949ddc3a1a489c9cd703ddad6af31453c9 /deployment/mga_buildsystem/manifests | |
parent | d2b415f90acc123d3406d399c60c0a40c70ca861 (diff) | |
download | puppet-db51fecd0d190b7be7a0b985011c365446703a5b.tar puppet-db51fecd0d190b7be7a0b985011c365446703a5b.tar.gz puppet-db51fecd0d190b7be7a0b985011c365446703a5b.tar.bz2 puppet-db51fecd0d190b7be7a0b985011c365446703a5b.tar.xz puppet-db51fecd0d190b7be7a0b985011c365446703a5b.zip |
Add armagnac build node
This a new ARM server for the buildsystem, managed by Scaleway and
hosted in an Iliad/Online datacenter.
Name chosen by neoclust, secretly craved by ennael.
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 5f8fbdcb..80e9414f 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -158,6 +158,7 @@ class mga_buildsystem::config { $::nodes_ipaddr[sucuk][ipv6], '85.134.55.73', $::nodes_ipaddr[armorique][ipv4], + $::nodes_ipaddr[armagnac][ipv4], ] # the list of checks, actions, posts for cauldron in youri-upload |