From 66f9df199515d4d4eabd02ffffc33a8d768d3335 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 6 Jul 2019 19:31:37 +0300 Subject: drop ancient arm1/2 nodes --- manifests/nodes/alamut.pp | 14 -------------- manifests/nodes/arm1.pp | 5 ----- manifests/nodes/arm2.pp | 5 ----- manifests/nodes_ip.pp | 6 ------ 4 files changed, 30 deletions(-) mode change 100755 => 100644 manifests/nodes/alamut.pp delete mode 100644 manifests/nodes/arm1.pp delete mode 100644 manifests/nodes/arm2.pp (limited to 'manifests') diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp old mode 100755 new mode 100644 index 29cddcf5..34285b3e --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -63,18 +63,4 @@ node alamut { include libvirtd::kvm include wikis - - # Forward ports to arm1 and arm2 ssh, to access them from outside - xinetd::port_forward {'forward_arm1': - target_ip => "arm1.${::domain}", - target_port => '22', - port => '4251', - proto => 'tcp', - } - xinetd::port_forward {'forward_arm2': - target_ip => "arm2.${::domain}", - target_port => '22', - port => '4252', - proto => 'tcp', - } } diff --git a/manifests/nodes/arm1.pp b/manifests/nodes/arm1.pp deleted file mode 100644 index 6409f9b4..00000000 --- a/manifests/nodes/arm1.pp +++ /dev/null @@ -1,5 +0,0 @@ -node arm1 { -# Location: IELO datacenter (marseille) - include common::default_mageia_server - timezone::timezone { 'Europe/Paris': } -} diff --git a/manifests/nodes/arm2.pp b/manifests/nodes/arm2.pp deleted file mode 100644 index 2cd94b71..00000000 --- a/manifests/nodes/arm2.pp +++ /dev/null @@ -1,5 +0,0 @@ -node arm2 { -# Location: IELO datacenter (marseille) - include common::default_mageia_server - timezone::timezone { 'Europe/Paris': } -} diff --git a/manifests/nodes_ip.pp b/manifests/nodes_ip.pp index e9ac8b02..c3d85fa0 100644 --- a/manifests/nodes_ip.pp +++ b/manifests/nodes_ip.pp @@ -37,12 +37,6 @@ $nodes_ipaddr = { ipv4 => '212.85.158.153', ipv6 => '2a02:2178:2:7::9', }, - arm1 => { - ipv4 => '10.42.0.51', - }, - arm2 => { - ipv4 => '10.42.0.52', - }, armagnac => { ipv4 => '212.47.231.90', }, -- cgit v1.2.1