From 3f6b66177ae812dd764b31e6551b8d51f68156ed Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: May 24 2021 21:57:56 +0000 Subject: buildvm / staging: drop linux system roles networking Pondering more on this, we only want to use linux system roles networking on bare metal machines. On vm's it's overkill and causes problems with mac address changes all the time Signed-off-by: Kevin Fenzi --- diff --git a/inventory/host_vars/buildvm-a32-01.stg.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a32-01.stg.iad2.fedoraproject.org index 1bfa15b..7ceea79 100644 --- a/inventory/host_vars/buildvm-a32-01.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a32-01.stg.iad2.fedoraproject.org @@ -5,30 +5,4 @@ datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 -has_ipv4: yes eth0_ip: 10.3.167.46 -eth0_ipv4: 10.3.167.46 -eth0_ipv4_nm: 24 -eth0_ipv4_gw: 10.3.167.254 - -has_ipv6: no - -mac0: 52:54:00:d4:6a:ca - -network_connections: -- name: eth0 - mac: "{{ mac0 }}" - state: up - type: ethernet - ip: - address: - - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" - gateway4: "{{ eth0_ipv4_gw }}" - dns: - - "{{ dns1 }}" - - "{{ dns2 }}" - dns_search: - - iad2.fedoraproject.org - - fedoraproject.org - dhcp4: no - auto6: no diff --git a/inventory/host_vars/buildvm-a32-02.stg.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a32-02.stg.iad2.fedoraproject.org index 39d16ed..e3078ca 100644 --- a/inventory/host_vars/buildvm-a32-02.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a32-02.stg.iad2.fedoraproject.org @@ -4,29 +4,4 @@ datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 -has_ipv4: yes -eth0_ipv4: 10.3.167.54 -eth0_ipv4_nm: 24 -eth0_ipv4_gw: 10.3.167.254 - -has_ipv6: no - -mac0: 52:54:00:d4:9c:c1 - -network_connections: -- name: eth0 - mac: "{{ mac0 }}" - state: up - type: ethernet - ip: - address: - - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" - gateway4: "{{ eth0_ipv4_gw }}" - dns: - - "{{ dns1 }}" - - "{{ dns2 }}" - dns_search: - - iad2.fedoraproject.org - - fedoraproject.org - dhcp4: no - auto6: no +eth0_ip: 10.3.167.54 diff --git a/inventory/host_vars/buildvm-a64-01.stg.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-01.stg.iad2.fedoraproject.org index bfa23f4..6d2eb03 100644 --- a/inventory/host_vars/buildvm-a64-01.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-01.stg.iad2.fedoraproject.org @@ -4,30 +4,4 @@ datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 -has_ipv4: yes -eth0_ipv4: 10.3.167.45 -eth0_ipv4_nm: 24 -eth0_ipv4_gw: 10.3.167.254 - -has_ipv6: no - -mac0: 52:54:00:2f:20:0d - -network_connections: -- name: eth0 - mac: "{{ mac0 }}" - state: up - type: ethernet - ip: - address: - - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" - gateway4: "{{ eth0_ipv4_gw }}" - dns: - - "{{ dns1 }}" - - "{{ dns2 }}" - dns_search: - - iad2.fedoraproject.org - - fedoraproject.org - dhcp4: no - auto6: no - +eth0_ip: 10.3.167.45 diff --git a/inventory/host_vars/buildvm-a64-02.stg.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-02.stg.iad2.fedoraproject.org index 66b9531..e8cccc1 100644 --- a/inventory/host_vars/buildvm-a64-02.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-02.stg.iad2.fedoraproject.org @@ -4,29 +4,4 @@ datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 -has_ipv4: yes -eth0_ipv4: 10.3.167.52 -eth0_ipv4_nm: 24 -eth0_ipv4_gw: 10.3.167.254 - -has_ipv6: no - -mac0: 52:54:00:2b:1d:73 - -network_connections: -- name: eth0 - mac: "{{ mac0 }}" - state: up - type: ethernet - ip: - address: - - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" - gateway4: "{{ eth0_ipv4_gw }}" - dns: - - "{{ dns1 }}" - - "{{ dns2 }}" - dns_search: - - iad2.fedoraproject.org - - fedoraproject.org - dhcp4: no - auto6: no +eth0_ip: 10.3.167.52 diff --git a/inventory/host_vars/buildvm-ppc64le-01.stg.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-01.stg.iad2.fedoraproject.org index cb04900..a5658d7 100644 --- a/inventory/host_vars/buildvm-ppc64le-01.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-01.stg.iad2.fedoraproject.org @@ -4,29 +4,4 @@ datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 -has_ipv4: yes -eth0_ipv4: 10.3.167.47 -eth0_ipv4_nm: 24 -eth0_ipv4_gw: 10.3.167.254 - -has_ipv6: no - -mac0: 52:54:00:c3:5f:9a - -network_connections: -- name: eth0 - mac: "{{ mac0 }}" - state: up - type: ethernet - ip: - address: - - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" - gateway4: "{{ eth0_ipv4_gw }}" - dns: - - "{{ dns1 }}" - - "{{ dns2 }}" - dns_search: - - iad2.fedoraproject.org - - fedoraproject.org - dhcp4: no - auto6: no +eth0_ip: 10.3.167.47 diff --git a/inventory/host_vars/buildvm-ppc64le-02.stg.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-02.stg.iad2.fedoraproject.org index df8b471..68ad40d 100644 --- a/inventory/host_vars/buildvm-ppc64le-02.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-02.stg.iad2.fedoraproject.org @@ -4,29 +4,4 @@ datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 -has_ipv4: yes -eth0_ipv4: 10.3.167.48 -eth0_ipv4_nm: 24 -eth0_ipv4_gw: 10.3.167.254 - -has_ipv6: no - -mac0: 52:54:00:a4:8b:ae - -network_connections: -- name: eth0 - mac: "{{ mac0 }}" - state: up - type: ethernet - ip: - address: - - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" - gateway4: "{{ eth0_ipv4_gw }}" - dns: - - "{{ dns1 }}" - - "{{ dns2 }}" - dns_search: - - iad2.fedoraproject.org - - fedoraproject.org - dhcp4: no - auto6: no +eth0_ip: 10.3.167.48 diff --git a/inventory/host_vars/buildvm-ppc64le-03.stg.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-03.stg.iad2.fedoraproject.org index a580add..6b3edca 100644 --- a/inventory/host_vars/buildvm-ppc64le-03.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-03.stg.iad2.fedoraproject.org @@ -4,29 +4,4 @@ datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 -has_ipv4: yes -eth0_ipv4: 10.3.167.49 -eth0_ipv4_nm: 24 -eth0_ipv4_gw: 10.3.167.254 - -has_ipv6: no - -mac0: 52:54:00:ee:06:14 - -network_connections: -- name: eth0 - mac: "{{ mac0 }}" - state: up - type: ethernet - ip: - address: - - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" - gateway4: "{{ eth0_ipv4_gw }}" - dns: - - "{{ dns1 }}" - - "{{ dns2 }}" - dns_search: - - iad2.fedoraproject.org - - fedoraproject.org - dhcp4: no - auto6: no +eth0_ip: 10.3.167.49 diff --git a/inventory/host_vars/buildvm-ppc64le-04.stg.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-04.stg.iad2.fedoraproject.org index 09d9060..d339a91 100644 --- a/inventory/host_vars/buildvm-ppc64le-04.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-04.stg.iad2.fedoraproject.org @@ -4,29 +4,4 @@ datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 -has_ipv4: yes -eth0_ipv4: 10.3.167.50 -eth0_ipv4_nm: 24 -eth0_ipv4_gw: 10.3.167.254 - -has_ipv6: no - -mac0: 52:54:00:de:dc:59 - -network_connections: -- name: eth0 - mac: "{{ mac0 }}" - state: up - type: ethernet - ip: - address: - - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" - gateway4: "{{ eth0_ipv4_gw }}" - dns: - - "{{ dns1 }}" - - "{{ dns2 }}" - dns_search: - - iad2.fedoraproject.org - - fedoraproject.org - dhcp4: no - auto6: no +eth0_ip: 10.3.167.50 diff --git a/inventory/host_vars/buildvm-ppc64le-05.stg.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-05.stg.iad2.fedoraproject.org index b177473..1b113a9 100644 --- a/inventory/host_vars/buildvm-ppc64le-05.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-05.stg.iad2.fedoraproject.org @@ -4,29 +4,4 @@ datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 -has_ipv4: yes -eth0_ipv4: 10.3.167.51 -eth0_ipv4_nm: 24 -eth0_ipv4_gw: 10.3.167.254 - -has_ipv6: no - -mac0: 52:54:00:e9:f3:a0 - -network_connections: -- name: eth0 - mac: "{{ mac0 }}" - state: up - type: ethernet - ip: - address: - - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" - gateway4: "{{ eth0_ipv4_gw }}" - dns: - - "{{ dns1 }}" - - "{{ dns2 }}" - dns_search: - - iad2.fedoraproject.org - - fedoraproject.org - dhcp4: no - auto6: no +eth0_ip: 10.3.167.51