Files
fedora-infra_ansible/inventory/group_vars/buildvm_s390x_zvm
Kevin Fenzi 0a695f6323 buildvm-s390x-zvm: disable linux-system-roles/networking for now
It seems it doesn't set the options needed by zvm systems to find their
network card. So, lets disable this for now and consult with upstream.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-04-04 09:56:27 -07:00

27 lines
625 B
Plaintext

---
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