aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-02-09 22:15:28 +0000
committerPascal Terjan <pterjan@mageia.org>2020-02-09 22:15:28 +0000
commitc23d6f477a96586c51a6fa31026270c697490e45 (patch)
treef0ff33ac3b088163eb59e126af76fb54f764359c /manifests
parentab73196b3878a6705453778e90baece8cac67e82 (diff)
downloadpuppet-c23d6f477a96586c51a6fa31026270c697490e45.tar
puppet-c23d6f477a96586c51a6fa31026270c697490e45.tar.gz
puppet-c23d6f477a96586c51a6fa31026270c697490e45.tar.bz2
puppet-c23d6f477a96586c51a6fa31026270c697490e45.tar.xz
puppet-c23d6f477a96586c51a6fa31026270c697490e45.zip
Replace scwx86 with ec2x1
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