aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes/scwx86.pp7
-rw-r--r--manifests/nodes_ip.pp6
2 files changed, 3 insertions, 10 deletions
diff --git a/manifests/nodes/scwx86.pp b/manifests/nodes/scwx86.pp
deleted file mode 100644
index 2944d41d..00000000
--- a/manifests/nodes/scwx86.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-node scwx86 {
-# Location: Scaleway (Iliad/Online datacenter)
-#
- include common::default_mageia_server
- include mga_buildsystem::buildnode
- timezone::timezone { 'Europe/Paris': }
-}
diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp
index 93f0d116..76c1b443 100644
--- a/manifests/nodes_ip.pp
+++ b/manifests/nodes_ip.pp
@@ -34,9 +34,6 @@ $nodes_ipaddr = {
friteuse => {
ipv4 => '192.168.122.131',
},
- scwx86 => {
- ipv6 => '2001:bc8:4400:2000::5e29',
- },
ec2aa1 => {
ipv6 => '2a05:d014:e9:2c02:98ca:ec83:c601:371a',
},
@@ -49,6 +46,9 @@ $nodes_ipaddr = {
ec2aaauto => {
ipv6 => '2a05:d014:e9:2c03:c80d:e2d9:658d:4c28',
},
+ ec2x1 => {
+ ipv6 => '2a05:d014:e9:2c03:ce2e:f80a:bc2b:da0d',
+ },
}
# vim: sw=2