Re: FBR: Big patch to dhcpd to move all mgmt interfaces to dhcp for move

2020-04-11 Thread Clement Verna
On Fri, 10 Apr 2020 at 23:33, Kevin Fenzi  wrote:

> On Fri, Apr 10, 2020 at 05:12:53PM -0400, Stephen John Smoogen wrote:
> > Kevin and I found all the mac addresses for the mgmt boxes and are
> putting
> > them onto dhcp so when they show up in new location.. they should come up
> > without trying to use 'dead' networks.
>
> There's a lot of whitespace changes too, but they seemed ok for the most
> part. Once we do move things we will need to also make sure we set all
> of them to use grub instead od pxelinux, but that does not need to be
> now.
>
> +1
>

Gave it a look and it looked sane to me :-)

+1


>
> kevin
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to
> infrastructure-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org


Re: FBR: Big patch to dhcpd to move all mgmt interfaces to dhcp for move

2020-04-10 Thread Kevin Fenzi
On Fri, Apr 10, 2020 at 05:12:53PM -0400, Stephen John Smoogen wrote:
> Kevin and I found all the mac addresses for the mgmt boxes and are putting
> them onto dhcp so when they show up in new location.. they should come up
> without trying to use 'dead' networks.

There's a lot of whitespace changes too, but they seemed ok for the most
part. Once we do move things we will need to also make sure we set all
of them to use grub instead od pxelinux, but that does not need to be
now. 

+1

kevin


signature.asc
Description: PGP signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org


FBR: Big patch to dhcpd to move all mgmt interfaces to dhcp for move

2020-04-10 Thread Stephen John Smoogen
Kevin and I found all the mac addresses for the mgmt boxes and are putting
them onto dhcp so when they show up in new location.. they should come up
without trying to use 'dead' networks.



-- 
Stephen J Smoogen.
From a2bc61f49793893d9e771c64b777047a53d6063f Mon Sep 17 00:00:00 2001
From: Stephen Smoogen 
Date: Fri, 10 Apr 2020 21:09:36 +
Subject: [PATCH] initial big patch to mgmt dhcp

---
 .../files/dhcpd.conf.noc01.phx2.fedoraproject.org  | 1081 +++-
 1 file changed, 608 insertions(+), 473 deletions(-)

diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org
index 5364603..d93f5ff 100644
--- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org
+++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org
@@ -15,57 +15,57 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
 host sign-vault01 {
 hardware ethernet 00:1a:64:67:a3:38;
 fixed-address 10.5.125.70;
-	next-server 10.5.126.41;
+next-server 10.5.126.41;
 option host-name "sign-vault01";
-	filename "pxelinux.0";
+filename "pxelinux.0";
 }
 
 host sign-vault03 {
  hardware ethernet fc:99:47:49:43:84;
  fixed-address 10.5.125.73;
  option host-name "sign-vault03";
-	 next-server 10.5.126.41;
-	 filename "pxelinux.0";
+ next-server 10.5.126.41;
+ filename "pxelinux.0";
 }
 
 host sign-vault04 {
  hardware ethernet fc:99:47:49:8d:fc;
  fixed-address 10.5.125.74;
  option host-name "sign-vault04";
-	 next-server 10.5.126.41;
-	 filename "pxelinux.0";
+ next-server 10.5.126.41;
+ filename "pxelinux.0";
 }
 
 host sign-vault05 {
-	 hardware ethernet D0:94:66:45:87:C1;
+ hardware ethernet D0:94:66:45:87:C1;
  fixed-address 10.5.125.83;
  option host-name "sign-vault05";
-	 next-server 10.5.126.41;
-	 filename "uefi/grubx64.efi";
+ next-server 10.5.126.41;
+ filename "uefi/grubx64.efi";
 }
 
 host sign-vault06 {
-	 hardware ethernet D0:94:66:45:A1:62;
+ hardware ethernet D0:94:66:45:A1:62;
  fixed-address 10.5.125.84;
  option host-name "sign-vault06";
-	 next-server 10.5.126.41;
-	 filename "uefi/grubx64.efi";
+ next-server 10.5.126.41;
+ filename "uefi/grubx64.efi";
 }
 
 host bkernel03 {
-	 hardware ethernet D0:94:66:45:8C:0F;
+ hardware ethernet D0:94:66:45:8C:0F;
  fixed-address 10.5.125.81;
  option host-name "bkernel03";
-	 next-server 10.5.126.41;
-	 filename "uefi/grubx64.efi";
+ next-server 10.5.126.41;
+ filename "uefi/grubx64.efi";
 }
 
 host bkernel04 {
-	 hardware ethernet D0:94:66:45:A7:E4;
+ hardware ethernet D0:94:66:45:A7:E4;
  fixed-address 10.5.125.82;
  option host-name "bkernel04";
-	 next-server 10.5.126.41;
-	 filename "uefi/grubx64.efi";
+ next-server 10.5.126.41;
+ filename "uefi/grubx64.efi";
 }
 
 host bvirthost01 {
@@ -73,7 +73,7 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
 fixed-address 10.5.125.124;
 next-server 10.5.125.43;
 option host-name "bvirthost01";
-	filename "pxelinux.0";
+filename "pxelinux.0";
 }
 
 host bvirthost04 {
@@ -81,7 +81,7 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
 fixed-address 10.5.125.76;
 next-server 10.5.126.41;
 option host-name "bvirthost04";
-	filename "pxelinux.0";
+filename "pxelinux.0";
 }
 
 host bvirthost05 {
@@ -89,7 +89,7 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
 fixed-address 10.5.125.121;
 next-server 10.5.125.43;
 option host-name "bvirthost05.phx2.fedoraproject.org";
-	filename "pxelinux.0";
+filename "pxelinux.0";
 }
 
 
@@ -98,47 +98,47 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
 fixed-address 10.5.125.2;
 next-server 10.5.126.41;
 option host-name "test-box01-b";
-	filename "pxelinux.0";
+filename "pxelinux.0";
 }
 
 host bvirthost07 {
 hardware ethernet 90:B1:1C:32:7E:8E;
 fixed-address 10.5.125.122;
-	next-server 10.5.126.41;
+next-server 10.5.126.41;
 option host-name "bvirthost07";
-	filename "pxelinux.0";
+filename "pxelinux.0";
 }
 
 host bvirthost12 {
-	 hardware ethernet 24:6E:96:B1:61:C4;
+ hardware ethernet 24:6E:96:B1:61:C4;
  fixed-address 10.5.125.10;
  option host-name "bvirthost12";
-	 next-server 10.5.126.41;
-	 filename "pxelinux.0";
+ next-server 10.5.126.41;
+ filename "pxelinux.0";
 }
 
 host bvirthost13 {
-	 hardware ethernet 24:6E:96:B1:5E:B4;
+ hardware ethernet 24:6E:96:B1:5E:B4;
  fixed-address 10.5.125.11;
  option host-name "bvirthost13";
-	 next-server 10.5.126.41;
-	 filename "pxelinux.0";
+