Batch update of bvmhost* Ansible host_vars files for linux-system-roles/network conversion.
This commit is contained in:
parent
f4e7c25513
commit
2e41dc05a8
26 changed files with 896 additions and 95 deletions
|
@ -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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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
|
||||
|
||||
mac1: ac:1f:6b:56:e9:11
|
||||
has_ipv4: yes
|
||||
br0_ipv4: 10.3.171.16
|
||||
br0_ipv4_nm: 24
|
||||
br0_ipv4_gw: 10.3.171.254
|
||||
|
||||
dns: 10.3.163.33
|
||||
mac1: ac:1f:6b:56:e9:11
|
||||
mac2: 40:a6:b7:18:86:b4
|
||||
|
||||
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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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
|
||||
|
||||
dns: 10.3.163.33
|
||||
mac1: 40:a6:b7:18:85:74
|
||||
mac2: 40:a6:b7:18:86:c8
|
||||
|
||||
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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 @@ mac3: 24:6e:96:b1:56:20
|
|||
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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 @@ network_connections:
|
|||
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 @@ network_connections:
|
|||
type: ethernet
|
||||
master: br0
|
||||
mac: "{{ br0_port0_mac }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 @@ network_connections:
|
|||
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 @@ network_connections:
|
|||
type: ethernet
|
||||
master: br0
|
||||
mac: "{{ br0_port0_mac }}"
|
||||
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 @@ network_connections:
|
|||
- "{{ 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 }}"
|
||||
|
|
@ -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 @@ network_connections:
|
|||
- "{{ 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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
|
@ -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 }}"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue