diff options
author | Pascal Terjan <pterjan@mageia.org> | 2019-10-20 18:42:57 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2019-10-20 18:43:09 +0000 |
commit | 37f92d11f06107dcf587012908af71aec3284f86 (patch) | |
tree | 6a855e43958cd5d3ba1e67c0455481c543d5ee10 /manifests | |
parent | 854b829974e5cccd0d4870f3ca03ca50520d1f8a (diff) | |
download | puppet-37f92d11f06107dcf587012908af71aec3284f86.tar puppet-37f92d11f06107dcf587012908af71aec3284f86.tar.gz puppet-37f92d11f06107dcf587012908af71aec3284f86.tar.bz2 puppet-37f92d11f06107dcf587012908af71aec3284f86.tar.xz puppet-37f92d11f06107dcf587012908af71aec3284f86.zip |
Kill a lot of arm build nodes
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/armagnac.pp | 8 | ||||
-rw-r--r-- | manifests/nodes/armlet1.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet2.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet4.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet6.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet7.pp | 7 | ||||
-rw-r--r-- | manifests/nodes/armlet9.pp | 7 | ||||
-rw-r--r-- | manifests/nodes_ip.pp | 21 |
8 files changed, 0 insertions, 71 deletions
diff --git a/manifests/nodes/armagnac.pp b/manifests/nodes/armagnac.pp deleted file mode 100644 index 27fa26fc..00000000 --- a/manifests/nodes/armagnac.pp +++ /dev/null @@ -1,8 +0,0 @@ -node armagnac { -# Location: Scaleway (Iliad/Online datacenter) - include common::default_mageia_server - timezone::timezone { 'Europe/Paris': } - serial_console::serial_console { 'ttyS0': } - - include mga_buildsystem::buildnode -} diff --git a/manifests/nodes/armlet1.pp b/manifests/nodes/armlet1.pp deleted file mode 100644 index 0d731f08..00000000 --- a/manifests/nodes/armlet1.pp +++ /dev/null @@ -1,7 +0,0 @@ -node armlet1 { -# Location: Scaleway (Iliad/Online datacenter) -# - include common::default_mageia_server - include mga_buildsystem::buildnode - timezone::timezone { 'Europe/Paris': } -} diff --git a/manifests/nodes/armlet2.pp b/manifests/nodes/armlet2.pp deleted file mode 100644 index 7566249f..00000000 --- a/manifests/nodes/armlet2.pp +++ /dev/null @@ -1,7 +0,0 @@ -node armlet2 { -# Location: Scaleway (Iliad/Online datacenter) -# - include common::default_mageia_server - include mga_buildsystem::buildnode - timezone::timezone { 'Europe/Paris': } -} diff --git a/manifests/nodes/armlet4.pp b/manifests/nodes/armlet4.pp deleted file mode 100644 index 10b0e0dd..00000000 --- a/manifests/nodes/armlet4.pp +++ /dev/null @@ -1,7 +0,0 @@ -node armlet4 { -# Location: Scaleway (Iliad/Online datacenter) -# - include common::default_mageia_server - include mga_buildsystem::buildnode - timezone::timezone { 'Europe/Paris': } -} diff --git a/manifests/nodes/armlet6.pp b/manifests/nodes/armlet6.pp deleted file mode 100644 index ebe0da27..00000000 --- a/manifests/nodes/armlet6.pp +++ /dev/null @@ -1,7 +0,0 @@ -node armlet6 { -# Location: Scaleway (Iliad/Online datacenter) -# - include common::default_mageia_server - include mga_buildsystem::buildnode - timezone::timezone { 'Europe/Paris': } -} diff --git a/manifests/nodes/armlet7.pp b/manifests/nodes/armlet7.pp deleted file mode 100644 index 929ae635..00000000 --- a/manifests/nodes/armlet7.pp +++ /dev/null @@ -1,7 +0,0 @@ -node armlet7 { -# Location: Scaleway (Iliad/Online datacenter) -# - include common::default_mageia_server - include mga_buildsystem::buildnode - timezone::timezone { 'Europe/Paris': } -} diff --git a/manifests/nodes/armlet9.pp b/manifests/nodes/armlet9.pp deleted file mode 100644 index de34834c..00000000 --- a/manifests/nodes/armlet9.pp +++ /dev/null @@ -1,7 +0,0 @@ -node armlet9 { -# 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 38f75ee1..57f68070 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -25,39 +25,18 @@ $nodes_ipaddr = { ipv4 => '212.85.158.153', ipv6 => '2a02:2178:2:7::9', }, - armagnac => { - ipv4 => '212.47.231.90', - }, armorique => { ipv4 => '212.47.242.112', }, - armlet1 => { - ipv4 => '163.172.148.228', - }, - armlet2 => { - ipv4 => '163.172.148.228', - }, armlet3 => { ipv4 => '163.172.148.228', }, - armlet4 => { - ipv4 => '163.172.148.228', - }, armlet5 => { ipv4 => '163.172.148.228', }, - armlet6 => { - ipv4 => '163.172.148.228', - }, - armlet7 => { - ipv4 => '163.172.148.228', - }, armlet8 => { ipv4 => '163.172.148.228', }, - armlet9 => { - ipv4 => '163.172.148.228', - }, friteuse => { ipv4 => '192.168.122.131', }, |