#686 metrics: add staging vmhost
Closed 2 years ago by siddharthvipul1. Opened 2 years ago by siddharthvipul1.
fedora-infra/ siddharthvipul1/ansible main  into  main

@@ -15,8 +15,8 @@ 

  option architecture-type code 93 = unsigned integer 16;

  

  subnet 10.3.160.0 netmask 255.255.255.0 {

-     allow booting;                       

-     allow bootp;                         

+     allow booting;

+     allow bootp;

  

      option domain-name "mgmt.iad2.fedoraproject.org";

      option routers 10.3.160.254;
@@ -26,11 +26,11 @@ 

  

      range 10.3.160.200 10.3.160.249;

  

- } 

+ }

  

  subnet 10.3.161.0 netmask 255.255.255.0 {

-     allow booting;                       

-     allow bootp;                         

+     allow booting;

+     allow bootp;

  

      option domain-name "mgmt.iad2.fedoraproject.org";

      option routers 10.3.161.254;
@@ -40,7 +40,7 @@ 

  

      range 10.3.161.200 10.3.161.249;

  

- } 

+ }

  

  subnet 10.3.163.0 netmask 255.255.255.0 {

      allow booting;
@@ -629,7 +629,6 @@ 

       option routers 10.3.166.254;

       option subnet-mask 255.255.255.0;

  }

- 

  host vmhost-x86-11-stg-mgmt {

       hardware ethernet 2c:ea:7f:f3:6c:be;

       fixed-address 10.3.160.46;
@@ -643,7 +642,6 @@ 

       option routers 10.3.166.254;

       option subnet-mask 255.255.255.0;

  }

- 

  host vmhost-x86-12-stg-mgmt {

       hardware ethernet 2c:ea:7f:f3:82:fc;

       fixed-address 10.3.160.47;
@@ -657,7 +655,38 @@ 

       option routers 10.3.166.254;

       option subnet-mask 255.255.255.0;

  }

- 

+ host vmhost-ocp01 {

+      hardware ethernet 24:6E:96:B1:4C:70;

+      fixed-address 10.3.166.90;

+      filename "uefi/grubx64.efi";

+      next-server 10.3.163.10;

+      option routers 10.3.166.254;

+      option subnet-mask 255.255.255.0;

+ }

+ host vmhost-ocp02 {

+      hardware ethernet 24:6E:96:B1:C8:00;

+      fixed-address 10.3.166.91;

+      filename "uefi/grubx64.efi";

+      next-server 10.3.163.10;

+      option routers 10.3.166.254;

+      option subnet-mask 255.255.255.0;

+ }

+ host vmhost-ocp03 {

+      hardware ethernet 24:6E:96:B1:5E:B0;

+      fixed-address 10.3.166.92;

+      filename "uefi/grubx64.efi";

+      next-server 10.3.163.10;

+      option routers 10.3.166.254;

+      option subnet-mask 255.255.255.0;

+ }

+ host vmhost-ocp04 {

+      hardware ethernet 24:6E:96:B0:E0:78;

+      fixed-address 10.3.166.93;

+      filename "uefi/grubx64.efi";

+      next-server 10.3.163.10;

+      option routers 10.3.166.254;

+      option subnet-mask 255.255.255.0;

+ }

  host bvmhost-x86-01-stg {

       hardware ethernet 24:6E:96:B1:56:20;

       fixed-address 10.3.167.11;
@@ -1315,27 +1344,27 @@ 

       hardware ethernet D0:94:66:44:CE:44;

       fixed-address 10.3.160.39;

       option host-name "vmhost01";

- } 

+ }

  host dell-r6x0-08-mgmt {

       hardware ethernet 58:8A:5A:F3:9E:BC ;

       fixed-address 10.3.160.40;

       option host-name "virthost14";

- } 

+ }

  host dell-r6x0-09-mgmt {

       hardware ethernet 58:8A:5A:EE:EF:F0;

       fixed-address 10.3.160.41;

       option host-name "virthost12";

- } 

+ }

  host dell-r6x0-10-mgmt {

       hardware ethernet 74:E6:E2:FD:78:54 ;

       fixed-address 10.3.160.42;

       option host-name "virthost19";

- } 

+ }

  host dell-r6x0-11-mgmt {

       hardware ethernet 74:E6:E2:FD:6A:5A;

       fixed-address 10.3.160.43;

       option host-name "virthost20";

- } 

+ }

  host dell-r6x0-12-mgmt {

       hardware ethernet 74:E6:E2:FD:76:DE;

       fixed-address 10.3.160.44;

Signed-off-by: siddharthvipul siddharthvipul1@gmail.com, David Kirwan, Akashdeep Dhar

Oops, we created two prs by mistake, closed the #687

closing this PR as we don't need this commit anymore

Pull-Request has been closed by siddharthvipul1

2 years ago