From 089835e4bc02740b338db53ecb0f205357910d8c Mon Sep 17 00:00:00 2001 From: c33s Date: Tue, 29 May 2018 21:45:05 +0200 Subject: [PATCH] removed redhat_specs which contains invalid names on windows an prevent installation with r10k https://github.com/voxpupuli/puppet-network/issues/224 --- .../provider/network_config/redhat_spec/eth0-dhcp | 6 ------ .../provider/network_config/redhat_spec/eth0-hotplug | 7 ------- .../provider/network_config/redhat_spec/eth0-nohotplug | 7 ------- .../provider/network_config/redhat_spec/eth0-static | 7 ------- .../provider/network_config/redhat_spec/eth1-dhcp | 5 ----- .../provider/network_config/redhat_spec/eth1-simple | 4 ---- spec/fixtures/provider/network_config/redhat_spec/lo | 9 --------- .../redhat_spec/network-scripts/ifcfg-bond0 | 9 --------- .../redhat_spec/network-scripts/ifcfg-bond1 | 9 --------- .../redhat_spec/network-scripts/ifcfg-bond1~ | 9 --------- .../redhat_spec/network-scripts/ifcfg-eth0 | 7 ------- .../redhat_spec/network-scripts/ifcfg-eth0.0 | 9 --------- .../redhat_spec/network-scripts/ifcfg-eth0.1 | 9 --------- .../redhat_spec/network-scripts/ifcfg-eth0.4095 | 9 --------- .../redhat_spec/network-scripts/ifcfg-eth0.4096 | 9 --------- .../redhat_spec/network-scripts/ifcfg-eth0:10000000 | 9 --------- .../redhat_spec/network-scripts/ifcfg-eth1 | 7 ------- .../redhat_spec/network-scripts/ifcfg-eth2 | 7 ------- .../redhat_spec/network-scripts/ifcfg-eth3 | 7 ------- .../redhat_spec/network-scripts/ifcfg-vlan100 | 8 -------- .../redhat_spec/network-scripts/ifcfg-vlan100:0 | 7 ------- .../redhat_spec/network-scripts/ifcfg-vlan200 | 7 ------- .../redhat_spec/network-scripts/ifcfg-vlan300 | 7 ------- .../redhat_spec/network-scripts/ifcfg-vlan400 | 7 ------- .../redhat_spec/network-scripts/ifcfg-vlan500 | 7 ------- .../redhat_spec/network-scripts/ifcfg-vlan500.bak | 7 ------- .../provider/network_config/redhat_spec/virbonding/bond0 | 9 --------- .../provider/network_config/redhat_spec/virbonding/bond1 | 9 --------- .../provider/network_config/redhat_spec/virbonding/eth0 | 7 ------- .../provider/network_config/redhat_spec/virbonding/eth1 | 7 ------- .../provider/network_config/redhat_spec/virbonding/eth2 | 7 ------- .../provider/network_config/redhat_spec/virbonding/eth3 | 7 ------- .../network_config/redhat_spec/virbonding/vlan100 | 8 -------- .../network_config/redhat_spec/virbonding/vlan100_0 | 7 ------- .../network_config/redhat_spec/virbonding/vlan200 | 7 ------- .../network_config/redhat_spec/virbonding/vlan300 | 7 ------- .../network_config/redhat_spec/virbonding/vlan400 | 7 ------- .../network_config/redhat_spec/virbonding/vlan500 | 7 ------- 38 files changed, 284 deletions(-) delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/eth0-dhcp delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/eth0-hotplug delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/eth0-nohotplug delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/eth0-static delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/eth1-dhcp delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/eth1-simple delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/lo delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond0 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond1 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond1~ delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.0 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.1 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.4095 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.4096 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0:10000000 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth1 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth2 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth3 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan100 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan100:0 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan200 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan300 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan400 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan500 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan500.bak delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/bond0 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/bond1 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/eth0 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/eth1 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/eth2 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/eth3 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan100 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan100_0 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan200 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan300 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan400 delete mode 100644 spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan500 diff --git a/spec/fixtures/provider/network_config/redhat_spec/eth0-dhcp b/spec/fixtures/provider/network_config/redhat_spec/eth0-dhcp deleted file mode 100644 index 586cbf82..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/eth0-dhcp +++ /dev/null @@ -1,6 +0,0 @@ -# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] -DEVICE=eth0 -BOOTPROTO=dhcp -DHCPCLASS= -HWADDR=00:50:56:B2:00:1B -ONBOOT=yes diff --git a/spec/fixtures/provider/network_config/redhat_spec/eth0-hotplug b/spec/fixtures/provider/network_config/redhat_spec/eth0-hotplug deleted file mode 100644 index 682e828d..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/eth0-hotplug +++ /dev/null @@ -1,7 +0,0 @@ -# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] -DEVICE=eth0 -BOOTPROTO=dhcp -DHCPCLASS= -HWADDR=00:50:56:B2:00:1B -ONBOOT=yes -HOTPLUG=yes diff --git a/spec/fixtures/provider/network_config/redhat_spec/eth0-nohotplug b/spec/fixtures/provider/network_config/redhat_spec/eth0-nohotplug deleted file mode 100644 index 7c609400..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/eth0-nohotplug +++ /dev/null @@ -1,7 +0,0 @@ -# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] -DEVICE=eth0 -BOOTPROTO=dhcp -DHCPCLASS= -HWADDR=00:50:56:B2:00:1B -ONBOOT=yes -HOTPLUG=no diff --git a/spec/fixtures/provider/network_config/redhat_spec/eth0-static b/spec/fixtures/provider/network_config/redhat_spec/eth0-static deleted file mode 100644 index 12f42282..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/eth0-static +++ /dev/null @@ -1,7 +0,0 @@ -DEVICE=eth0 -BOOTPROTO=none -ONBOOT=yes -NETMASK=255.255.255.0 -IPADDR=10.0.1.27 -USERCTL=no -NM_CONTROLLED=no diff --git a/spec/fixtures/provider/network_config/redhat_spec/eth1-dhcp b/spec/fixtures/provider/network_config/redhat_spec/eth1-dhcp deleted file mode 100644 index 953fa8de..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/eth1-dhcp +++ /dev/null @@ -1,5 +0,0 @@ -# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] -BOOTPROTO=dhcp -DHCPCLASS= -HWADDR=00:50:56:B2:00:1B -ONBOOT=yes diff --git a/spec/fixtures/provider/network_config/redhat_spec/eth1-simple b/spec/fixtures/provider/network_config/redhat_spec/eth1-simple deleted file mode 100644 index 3d04bf0d..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/eth1-simple +++ /dev/null @@ -1,4 +0,0 @@ -BOOTPROTO=dhcp -ONBOOT=yes -DEVICE=eth1 -HOTPLUG=yes diff --git a/spec/fixtures/provider/network_config/redhat_spec/lo b/spec/fixtures/provider/network_config/redhat_spec/lo deleted file mode 100644 index cb4f3f94..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/lo +++ /dev/null @@ -1,9 +0,0 @@ -DEVICE=lo -IPADDR=127.0.0.1 -NETMASK=255.0.0.0 -NETWORK=127.0.0.0 -# If you're having problems with gated making 127.0.0.0/8 a martian, -# you can change this to something else (255.255.255.255, for example) -BROADCAST=127.255.255.255 -ONBOOT=yes -NAME=loopback diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond0 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond0 deleted file mode 100644 index ce945725..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond0 +++ /dev/null @@ -1,9 +0,0 @@ -DEVICE=bond0 -ONBOOT=yes -#IPADDR=172.24.61.11 -#NETMASK=255.255.255.0 -#GATEWAY=172.24.61.1 -#NO_ALIASROUTING=yes -BONDING_OPTS="mode=4 miimon=100 xmit_hash_policy=layer3+4" -#USER_CTL=no -MTU=1500 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond1 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond1 deleted file mode 100644 index 16d3dac7..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond1 +++ /dev/null @@ -1,9 +0,0 @@ -DEVICE=bond1 -ONBOOT=yes -IPADDR=172.20.1.9 -NETMASK=255.255.255.0 -#GATEWAY=172.24.61.1 -#NO_ALIASROUTING=yes -BONDING_OPTS="mode=4 miimon=100 xmit_hash_policy=layer3+4" -#USER_CTL=no -MTU=1500 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond1~ b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond1~ deleted file mode 100644 index 16d3dac7..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-bond1~ +++ /dev/null @@ -1,9 +0,0 @@ -DEVICE=bond1 -ONBOOT=yes -IPADDR=172.20.1.9 -NETMASK=255.255.255.0 -#GATEWAY=172.24.61.1 -#NO_ALIASROUTING=yes -BONDING_OPTS="mode=4 miimon=100 xmit_hash_policy=layer3+4" -#USER_CTL=no -MTU=1500 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0 deleted file mode 100644 index 53895463..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0 +++ /dev/null @@ -1,7 +0,0 @@ -# Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet -DEVICE=eth0 -ONBOOT=yes -HWADDR=00:12:79:91:28:1f -MTU=1500 -SLAVE=yes -MASTER=bond0 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.0 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.0 deleted file mode 100644 index 397078d6..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.0 +++ /dev/null @@ -1,9 +0,0 @@ -DEVICE="eth0.0" -VLAN="yes" -BOOTPROTO="none" -IPV6INIT="no" -MTU="9000" -NM_CONTROLLED="no" -ONBOOT="yes" -TYPE="Ethernet" -BRIDGE="br1" diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.1 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.1 deleted file mode 100644 index 4935d89f..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.1 +++ /dev/null @@ -1,9 +0,0 @@ -DEVICE="eth0.1" -VLAN="yes" -BOOTPROTO="none" -IPV6INIT="no" -MTU="9000" -NM_CONTROLLED="no" -ONBOOT="yes" -TYPE="Ethernet" -BRIDGE="br1" diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.4095 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.4095 deleted file mode 100644 index 46d04194..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.4095 +++ /dev/null @@ -1,9 +0,0 @@ -DEVICE="eth0.4095" -VLAN="yes" -BOOTPROTO="none" -IPV6INIT="no" -MTU="9000" -NM_CONTROLLED="no" -ONBOOT="yes" -TYPE="Ethernet" -BRIDGE="br4095" diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.4096 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.4096 deleted file mode 100644 index 78290907..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0.4096 +++ /dev/null @@ -1,9 +0,0 @@ -DEVICE="eth0.4096" -VLAN="yes" -BOOTPROTO="none" -IPV6INIT="no" -MTU="9000" -NM_CONTROLLED="no" -ONBOOT="yes" -TYPE="Ethernet" -BRIDGE="br4095" diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0:10000000 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0:10000000 deleted file mode 100644 index e9a9f338..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth0:10000000 +++ /dev/null @@ -1,9 +0,0 @@ -DEVICE="eth0:10000000" -IPADDR="10.10.10.10" -NETMASK="255.255.255.0" -BOOTPROTO="none" -IPV6INIT="no" -MTU="9000" -NM_CONTROLLED="no" -ONBOOT="yes" -TYPE="Ethernet" diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth1 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth1 deleted file mode 100644 index 922f41f0..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth1 +++ /dev/null @@ -1,7 +0,0 @@ -# Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet -DEVICE=eth1 -ONBOOT=yes -HWADDR=00:12:79:91:28:20 -MASTER=bond0 -SLAVE=yes -MTU=1500 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth2 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth2 deleted file mode 100644 index 7cb36b88..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth2 +++ /dev/null @@ -1,7 +0,0 @@ -# Intel Corporation 82571EB Gigabit Ethernet Controller -DEVICE=eth2 -HWADDR=00:26:55:e9:33:c4 -ONBOOT=yes -MTU=1500 -SLAVE=yes -MASTER=bond1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth3 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth3 deleted file mode 100644 index 353a2904..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-eth3 +++ /dev/null @@ -1,7 +0,0 @@ -# Intel Corporation 82571EB Gigabit Ethernet Controller -DEVICE=eth3 -HWADDR=00:26:55:e9:33:c5 -MTU=1500 -ONBOOT=yes -MASTER=bond1 -SLAVE=yes diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan100 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan100 deleted file mode 100644 index 4e39be50..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan100 +++ /dev/null @@ -1,8 +0,0 @@ -VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -VLAN=yes -DEVICE=vlan100 -PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.61.11 -GATEWAY=172.24.61.1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan100:0 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan100:0 deleted file mode 100644 index b0e1d725..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan100:0 +++ /dev/null @@ -1,7 +0,0 @@ -#VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -#VLAN=yes -DEVICE=vlan100:0 -#PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.61.12 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan200 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan200 deleted file mode 100644 index 4765d48b..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan200 +++ /dev/null @@ -1,7 +0,0 @@ -VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -VLAN=yes -DEVICE=vlan200 -PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.62.1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan300 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan300 deleted file mode 100644 index 06807e73..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan300 +++ /dev/null @@ -1,7 +0,0 @@ -VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -VLAN=yes -DEVICE=vlan300 -PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.63.1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan400 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan400 deleted file mode 100644 index e2e189d6..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan400 +++ /dev/null @@ -1,7 +0,0 @@ -VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -VLAN=yes -DEVICE=vlan400 -PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.64.1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan500 b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan500 deleted file mode 100644 index bf34f2f4..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan500 +++ /dev/null @@ -1,7 +0,0 @@ -VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -VLAN=yes -DEVICE=vlan500 -PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.65.1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan500.bak b/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan500.bak deleted file mode 100644 index bf34f2f4..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/network-scripts/ifcfg-vlan500.bak +++ /dev/null @@ -1,7 +0,0 @@ -VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -VLAN=yes -DEVICE=vlan500 -PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.65.1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/bond0 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/bond0 deleted file mode 100644 index ce945725..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/bond0 +++ /dev/null @@ -1,9 +0,0 @@ -DEVICE=bond0 -ONBOOT=yes -#IPADDR=172.24.61.11 -#NETMASK=255.255.255.0 -#GATEWAY=172.24.61.1 -#NO_ALIASROUTING=yes -BONDING_OPTS="mode=4 miimon=100 xmit_hash_policy=layer3+4" -#USER_CTL=no -MTU=1500 diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/bond1 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/bond1 deleted file mode 100644 index 16d3dac7..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/bond1 +++ /dev/null @@ -1,9 +0,0 @@ -DEVICE=bond1 -ONBOOT=yes -IPADDR=172.20.1.9 -NETMASK=255.255.255.0 -#GATEWAY=172.24.61.1 -#NO_ALIASROUTING=yes -BONDING_OPTS="mode=4 miimon=100 xmit_hash_policy=layer3+4" -#USER_CTL=no -MTU=1500 diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth0 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth0 deleted file mode 100644 index 53895463..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth0 +++ /dev/null @@ -1,7 +0,0 @@ -# Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet -DEVICE=eth0 -ONBOOT=yes -HWADDR=00:12:79:91:28:1f -MTU=1500 -SLAVE=yes -MASTER=bond0 diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth1 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth1 deleted file mode 100644 index 922f41f0..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth1 +++ /dev/null @@ -1,7 +0,0 @@ -# Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet -DEVICE=eth1 -ONBOOT=yes -HWADDR=00:12:79:91:28:20 -MASTER=bond0 -SLAVE=yes -MTU=1500 diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth2 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth2 deleted file mode 100644 index 7cb36b88..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth2 +++ /dev/null @@ -1,7 +0,0 @@ -# Intel Corporation 82571EB Gigabit Ethernet Controller -DEVICE=eth2 -HWADDR=00:26:55:e9:33:c4 -ONBOOT=yes -MTU=1500 -SLAVE=yes -MASTER=bond1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth3 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth3 deleted file mode 100644 index 353a2904..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/eth3 +++ /dev/null @@ -1,7 +0,0 @@ -# Intel Corporation 82571EB Gigabit Ethernet Controller -DEVICE=eth3 -HWADDR=00:26:55:e9:33:c5 -MTU=1500 -ONBOOT=yes -MASTER=bond1 -SLAVE=yes diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan100 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan100 deleted file mode 100644 index 4e39be50..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan100 +++ /dev/null @@ -1,8 +0,0 @@ -VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -VLAN=yes -DEVICE=vlan100 -PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.61.11 -GATEWAY=172.24.61.1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan100_0 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan100_0 deleted file mode 100644 index b0e1d725..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan100_0 +++ /dev/null @@ -1,7 +0,0 @@ -#VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -#VLAN=yes -DEVICE=vlan100:0 -#PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.61.12 diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan200 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan200 deleted file mode 100644 index 4765d48b..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan200 +++ /dev/null @@ -1,7 +0,0 @@ -VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -VLAN=yes -DEVICE=vlan200 -PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.62.1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan300 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan300 deleted file mode 100644 index 06807e73..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan300 +++ /dev/null @@ -1,7 +0,0 @@ -VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -VLAN=yes -DEVICE=vlan300 -PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.63.1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan400 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan400 deleted file mode 100644 index e2e189d6..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan400 +++ /dev/null @@ -1,7 +0,0 @@ -VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -VLAN=yes -DEVICE=vlan400 -PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.64.1 diff --git a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan500 b/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan500 deleted file mode 100644 index bf34f2f4..00000000 --- a/spec/fixtures/provider/network_config/redhat_spec/virbonding/vlan500 +++ /dev/null @@ -1,7 +0,0 @@ -VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD -VLAN=yes -DEVICE=vlan500 -PHYSDEV=bond0 -BOOTPROTO=static -NETMASK=255.255.255.0 -IPADDR=172.24.65.1