buildvm_s390x: reorg group and host vars, split zvm/kvm lpars
We can consolidate a bunch of things here in group vars that was in host vars and avoid a bunch of duplication. So, now: all the buildvm_s390x builders are in that group, but there's now a buildvm_s390x_kvm and buildvm_s390x_zvm for those seperate lpars and those define the default network setup for each lpar. Finally the hosts vars only now needs to have the ip addresses. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
dd68a7d907
commit
c8b7521e98
40 changed files with 119 additions and 630 deletions
|
@ -127,7 +127,7 @@ buildvm-a32-31.iad2.fedoraproject.org
|
||||||
buildvm-a32-32.iad2.fedoraproject.org
|
buildvm-a32-32.iad2.fedoraproject.org
|
||||||
buildvm-a32-33.iad2.fedoraproject.org
|
buildvm-a32-33.iad2.fedoraproject.org
|
||||||
|
|
||||||
[buildvm_s390x]
|
[buildvm_s390x_zvm]
|
||||||
buildvm-s390x-01.s390.fedoraproject.org
|
buildvm-s390x-01.s390.fedoraproject.org
|
||||||
buildvm-s390x-02.s390.fedoraproject.org
|
buildvm-s390x-02.s390.fedoraproject.org
|
||||||
buildvm-s390x-03.s390.fedoraproject.org
|
buildvm-s390x-03.s390.fedoraproject.org
|
||||||
|
@ -142,28 +142,6 @@ buildvm-s390x-11.s390.fedoraproject.org
|
||||||
buildvm-s390x-12.s390.fedoraproject.org
|
buildvm-s390x-12.s390.fedoraproject.org
|
||||||
buildvm-s390x-13.s390.fedoraproject.org
|
buildvm-s390x-13.s390.fedoraproject.org
|
||||||
buildvm-s390x-14.s390.fedoraproject.org
|
buildvm-s390x-14.s390.fedoraproject.org
|
||||||
# These are kvm builders
|
|
||||||
buildvm-s390x-15.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-16.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-17.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-18.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-19.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-20.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-21.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-22.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-23.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-24.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-25.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-26.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-27.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-28.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-29.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-30.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-31.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-32.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-33.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-34.s390.fedoraproject.org
|
|
||||||
buildvm-s390x-35.s390.fedoraproject.org
|
|
||||||
|
|
||||||
[buildvm_s390x_kvm]
|
[buildvm_s390x_kvm]
|
||||||
buildvm-s390x-15.s390.fedoraproject.org
|
buildvm-s390x-15.s390.fedoraproject.org
|
||||||
|
@ -188,6 +166,10 @@ buildvm-s390x-33.s390.fedoraproject.org
|
||||||
buildvm-s390x-34.s390.fedoraproject.org
|
buildvm-s390x-34.s390.fedoraproject.org
|
||||||
buildvm-s390x-35.s390.fedoraproject.org
|
buildvm-s390x-35.s390.fedoraproject.org
|
||||||
|
|
||||||
|
[buildvm_s390x:children]
|
||||||
|
buildvm_s390x_zvm
|
||||||
|
buildvm_s390x_kvm
|
||||||
|
|
||||||
[buildvmhost]
|
[buildvmhost]
|
||||||
#buildvmhost-aarch64-01.arm.fedoraproject.org
|
#buildvmhost-aarch64-01.arm.fedoraproject.org
|
||||||
#buildvmhost-aarch64-02.arm.fedoraproject.org
|
#buildvmhost-aarch64-02.arm.fedoraproject.org
|
||||||
|
|
|
@ -8,21 +8,9 @@ csi_relationship: |
|
||||||
* Several services rely on the builders, including koschei, Bodhi, Tagger, SCM, Darkserver.
|
* Several services rely on the builders, including koschei, Bodhi, Tagger, SCM, Darkserver.
|
||||||
* Produces automated builds of packages for the architecture listed. Builders can be scaled by adding new
|
* Produces automated builds of packages for the architecture listed. Builders can be scaled by adding new
|
||||||
csi_security_category: High
|
csi_security_category: High
|
||||||
dns: 10.3.163.33
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
host_group: kojibuilder
|
host_group: kojibuilder
|
||||||
koji_hub_nfs: "fedora_koji"
|
koji_hub_nfs: "fedora_koji"
|
||||||
koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
||||||
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
||||||
koji_weburl: "https://koji.fedoraproject.org/koji"
|
koji_weburl: "https://koji.fedoraproject.org/koji"
|
||||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/35/Server/s390x/os/
|
|
||||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
|
||||||
lvm_size: 102400
|
|
||||||
main_bridge: vmbr
|
|
||||||
max_mem_size: "{{ mem_size }}"
|
|
||||||
mem_size: 10240
|
|
||||||
num_cpus: 2
|
|
||||||
varnish_group: s390kojipkgs
|
varnish_group: s390kojipkgs
|
||||||
virt_install_command: "{{ virt_install_command_s390x_one_nic }}"
|
|
||||||
vmhost: buildvmhost-s390x-01.s390.fedoraproject.org
|
|
||||||
volgroup: /dev/fedora_linux_lpar_1
|
|
||||||
|
|
16
inventory/group_vars/buildvm_s390x_kvm
Normal file
16
inventory/group_vars/buildvm_s390x_kvm
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
dns1: 10.3.163.33
|
||||||
|
dns2: 10.3.163.34
|
||||||
|
dns_search1: "iad2.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
eth0_ipv4_gw: 10.16.0.254
|
||||||
|
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/35/Server/s390x/os/
|
||||||
|
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||||
|
lvm_size: 102400
|
||||||
|
main_bridge: vmbr
|
||||||
|
max_mem_size: "{{ mem_size }}"
|
||||||
|
mem_size: 10240
|
||||||
|
num_cpus: 2
|
||||||
|
virt_install_command: "{{ virt_install_command_s390x_one_nic }}"
|
||||||
|
vmhost: buildvmhost-s390x-01.s390.fedoraproject.org
|
||||||
|
volgroup: /dev/fedora_linux_lpar_1
|
26
inventory/group_vars/buildvm_s390x_zvm
Normal file
26
inventory/group_vars/buildvm_s390x_zvm
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
---
|
||||||
|
dns1: 10.3.163.33
|
||||||
|
dns2: 10.3.163.34
|
||||||
|
dns_search1: "iad2.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
enc900_ipv4_gw: 10.16.0.254
|
||||||
|
enc900_ipv4_nm: 24
|
||||||
|
has_ipv4: yes
|
||||||
|
network_connections:
|
||||||
|
- autoconnect: yes
|
||||||
|
ip:
|
||||||
|
address:
|
||||||
|
- "{{ enc900_ipv4_ip }}/{{ enc900_ipv4_nm }}"
|
||||||
|
dhcp4: no
|
||||||
|
dns:
|
||||||
|
- "{{ dns1 }}"
|
||||||
|
- "{{ dns2 }}"
|
||||||
|
dns_search:
|
||||||
|
- "{{ dns_search1 }}"
|
||||||
|
- "{{ dns_search2 }}"
|
||||||
|
gateway4: "{{ enc900_ipv4_gw }}"
|
||||||
|
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||||
|
name: enc900
|
||||||
|
state: up
|
||||||
|
type: ethernet
|
||||||
|
varnish_group: s390kojipkgs
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.11
|
|
@ -1,5 +1,27 @@
|
||||||
---
|
---
|
||||||
dns: 10.3.163.33
|
dns1: 10.3.163.33
|
||||||
eth0_ipv4_ip: 10.16.0.25
|
dns2: 10.3.163.34
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
dns_search1: "iad2.fedoraproject.org"
|
||||||
|
dns_search2: "fedoraproject.org"
|
||||||
|
enc900_ipv4_ip: 10.0.0.25
|
||||||
|
enc900_ipv4_gw: 10.16.0.254
|
||||||
|
enc900_ipv4_nm: 24
|
||||||
|
has_ipv4: yes
|
||||||
|
network_connections:
|
||||||
|
- autoconnect: yes
|
||||||
|
ip:
|
||||||
|
address:
|
||||||
|
- "{{ enc900_ipv4_ip }}/{{ enc900_ipv4_nm }}"
|
||||||
|
dhcp4: no
|
||||||
|
dns:
|
||||||
|
- "{{ dns1 }}"
|
||||||
|
- "{{ dns2 }}"
|
||||||
|
dns_search:
|
||||||
|
- "{{ dns_search1 }}"
|
||||||
|
- "{{ dns_search2 }}"
|
||||||
|
gateway4: "{{ enc900_ipv4_gw }}"
|
||||||
|
mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||||
|
name: enc900
|
||||||
|
state: up
|
||||||
|
type: ethernet
|
||||||
varnish_group: s390kojipkgs
|
varnish_group: s390kojipkgs
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.12
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.13
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.14
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.15
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.16
|
|
@ -1,32 +1,2 @@
|
||||||
---
|
---
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
enc900_ipv4: 10.16.0.17
|
enc900_ipv4: 10.16.0.17
|
||||||
enc900_ipv4_gw: 10.16.0.254
|
|
||||||
enc900_ipv4_nm: 24
|
|
||||||
enc900_mac: "{{ mac0 }}"
|
|
||||||
eth0_ip: 10.16.0.17
|
|
||||||
gw: 10.16.0.254
|
|
||||||
has_ipv4: yes
|
|
||||||
mac0: 02:d3:fa:02:00:08
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ enc900_ipv4 }}/{{ enc900_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ enc900_ipv4_gw }}"
|
|
||||||
mac: "{{ enc900_mac }}"
|
|
||||||
name: enc900
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
nm: 255.255.255.0
|
|
||||||
varnish_group: s390kojipkgs
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.18
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.19
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.20
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.21
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.22
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.23
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
enc900_ipv4: 10.16.0.24
|
|
@ -1,25 +1,2 @@
|
||||||
---
|
---
|
||||||
dns1: 10.3.163.33
|
eth0_ipv4_ip: 10.16.0.26
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.26
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
has_ipv4: yes
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
|
|
|
@ -1,25 +1,2 @@
|
||||||
---
|
---
|
||||||
dns1: 10.3.163.33
|
eth0_ipv4_ip: 10.16.0.27
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.27
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
has_ipv4: yes
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
|
|
|
@ -1,25 +1,2 @@
|
||||||
---
|
---
|
||||||
dns1: 10.3.163.33
|
eth0_ipv4_ip: 10.16.0.28
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.28
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
has_ipv4: yes
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
|
|
|
@ -1,25 +1,2 @@
|
||||||
---
|
---
|
||||||
dns1: 10.3.163.33
|
eth0_ipv4_ip: 10.16.0.29
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.29
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
has_ipv4: yes
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
|
|
|
@ -1,26 +1,2 @@
|
||||||
---
|
---
|
||||||
dns1: 10.3.163.33
|
eth0_ipv4_ip: 10.16.0.30
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.30
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
|
|
|
@ -1,25 +1,2 @@
|
||||||
---
|
---
|
||||||
dns1: 10.3.163.33
|
eth0_ipv4_ip: 10.16.0.31
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.31
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
has_ipv4: yes
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
|
|
|
@ -1,25 +1,2 @@
|
||||||
---
|
---
|
||||||
dns1: 10.3.163.33
|
eth0_ipv4_ip: 10.16.0.32
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.32
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
has_ipv4: yes
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
|
|
|
@ -1,25 +1,2 @@
|
||||||
---
|
---
|
||||||
dns1: 10.3.163.33
|
eth0_ipv4_ip: 10.16.0.33
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.33
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
has_ipv4: yes
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
|
|
|
@ -1,25 +1,2 @@
|
||||||
---
|
---
|
||||||
dns1: 10.3.163.33
|
eth0_ipv4_ip: 10.16.0.34
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.34
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
has_ipv4: yes
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
|
|
|
@ -1,28 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.35
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.35
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
|
|
|
@ -1,29 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.36
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.36
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
lvm_size: 153600
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
volgroup: /dev/fedora_linux_scsi
|
|
||||||
|
|
|
@ -1,30 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.37
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.37
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
lvm_size: 153600
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
volgroup: /dev/fedora_linux_scsi
|
|
||||||
|
|
|
@ -1,30 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.38
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.38
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
lvm_size: 153600
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
volgroup: /dev/fedora_linux_scsi
|
|
||||||
|
|
|
@ -1,30 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.39
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.39
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
lvm_size: 153600
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
volgroup: /dev/fedora_linux_scsi
|
|
||||||
|
|
|
@ -1,30 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.40
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.40
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
lvm_size: 153600
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
volgroup: /dev/fedora_linux_scsi
|
|
||||||
|
|
|
@ -1,30 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.41
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.41
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
lvm_size: 153600
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
volgroup: /dev/fedora_linux_scsi
|
|
||||||
|
|
|
@ -1,30 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.42
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.42
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
lvm_size: 153600
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
volgroup: /dev/fedora_linux_scsi
|
|
||||||
|
|
|
@ -1,30 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.43
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.43
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
lvm_size: 153600
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
volgroup: /dev/fedora_linux_scsi
|
|
||||||
|
|
|
@ -1,30 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.44
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.44
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
lvm_size: 153600
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
volgroup: /dev/fedora_linux_scsi
|
|
||||||
|
|
|
@ -1,30 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.45
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.45
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
lvm_size: 153600
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
volgroup: /dev/fedora_linux_scsi
|
|
||||||
|
|
|
@ -1,30 +1,2 @@
|
||||||
---
|
---
|
||||||
# needed because this host has a varnish cache on it.
|
eth0_ipv4_ip: 10.16.0.46
|
||||||
custom_rules: ['-A INPUT -s 10.16.0.0/24 -p tcp -m tcp --dport 80 -j ACCEPT']
|
|
||||||
dns1: 10.3.163.33
|
|
||||||
dns2: 10.3.163.34
|
|
||||||
dns_search1: "iad2.fedoraproject.org"
|
|
||||||
dns_search2: "fedoraproject.org"
|
|
||||||
eth0_ipv4: 10.16.0.46
|
|
||||||
eth0_ipv4_gw: 10.16.0.254
|
|
||||||
eth0_mac: "{{ mac0 }}"
|
|
||||||
has_ipv4: yes
|
|
||||||
lvm_size: 153600
|
|
||||||
network_connections:
|
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
dns:
|
|
||||||
- "{{ dns1 }}"
|
|
||||||
- "{{ dns2 }}"
|
|
||||||
dns_search:
|
|
||||||
- "{{ dns_search1 }}"
|
|
||||||
- "{{ dns_search2 }}"
|
|
||||||
gateway4: "{{ eth0_ipv4_gw }}"
|
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
|
||||||
name: eth0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
volgroup: /dev/fedora_linux_scsi
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue