aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2015-10-29 00:49:18 +0100
committerOlivier Blin <dev@blino.org>2015-10-29 00:52:12 +0100
commitafcd7188417869d5bbb42001b0a8a93a3cd59880 (patch)
tree55bf8da2fdfb518d139a741a72a81380f3e222ac /manifests
parent234ca41c7a310a697b2f3c1cc2d0776a3e56764a (diff)
downloadpuppet-afcd7188417869d5bbb42001b0a8a93a3cd59880.tar
puppet-afcd7188417869d5bbb42001b0a8a93a3cd59880.tar.gz
puppet-afcd7188417869d5bbb42001b0a8a93a3cd59880.tar.bz2
puppet-afcd7188417869d5bbb42001b0a8a93a3cd59880.tar.xz
puppet-afcd7188417869d5bbb42001b0a8a93a3cd59880.zip
add armorique node
This a new ARM server for the buildsystem, managed by Scaleway and hosted in an Iliad/Online datacenter. Name approved by neoclust: https://ml.mageia.org/l/arc/sysadmin-discuss/2015-10/msg00052.html
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes/armorique.pp5
-rw-r--r--manifests/nodes_ip.pp3
2 files changed, 8 insertions, 0 deletions
diff --git a/manifests/nodes/armorique.pp b/manifests/nodes/armorique.pp
new file mode 100644
index 00000000..811d84b1
--- /dev/null
+++ b/manifests/nodes/armorique.pp
@@ -0,0 +1,5 @@
+node armorique {
+# Location: Scaleway (Iliad/Online datacenter)
+ include common::default_mageia_server
+ timezone::timezone { 'Europe/Paris': }
+}
diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp
index f68d49fc..780afe15 100644
--- a/manifests/nodes_ip.pp
+++ b/manifests/nodes_ip.pp
@@ -43,6 +43,9 @@ $nodes_ipaddr = {
arm2 => {
ipv4 => '10.42.0.52',
},
+ armorique => {
+ ipv4 => '212.47.242.112',
+ },
friteuse => {
ipv4 => '192.168.122.131',
}