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>
This commit is contained in:
parent
22b1bf6618
commit
0a695f6323
1 changed files with 17 additions and 17 deletions
|
@ -6,21 +6,21 @@ dns_search2: "fedoraproject.org"
|
||||||
enc900_ipv4_gw: 10.16.0.254
|
enc900_ipv4_gw: 10.16.0.254
|
||||||
enc900_ipv4_nm: 24
|
enc900_ipv4_nm: 24
|
||||||
has_ipv4: yes
|
has_ipv4: yes
|
||||||
network_connections:
|
#network_connections:
|
||||||
- autoconnect: yes
|
# - autoconnect: yes
|
||||||
ip:
|
# ip:
|
||||||
address:
|
# address:
|
||||||
- "{{ enc900_ipv4_ip }}/{{ enc900_ipv4_nm }}"
|
# - "{{ enc900_ipv4_ip }}/{{ enc900_ipv4_nm }}"
|
||||||
dhcp4: no
|
# dhcp4: no
|
||||||
dns:
|
# dns:
|
||||||
- "{{ dns1 }}"
|
# - "{{ dns1 }}"
|
||||||
- "{{ dns2 }}"
|
# - "{{ dns2 }}"
|
||||||
dns_search:
|
# dns_search:
|
||||||
- "{{ dns_search1 }}"
|
# - "{{ dns_search1 }}"
|
||||||
- "{{ dns_search2 }}"
|
# - "{{ dns_search2 }}"
|
||||||
gateway4: "{{ enc900_ipv4_gw }}"
|
# gateway4: "{{ enc900_ipv4_gw }}"
|
||||||
mac: "{{ ansible_default_ipv4.macaddress }}"
|
# mac: "{{ ansible_default_ipv4.macaddress }}"
|
||||||
name: enc900
|
# name: enc900
|
||||||
state: up
|
# state: up
|
||||||
type: ethernet
|
# type: ethernet
|
||||||
varnish_group: s390kojipkgs
|
varnish_group: s390kojipkgs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue