Batch update of vmhost* Ansible host_vars files for linux-system-roles/network conversion.
This commit is contained in:
parent
f561217bdf
commit
5a97060249
20 changed files with 697 additions and 99 deletions
|
@ -2,11 +2,44 @@
|
||||||
nrpe_procs_warn: 900
|
nrpe_procs_warn: 900
|
||||||
nrpe_procs_crit: 1000
|
nrpe_procs_crit: 1000
|
||||||
datacenter: rdu-cc
|
datacenter: rdu-cc
|
||||||
br0_ip: 8.43.85.69
|
|
||||||
br0_nm: 255.255.255.0
|
dns1: 8.8.8.8
|
||||||
gw: 8.43.85.254
|
|
||||||
dns: 8.8.8.8
|
dns_search1: "rdu-cc.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 8.43.85.69
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 8.43.85.254
|
||||||
|
|
||||||
|
mac1: 68:05:ca:8a:f2:05
|
||||||
|
|
||||||
|
br0_port0_mac: "{{ mac1 }}"
|
||||||
|
|
||||||
vpn: true
|
vpn: true
|
||||||
postfix_group: cloud
|
postfix_group: cloud
|
||||||
freezes: false
|
freezes: false
|
||||||
|
|
||||||
|
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,40 @@
|
||||||
---
|
---
|
||||||
datacenter: iad2
|
datacenter: iad2
|
||||||
|
|
||||||
br0_ip: 10.3.163.11
|
dns1: 10.3.163.33
|
||||||
br0_nm: 255.255.255.0
|
dns2: 10.3.163.34
|
||||||
br0_gw: 10.3.163.254
|
|
||||||
br0_dev: eno1
|
|
||||||
|
|
||||||
dns: 10.3.163.33
|
dns_search1: "iad2.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.163.11
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.163.254
|
||||||
|
|
||||||
|
mac1: e4:43:4b:b1:70:88
|
||||||
|
|
||||||
|
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,11 +2,18 @@
|
||||||
# This virthost only has stg instances, so it doesn't freeze
|
# This virthost only has stg instances, so it doesn't freeze
|
||||||
freezes: false
|
freezes: false
|
||||||
nested: true
|
nested: true
|
||||||
dns: 10.3.163.33
|
|
||||||
br0_gw: 10.3.166.254
|
dns1: 10.3.163.33
|
||||||
br0_ip: 10.3.166.11
|
dns2: 10.3.163.34
|
||||||
br0_nm: 255.255.255.0
|
|
||||||
br0_dev: eth2
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search2: "iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.166.11
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.166.254
|
||||||
|
|
||||||
install_noc: noc01.iad2.fedoraproject.org
|
install_noc: noc01.iad2.fedoraproject.org
|
||||||
install_mac: 24-6E-96-B1-C7-F4
|
install_mac: 24-6E-96-B1-C7-F4
|
||||||
|
@ -21,3 +28,27 @@ mac3: ec:f4:bb:d2:85:e8
|
||||||
mac4: ec:f4:bb:d2:85:ea
|
mac4: ec:f4:bb:d2:85:ea
|
||||||
|
|
||||||
br0_port0_mac: "{{ mac3 }}"
|
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,9 +1,40 @@
|
||||||
---
|
---
|
||||||
datacenter: iad2
|
datacenter: iad2
|
||||||
|
|
||||||
br0_ip: 10.3.163.12
|
dns1: 10.3.163.33
|
||||||
br0_nm: 255.255.255.0
|
dns2: 10.3.163.34
|
||||||
br0_gw: 10.3.163.254
|
|
||||||
br0_dev: eno1
|
|
||||||
|
|
||||||
dns: 10.3.163.33
|
dns_search1: "iad2.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.163.12
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.163.254
|
||||||
|
|
||||||
|
mac1: e4:43:4b:ba:e8:44
|
||||||
|
|
||||||
|
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,11 +2,18 @@
|
||||||
# This virthost only has stg instances, so it doesn't freeze
|
# This virthost only has stg instances, so it doesn't freeze
|
||||||
freezes: false
|
freezes: false
|
||||||
nested: true
|
nested: true
|
||||||
dns: 10.3.163.33
|
|
||||||
br0_gw: 10.3.166.254
|
dns1: 10.3.163.33
|
||||||
br0_ip: 10.3.166.12
|
dns2: 10.3.163.34
|
||||||
br0_nm: 255.255.255.0
|
|
||||||
br0_dev: eth2
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search2: "iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.166.12
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.166.254
|
||||||
|
|
||||||
mac1: 24:6e:96:13:ed:dc
|
mac1: 24:6e:96:13:ed:dc
|
||||||
mac2: 24:6e:96:13:ed:dd
|
mac2: 24:6e:96:13:ed:dd
|
||||||
|
@ -14,3 +21,27 @@ mac3: 24:6e:96:13:ed:d8
|
||||||
mac4: 24:6e:96:13:ed:da
|
mac4: 24:6e:96:13:ed:da
|
||||||
|
|
||||||
br0_port0_mac: "{{ mac3 }}"
|
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,9 +1,40 @@
|
||||||
---
|
---
|
||||||
datacenter: iad2
|
datacenter: iad2
|
||||||
|
|
||||||
br0_ip: 10.3.163.13
|
dns1: 10.3.163.33
|
||||||
br0_nm: 255.255.255.0
|
dns2: 10.3.163.34
|
||||||
br0_gw: 10.3.163.254
|
|
||||||
br0_dev: eno1
|
|
||||||
|
|
||||||
dns: 10.3.163.33
|
dns_search1: "iad2.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.163.13
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.163.254
|
||||||
|
|
||||||
|
mac1: e4:43:4b:b1:28:cc
|
||||||
|
|
||||||
|
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,11 +2,18 @@
|
||||||
# This virthost only has stg instances, so it doesn't freeze
|
# This virthost only has stg instances, so it doesn't freeze
|
||||||
freezes: false
|
freezes: false
|
||||||
nested: true
|
nested: true
|
||||||
dns: 10.3.163.33
|
|
||||||
br0_gw: 10.3.166.254
|
dns1: 10.3.163.33
|
||||||
br0_ip: 10.3.166.13
|
dns2: 10.3.163.34
|
||||||
br0_nm: 255.255.255.0
|
|
||||||
br0_dev: eth2
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search2: "iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.166.13
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.166.254
|
||||||
|
|
||||||
mac1: 24:6e:96:05:d9:fc
|
mac1: 24:6e:96:05:d9:fc
|
||||||
mac2: 24:6e:96:05:d9:fd
|
mac2: 24:6e:96:05:d9:fd
|
||||||
|
@ -14,3 +21,27 @@ mac3: 24:6e:96:05:d9:f8
|
||||||
mac4: 24:6e:96:05:d9:fa
|
mac4: 24:6e:96:05:d9:fa
|
||||||
|
|
||||||
br0_port0_mac: "{{ mac3 }}"
|
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,9 +1,40 @@
|
||||||
---
|
---
|
||||||
datacenter: iad2
|
datacenter: iad2
|
||||||
|
|
||||||
br0_ip: 10.3.163.14
|
dns1: 10.3.163.33
|
||||||
br0_nm: 255.255.255.0
|
dns2: 10.3.163.34
|
||||||
br0_gw: 10.3.163.254
|
|
||||||
br0_dev: eno1
|
|
||||||
|
|
||||||
dns: 10.3.163.33
|
dns_search1: "iad2.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.163.14
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.163.254
|
||||||
|
|
||||||
|
mac1: e4:43:4b:b1:62:a8
|
||||||
|
|
||||||
|
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,11 +2,18 @@
|
||||||
# This virthost only has stg instances, so it doesn't freeze
|
# This virthost only has stg instances, so it doesn't freeze
|
||||||
freezes: false
|
freezes: false
|
||||||
nested: true
|
nested: true
|
||||||
dns: 10.3.163.33
|
|
||||||
br0_gw: 10.3.166.254
|
dns1: 10.3.163.33
|
||||||
br0_ip: 10.3.166.14
|
dns2: 10.3.163.34
|
||||||
br0_nm: 255.255.255.0
|
|
||||||
br0_dev: eth2
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search2: "iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.166.14
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.166.254
|
||||||
|
|
||||||
mac1: 24:6e:96:05:d7:84
|
mac1: 24:6e:96:05:d7:84
|
||||||
mac2: 24:6e:96:05:d7:85
|
mac2: 24:6e:96:05:d7:85
|
||||||
|
@ -14,3 +21,27 @@ mac3: 24:6e:96:05:d7:80
|
||||||
mac4: 24:6e:96:05:d7:82
|
mac4: 24:6e:96:05:d7:82
|
||||||
|
|
||||||
br0_port0_mac: "{{ mac3 }}"
|
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,9 +1,40 @@
|
||||||
---
|
---
|
||||||
datacenter: iad2
|
datacenter: iad2
|
||||||
|
|
||||||
br0_ip: 10.3.163.15
|
dns1: 10.3.163.33
|
||||||
br0_nm: 255.255.255.0
|
dns2: 10.3.163.34
|
||||||
br0_gw: 10.3.163.254
|
|
||||||
br0_dev: eno1
|
|
||||||
|
|
||||||
dns: 10.3.163.33
|
dns_search1: "iad2.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.163.15
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.163.254
|
||||||
|
|
||||||
|
mac1: e4:43:4b:ae:4b:b8
|
||||||
|
|
||||||
|
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,11 +2,18 @@
|
||||||
# This virthost only has stg instances, so it doesn't freeze
|
# This virthost only has stg instances, so it doesn't freeze
|
||||||
freezes: false
|
freezes: false
|
||||||
nested: true
|
nested: true
|
||||||
dns: 10.3.163.33
|
|
||||||
br0_gw: 10.3.166.254
|
dns1: 10.3.163.33
|
||||||
br0_ip: 10.3.166.15
|
dns2: 10.3.163.34
|
||||||
br0_nm: 255.255.255.0
|
|
||||||
br0_dev: eth4
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search2: "iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.166.15
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.166.254
|
||||||
|
|
||||||
mac1: 18:66:da:f7:7a:58
|
mac1: 18:66:da:f7:7a:58
|
||||||
mac2: 18:66:da:f7:7a:59
|
mac2: 18:66:da:f7:7a:59
|
||||||
|
@ -16,3 +23,27 @@ mac5: a0:36:9f:de:88:28
|
||||||
mac6: a0:36:9f:de:88:2a
|
mac6: a0:36:9f:de:88:2a
|
||||||
|
|
||||||
br0_port0_mac: "{{ mac5 }}"
|
br0_port0_mac: "{{ mac5 }}"
|
||||||
|
|
||||||
|
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,9 +1,40 @@
|
||||||
---
|
---
|
||||||
datacenter: iad2
|
datacenter: iad2
|
||||||
|
|
||||||
br0_ip: 10.3.163.16
|
dns1: 10.3.163.33
|
||||||
br0_nm: 255.255.255.0
|
dns2: 10.3.163.34
|
||||||
br0_gw: 10.3.163.254
|
|
||||||
br0_dev: eno1
|
|
||||||
|
|
||||||
dns: 10.3.163.33
|
dns_search1: "iad2.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.163.16
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.163.254
|
||||||
|
|
||||||
|
mac1: e4:43:4b:b1:28:ee
|
||||||
|
|
||||||
|
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,11 +2,18 @@
|
||||||
# This virthost only has stg instances, so it doesn't freeze
|
# This virthost only has stg instances, so it doesn't freeze
|
||||||
freezes: false
|
freezes: false
|
||||||
nested: true
|
nested: true
|
||||||
dns: 10.3.163.33
|
|
||||||
br0_gw: 10.3.166.254
|
dns1: 10.3.163.33
|
||||||
br0_ip: 10.3.166.16
|
dns2: 10.3.163.34
|
||||||
br0_nm: 255.255.255.0
|
|
||||||
br0_dev: eth4
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search2: "iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.166.16
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.166.254
|
||||||
|
|
||||||
mac1: 18:66:da:f7:61:58
|
mac1: 18:66:da:f7:61:58
|
||||||
mac2: 18:66:da:f7:61:59
|
mac2: 18:66:da:f7:61:59
|
||||||
|
@ -16,3 +23,27 @@ mac5: a0:36:9f:de:85:bc
|
||||||
mac6: a0:36:9f:de:85:be
|
mac6: a0:36:9f:de:85:be
|
||||||
|
|
||||||
br0_port0_mac: "{{ mac5 }}"
|
br0_port0_mac: "{{ mac5 }}"
|
||||||
|
|
||||||
|
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,9 +1,40 @@
|
||||||
---
|
---
|
||||||
datacenter: iad2
|
datacenter: iad2
|
||||||
|
|
||||||
br0_ip: 10.3.163.17
|
dns1: 10.3.163.33
|
||||||
br0_nm: 255.255.255.0
|
dns2: 10.3.163.34
|
||||||
br0_gw: 10.3.163.254
|
|
||||||
br0_dev: eno1
|
|
||||||
|
|
||||||
dns: 10.3.163.33
|
dns_search1: "iad2.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.163.17
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.163.254
|
||||||
|
|
||||||
|
mac1: e4:43:4b:22:ce:ca
|
||||||
|
|
||||||
|
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,11 +2,18 @@
|
||||||
# This virthost only has stg instances, so it doesn't freeze
|
# This virthost only has stg instances, so it doesn't freeze
|
||||||
freezes: false
|
freezes: false
|
||||||
nested: true
|
nested: true
|
||||||
dns: 10.3.163.33
|
|
||||||
br0_gw: 10.3.166.254
|
dns1: 10.3.163.33
|
||||||
br0_ip: 10.3.166.17
|
dns2: 10.3.163.34
|
||||||
br0_nm: 255.255.255.0
|
|
||||||
br0_dev: eth4
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search2: "iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.166.17
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.166.254
|
||||||
|
|
||||||
mac1: 80:18:44:de:4d:fc
|
mac1: 80:18:44:de:4d:fc
|
||||||
mac2: 80:18:44:de:4d:fd
|
mac2: 80:18:44:de:4d:fd
|
||||||
|
@ -16,3 +23,27 @@ mac5: 80:18:44:de:4d:ff
|
||||||
mac6: a0:36:9f:f1:83:e2
|
mac6: a0:36:9f:f1:83:e2
|
||||||
|
|
||||||
br0_port0_mac: "{{ mac4 }}"
|
br0_port0_mac: "{{ mac4 }}"
|
||||||
|
|
||||||
|
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,9 +1,40 @@
|
||||||
---
|
---
|
||||||
datacenter: iad2
|
datacenter: iad2
|
||||||
|
|
||||||
br0_ip: 10.3.163.28
|
dns1: 10.3.163.33
|
||||||
br0_nm: 255.255.255.0
|
dns2: 10.3.163.34
|
||||||
br0_gw: 10.3.163.254
|
|
||||||
br0_dev: eth2
|
|
||||||
|
|
||||||
dns: 10.3.163.33
|
dns_search1: "iad2.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.163.28
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.163.254
|
||||||
|
|
||||||
|
mac1: 24:6e:96:b1:61:f8
|
||||||
|
|
||||||
|
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,11 +2,18 @@
|
||||||
# This virthost only has stg instances, so it doesn't freeze
|
# This virthost only has stg instances, so it doesn't freeze
|
||||||
freezes: false
|
freezes: false
|
||||||
nested: true
|
nested: true
|
||||||
dns: 10.3.163.33
|
|
||||||
br0_gw: 10.3.166.254
|
dns1: 10.3.163.33
|
||||||
br0_ip: 10.3.166.18
|
dns2: 10.3.163.34
|
||||||
br0_nm: 255.255.255.0
|
|
||||||
br0_dev: eth2
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search2: "iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.166.18
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.166.254
|
||||||
|
|
||||||
mac1: 24:6e:96:c1:6e:bc
|
mac1: 24:6e:96:c1:6e:bc
|
||||||
mac2: 24:6e:96:c1:6e:bd
|
mac2: 24:6e:96:c1:6e:bd
|
||||||
|
@ -14,3 +21,27 @@ mac3: 24:6e:96:c1:6e:b8
|
||||||
mac4: 24:6e:96:c1:6e:ba
|
mac4: 24:6e:96:c1:6e:ba
|
||||||
|
|
||||||
br0_port0_mac: "{{ mac3 }}"
|
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 }}"
|
||||||
|
|
|
@ -2,11 +2,18 @@
|
||||||
# This virthost only has stg instances, so it doesn't freeze
|
# This virthost only has stg instances, so it doesn't freeze
|
||||||
freezes: false
|
freezes: false
|
||||||
nested: true
|
nested: true
|
||||||
dns: 10.3.163.33
|
|
||||||
br0_gw: 10.3.166.254
|
dns1: 10.3.163.33
|
||||||
br0_ip: 10.3.166.19
|
dns2: 10.3.163.34
|
||||||
br0_nm: 255.255.255.0
|
|
||||||
br0_dev: eth2
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search2: "iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.166.19
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.166.254
|
||||||
|
|
||||||
mac1: ec:f4:bb:e1:c8:f4
|
mac1: ec:f4:bb:e1:c8:f4
|
||||||
mac2: ec:f4:bb:e1:c8:f5
|
mac2: ec:f4:bb:e1:c8:f5
|
||||||
|
@ -14,3 +21,27 @@ mac3: ec:f4:bb:e1:c8:f0
|
||||||
mac4: ec:f4:bb:e1:c8:f2
|
mac4: ec:f4:bb:e1:c8:f2
|
||||||
|
|
||||||
br0_port0_mac: "{{ mac3 }}"
|
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 }}"
|
||||||
|
|
|
@ -2,11 +2,18 @@
|
||||||
# This virthost only has stg instances, so it doesn't freeze
|
# This virthost only has stg instances, so it doesn't freeze
|
||||||
freezes: false
|
freezes: false
|
||||||
nested: true
|
nested: true
|
||||||
dns: 10.3.163.33
|
|
||||||
br0_gw: 10.3.166.254
|
dns1: 10.3.163.33
|
||||||
br0_ip: 10.3.166.20
|
dns2: 10.3.163.34
|
||||||
br0_nm: 255.255.255.0
|
|
||||||
br0_dev: eth2
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search2: "iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
br0_ipv4: 10.3.166.20
|
||||||
|
br0_ipv4_nm: 24
|
||||||
|
br0_ipv4_gw: 10.3.166.254
|
||||||
|
|
||||||
mac1: ec:f4:bb:e1:cb:8c
|
mac1: ec:f4:bb:e1:cb:8c
|
||||||
mac2: ec:f4:bb:e1:cb:8d
|
mac2: ec:f4:bb:e1:cb:8d
|
||||||
|
@ -14,3 +21,27 @@ mac3: ec:f4:bb:e1:cb:88
|
||||||
mac4: ec:f4:bb:e1:cb:8a
|
mac4: ec:f4:bb:e1:cb:8a
|
||||||
|
|
||||||
br0_port0_mac: "{{ mac3 }}"
|
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 }}"
|
||||||
|
|
|
@ -2,7 +2,13 @@
|
||||||
# This virthost only has stg instances, so it doesn't freeze
|
# This virthost only has stg instances, so it doesn't freeze
|
||||||
freezes: false
|
freezes: false
|
||||||
nested: true
|
nested: true
|
||||||
dns: 10.3.163.33
|
|
||||||
|
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
|
has_ipv4: yes
|
||||||
br0_ipv4: 10.3.166.28
|
br0_ipv4: 10.3.166.28
|
||||||
|
@ -28,11 +34,12 @@ network_connections:
|
||||||
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
|
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
|
||||||
gateway4: "{{ br0_ipv4_gw }}"
|
gateway4: "{{ br0_ipv4_gw }}"
|
||||||
dns:
|
dns:
|
||||||
- "{{ dns }}"
|
- "{{ dns1 }}"
|
||||||
|
- "{{ dns2 }}"
|
||||||
dns_search:
|
dns_search:
|
||||||
- stg.iad2.fedoraproject.org
|
- "{{ dns_search1 }}"
|
||||||
- iad2.fedoraproject.org
|
- "{{ dns_search2 }}"
|
||||||
- fedoraproject.org
|
- "{{ dns_search3 }}"
|
||||||
dhcp4: no
|
dhcp4: no
|
||||||
auto6: no
|
auto6: no
|
||||||
- name: br0-port0
|
- name: br0-port0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue