make it so s390 uses iad2 dns
This commit is contained in:
parent
4a9de6316d
commit
0f6bde6666
4 changed files with 10 additions and 10 deletions
|
@ -393,8 +393,8 @@ baseiptables: True
|
||||||
# Most of our machines have manual resolv.conf files
|
# Most of our machines have manual resolv.conf files
|
||||||
# These settings are for machines where NM is supposed to control resolv.conf.
|
# These settings are for machines where NM is supposed to control resolv.conf.
|
||||||
nm_controlled_resolv: False
|
nm_controlled_resolv: False
|
||||||
dns1: "10.5.126.21"
|
dns1: "10.3.163.33"
|
||||||
dns2: "10.5.126.22"
|
dns2: "10.3.163.34"
|
||||||
|
|
||||||
# This is a list of services that need to wait for VPN to be up before getting started.
|
# This is a list of services that need to wait for VPN to be up before getting started.
|
||||||
postvpnservices: []
|
postvpnservices: []
|
||||||
|
|
|
@ -8,15 +8,15 @@ vmhost: buildvmhost-s390x-01.s390.fedoraproject.org
|
||||||
gw: 10.16.0.254
|
gw: 10.16.0.254
|
||||||
main_bridge: vmbr
|
main_bridge: vmbr
|
||||||
volgroup: /dev/fedora_linux_lpar_1
|
volgroup: /dev/fedora_linux_lpar_1
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-31-s390x
|
ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-31-s390x
|
||||||
ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/31/Server/s390x/os/
|
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/31/Server/s390x/os/
|
||||||
dns: 10.5.126.21
|
dns: 10.3.163.33
|
||||||
nm: 255.255.255.0
|
nm: 255.255.255.0
|
||||||
virt_install_command: "{{ virt_install_command_s390x_one_nic }}"
|
virt_install_command: "{{ virt_install_command_s390x_one_nic }}"
|
||||||
|
|
||||||
ansible_ifcfg_blacklist: True
|
ansible_ifcfg_blacklist: True
|
||||||
createrepo: False
|
createrepo: False
|
||||||
host_group: kojibuilder
|
host_group: kojibuilder_iad2
|
||||||
fas_client_groups: sysadmin-releng
|
fas_client_groups: sysadmin-releng
|
||||||
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
ansible_ifcfg_blacklist: True
|
ansible_ifcfg_blacklist: True
|
||||||
createrepo: False
|
createrepo: False
|
||||||
host_group: kojibuilder
|
host_group: kojibuilder_iad2
|
||||||
fas_client_groups: sysadmin-releng
|
fas_client_groups: sysadmin-releng
|
||||||
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-31-s390x
|
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-31-s390x
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
search phx2.fedoraproject.org vpn.fedoraproject.org fedoraproject.org
|
search iad2.fedoraproject.org vpn.fedoraproject.org fedoraproject.org
|
||||||
nameserver 10.5.126.21
|
nameserver 10.3.163.33
|
||||||
nameserver 10.5.126.22
|
nameserver 10.3.163.34
|
||||||
options rotate timeout:1
|
options rotate timeout:1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue