#663 small_batch_changes_#9695_move_systems_to_linux-system-roles-networking
Merged 2 years ago by kevin. Opened 2 years ago by petebuffon.
Unknown source main  into  main

@@ -1,9 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.170.11

- br0_nm: 255.255.255.0

- br0_gw: 10.3.170.254

  br0_dev: eth1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.170.11

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.170.254

+ 

+ mac1: 50:6b:4b:6a:d3:c0

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,9 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.170.12

- br0_nm: 255.255.255.0

- br0_gw: 10.3.170.254

  br0_dev: eth1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.170.12

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.170.254

+ 

+ mac1: 50:6b:4b:6a:c2:c0

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,9 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.170.13

- br0_nm: 255.255.255.0

- br0_gw: 10.3.170.254

  br0_dev: eth1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.170.13

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.170.254

+ 

+ mac1: 50:6b:4b:6b:0a:40

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,9 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.170.14

- br0_nm: 255.255.255.0

- br0_gw: 10.3.170.254

  br0_dev: eth1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.170.14

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.170.254

+ 

+ mac1: 50:6b:4b:6a:b5:d0

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,9 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.170.15

- br0_nm: 255.255.255.0

- br0_gw: 10.3.170.254

  br0_dev: eth1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.170.15

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.170.254

+ 

+ mac1: 50:6b:4b:6a:ef:70

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,9 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.170.16

- br0_nm: 255.255.255.0

- br0_gw: 10.3.170.254

  br0_dev: eth1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.170.16

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.170.254

+ 

+ mac1: 50:6b:4b:6a:ba:60

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,9 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.170.17

- br0_nm: 255.255.255.0

- br0_gw: 10.3.170.254

  br0_dev: eth1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.170.17

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.170.254

+ 

+ mac1: 50:6b:4b:6b:07:00

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,9 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.170.18

- br0_nm: 255.255.255.0

- br0_gw: 10.3.170.254

  br0_dev: eth1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.170.18

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.170.254

+ 

+ mac1: 50:6b:4b:6a:c2:00

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,9 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.170.19

- br0_nm: 255.255.255.0

- br0_gw: 10.3.170.254

  br0_dev: eth1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.170.19

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.170.254

+ 

+ mac1: 50:6b:4b:6a:c9:70

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,9 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.171.15

- br0_nm: 255.255.255.0

- br0_gw: 10.3.171.254

  br0_dev: enP2p1s0f1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.171.15

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.171.254

+ 

+ mac1: 40:a6:b7:18:8a:38

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,11 +1,46 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.171.16

- br0_nm: 255.255.255.0

- br0_gw: 10.3.171.254

  br0_dev: enP2p1s0f1

  

+ has_ipv4: yes

+ br0_ipv4: 10.3.171.16

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.171.254

+ 

  mac1: ac:1f:6b:56:e9:11

+ mac2: 40:a6:b7:18:86:b4

+ 

+ br0_port0_mac: "{{ mac2 }}"

  

- dns: 10.3.163.33

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,11 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.171.17

- br0_nm: 255.255.255.0

- br0_gw: 10.3.171.254

  br0_dev: eth0

  

+ has_ipv4: yes

+ br0_ipv4: 10.3.171.17

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.171.254

+ 

  mac1: 40:a6:b7:18:85:74

  

- dns: 10.3.163.33

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,11 +1,46 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.171.18

- br0_nm: 255.255.255.0

- br0_gw: 10.3.171.254

  br0_dev: eth0

  

- mac1: 40:a6:b7:18:86:c8

+ has_ipv4: yes

+ br0_ipv4: 10.3.171.18

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.171.254

+ 

+ mac1: 40:a6:b7:18:85:74

+ mac2: 40:a6:b7:18:86:c8

+ 

+ br0_port0_mac: "{{ mac2 }}"

  

- dns: 10.3.163.33

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,9 +1,45 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.169.11

- br0_nm: 255.255.255.0

- br0_gw: 10.3.169.254

  br0_dev: eno1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.169.11

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.169.254

+ 

+ mac1: e4:43:4b:b1:05:54

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,12 +1,21 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "stg.iad2.fedoraproject.org"

+ dns_search2: "iad2.fedoraproject.org"

+ dns_search3: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.167.11

- br0_nm: 255.255.255.0

- br0_gw: 10.3.167.254

  br0_dev: eth2

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.167.11

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.167.254

  

  mac1: 24:6e:96:b1:56:24

  mac2: 24:6e:96:b1:56:25
@@ -14,3 +23,28 @@

  mac4: 24:6e:96:b1:56:22

  

  br0_port0_mac: "{{ mac3 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       - "{{ dns_search3 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,14 +1,48 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.169.12

- br0_nm: 255.255.255.0

- br0_gw: 10.3.169.254

  br0_dev: eno1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.169.12

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.169.254

  

  mac1: e4:43:4b:b1:69:fe

  mac2: e4:43:4b:b1:6a:00

  mac3: e4:43:4b:b1:6a:1e

  mac4: e4:43:4b:b1:6a:1f

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,12 +1,21 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "stg.iad2.fedoraproject.org"

+ dns_search2: "iad2.fedoraproject.org"

+ dns_search3: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.167.12

- br0_nm: 255.255.255.0

- br0_gw: 10.3.167.254

  br0_dev: eno1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.167.12

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.167.254

  

  mac1: ec:f4:bb:d9:56:10

  mac2: ec:f4:bb:d9:56:12
@@ -22,15 +31,15 @@

      autoconnect: yes

      ip:

        address:

-       - "{{ br0_ip }}/24"

-       gateway4: "{{ br0_gw }}"

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

        dns:

-       - 10.3.163.33

-       - 10.3.163.34

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

        dns_search:

-       - stg.iad2.fedoraproject.org

-       - iad2.fedoraproject.org

-       - fedoraproject.org

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       - "{{ dns_search3 }}"

        dhcp4: no

        auto6: no

    - name: br0-port0
@@ -38,3 +47,4 @@

      type: ethernet

      master: br0

      mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,14 +1,48 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.169.13

- br0_nm: 255.255.255.0

- br0_gw: 10.3.169.254

  br0_dev: eno1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.169.13

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.169.254

  

  mac1: e4:43:4b:b1:62:64

  mac2: e4:43:4b:b1:62:66

  mac3: e4:43:4b:b1:62:84

  mac4: e4:43:4b:b1:62:85

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,12 +1,21 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "stg.iad2.fedoraproject.org"

+ dns_search2: "iad2.fedoraproject.org"

+ dns_search3: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.167.13

- br0_nm: 255.255.255.0

- br0_gw: 10.3.167.254

  br0_dev: eth2

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.167.13

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.167.254

  

  mac1: 24:6e:96:b1:c7:f4

  mac2: 24:6e:96:b1:c7:f5
@@ -22,15 +31,15 @@

      autoconnect: yes

      ip:

        address:

-       - "{{ br0_ip }}/24"

-       gateway4: "{{ br0_gw }}"

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

        dns:

-       - 10.3.163.33

-       - 10.3.163.34

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

        dns_search:

-       - stg.iad2.fedoraproject.org

-       - iad2.fedoraproject.org

-       - fedoraproject.org

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       - "{{ dns_search3 }}"

        dhcp4: no

        auto6: no

    - name: br0-port0
@@ -38,4 +47,4 @@

      type: ethernet

      master: br0

      mac: "{{ br0_port0_mac }}"

- 

+      

\ No newline at end of file

@@ -1,14 +1,48 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.169.14

- br0_nm: 255.255.255.0

- br0_gw: 10.3.169.254

  br0_dev: eno1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.169.14

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.169.254

  

  mac1: e4:43:4b:b1:03:30

  mac2: e4:43:4b:b1:03:32

  mac3: e4:43:4b:b1:03:50

  mac4: e4:43:4b:b1:03:51

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -2,9 +2,14 @@

  # This virthost only has stg instances, so it doesn't freeze

  freezes: false

  nested: true

+ 

  dns1: 10.3.163.33

  dns2: 10.3.163.34

  

+ dns_search1: "stg.iad2.fedoraproject.org"

+ dns_search2: "iad2.fedoraproject.org"

+ dns_search3: "fedoraproject.org"

+ 

  has_ipv4: yes

  br0_ipv4: 10.3.167.14

  br0_ipv4_nm: 24
@@ -32,9 +37,9 @@

        - "{{ dns1 }}"

        - "{{ dns2 }}"

        dns_search:

-       - stg.iad2.fedoraproject.org

-       - iad2.fedoraproject.org

-       - fedoraproject.org

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       - "{{ dns_search3 }}"

        dhcp4: no

        auto6: no

    - name: br0-port0

@@ -1,14 +1,48 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.169.15

- br0_nm: 255.255.255.0

- br0_gw: 10.3.169.254

  br0_dev: eno1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.169.15

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.169.254

  

  mac1: e4:43:4b:ae:44:ee

  mac2: e4:43:4b:ae:44:f0

  mac3: e4:43:4b:ae:45:0e

  mac4: e4:43:4b:ae:45:0f

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -2,9 +2,14 @@

  # This virthost only has stg instances, so it doesn't freeze

  freezes: false

  nested: true

+ 

  dns1: 10.3.163.33

  dns2: 10.3.163.34

  

+ dns_search1: "stg.iad2.fedoraproject.org"

+ dns_search2: "iad2.fedoraproject.org"

+ dns_search3: "fedoraproject.org"

+ 

  has_ipv4: yes

  br0_ipv4: 10.3.167.17

  br0_ipv4_nm: 24
@@ -32,9 +37,9 @@

        - "{{ dns1 }}"

        - "{{ dns2 }}"

        dns_search:

-       - stg.iad2.fedoraproject.org

-       - iad2.fedoraproject.org

-       - fedoraproject.org

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       - "{{ dns_search3 }}"

        dhcp4: no

        auto6: no

    - name: br0-port0

@@ -1,14 +1,48 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.169.16

- br0_nm: 255.255.255.0

- br0_gw: 10.3.169.254

  br0_dev: eno1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.169.16

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.169.254

  

  mac1: e4:43:4b:ac:e1:54

  mac2: e4:43:4b:ac:e1:56

  mac3: e4:43:4b:ac:e1:74

  mac4: e4:43:4b:ac:e1:75

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,14 +1,48 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.169.17

- br0_nm: 255.255.255.0

- br0_gw: 10.3.169.254

  br0_dev: eno1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.169.17

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.169.254

  

  mac1: e4:43:4b:b1:2b:52

  mac2: e4:43:4b:b1:2b:54

  mac3: e4:43:4b:b1:2b:72

  mac4: e4:43:4b:b1:2b:73

+ 

+ br0_port0_mac: "{{ mac1 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

@@ -1,14 +1,48 @@

  ---

  datacenter: iad2

  

+ dns1: 10.3.163.33

+ dns2: 10.3.163.34

+ 

+ dns_search1: "iad2.fedoraproject.org"

+ dns_search2: "fedoraproject.org"

+ 

+ # keep until roles/clevis/templates/99-clevis-fix.conf fixed

  br0_ip: 10.3.169.18

- br0_nm: 255.255.255.0

- br0_gw: 10.3.169.254

  br0_dev: eth1

  

- dns: 10.3.163.33

+ has_ipv4: yes

+ br0_ipv4: 10.3.169.18

+ br0_ipv4_nm: 24

+ br0_ipv4_gw: 10.3.169.254

  

  mac1: e4:43:4b:24:19:96

  mac2: e4:43:4b:24:19:76

  mac3: e4:43:4b:24:19:97

  mac4: e4:43:4b:24:19:78

+ 

+ br0_port0_mac: "{{ mac2 }}"

+ 

+ network_connections:

+   - name: br0

+     state: up

+     type: bridge

+     autoconnect: yes

+     ip:

+       address:

+       - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"

+       gateway4: "{{ br0_ipv4_gw }}"

+       dns:

+       - "{{ dns1 }}"

+       - "{{ dns2 }}"

+       dns_search:

+       - "{{ dns_search1 }}"

+       - "{{ dns_search2 }}"

+       dhcp4: no

+       auto6: no

+   - name: br0-port0

+     state: up

+     type: ethernet

+     master: br0

+     mac: "{{ br0_port0_mac }}"

+      

\ No newline at end of file

Ansible host_vars file for bvmhost-a64-01.iad2.fedoraproject.org updated for linux-system-roles-networking migration. I will complete additional bvmhost-a64 system migrations after confirmation of successful build.

We don't need this line here. Only for stg hosts do we search staging. :)

Also, we need to keep br0_ip and br0_dev for now until we fix roles/clevis/templates/99-clevis-fix.conf to use this new setup. :(

Otherwise looks good.

1 new commit added

  • Update inventory/host_vars/bvmhost-a64-01.iad2.fedoraproject.org
2 years ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

1 new commit added

  • Update inventory/host_vars/bvmhost-a64-01.iad2.fedoraproject.org
2 years ago

2 new commits added

  • Merge branch 'main' of ssh://pagure.io/forks/petebuffon/fedora-infra/ansible
  • bvmhost batch update
2 years ago

I think this looks pretty good now.

Can you squash your commits down to 1?

Basically 'git rebase -i HEAD~6' in your pr branch, set all but one of them as 'squash' and then edit the commit message to describe the entire thing. :)

rebased onto eb2cdf15c414b519e8010735f6715d759424a65c

2 years ago

Alright should be squashed down to 1 commit now.

rebased onto 2e41dc0

2 years ago

Pull-Request has been merged by kevin

2 years ago
Metadata
Changes Summary 26
+39 -3
file changed
inventory/host_vars/bvmhost-a64-01.iad2.fedoraproject.org
+39 -3
file changed
inventory/host_vars/bvmhost-a64-02.iad2.fedoraproject.org
+39 -3
file changed
inventory/host_vars/bvmhost-a64-03.iad2.fedoraproject.org
+39 -3
file changed
inventory/host_vars/bvmhost-a64-04.iad2.fedoraproject.org
+39 -3
file changed
inventory/host_vars/bvmhost-a64-05.iad2.fedoraproject.org
+39 -3
file changed
inventory/host_vars/bvmhost-a64-06.iad2.fedoraproject.org
+39 -3
file changed
inventory/host_vars/bvmhost-a64-07.iad2.fedoraproject.org
+39 -3
file changed
inventory/host_vars/bvmhost-a64-08.iad2.fedoraproject.org
+39 -3
file changed
inventory/host_vars/bvmhost-a64-09.iad2.fedoraproject.org
+39 -3
file changed
inventory/host_vars/bvmhost-p09-01.iad2.fedoraproject.org
+38 -3
file changed
inventory/host_vars/bvmhost-p09-02.iad2.fedoraproject.org
+37 -3
file changed
inventory/host_vars/bvmhost-p09-03.iad2.fedoraproject.org
+39 -4
file changed
inventory/host_vars/bvmhost-p09-04.iad2.fedoraproject.org
+39 -3
file changed
inventory/host_vars/bvmhost-x86-01.iad2.fedoraproject.org
+37 -3
file changed
inventory/host_vars/bvmhost-x86-01.stg.iad2.fedoraproject.org
+37 -3
file changed
inventory/host_vars/bvmhost-x86-02.iad2.fedoraproject.org
+20 -10
file changed
inventory/host_vars/bvmhost-x86-02.stg.iad2.fedoraproject.org
+37 -3
file changed
inventory/host_vars/bvmhost-x86-03.iad2.fedoraproject.org
+20 -11
file changed
inventory/host_vars/bvmhost-x86-03.stg.iad2.fedoraproject.org
+37 -3
file changed
inventory/host_vars/bvmhost-x86-04.iad2.fedoraproject.org
+8 -3
file changed
inventory/host_vars/bvmhost-x86-04.stg.iad2.fedoraproject.org
+37 -3
file changed
inventory/host_vars/bvmhost-x86-05.iad2.fedoraproject.org
+8 -3
file changed
inventory/host_vars/bvmhost-x86-05.stg.iad2.fedoraproject.org
+37 -3
file changed
inventory/host_vars/bvmhost-x86-06.iad2.fedoraproject.org
+37 -3
file changed
inventory/host_vars/bvmhost-x86-07.iad2.fedoraproject.org
+37 -3
file changed
inventory/host_vars/bvmhost-x86-08.iad2.fedoraproject.org