buildvm_s390x: fix the virt-install instead
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4b2e091ebc
commit
d745d47575
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ virt_install_command_s390x_one_nic_unsafe: virt-install -n {{ inventory_hostname
|
|||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
||||
'net.ifnames=0 inst.ksdevice=eth0 inst.ks={{ ks_url }}
|
||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
||||
ip={{ eth0_ipv4 }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||
--autostart --noautoconsole --rng /dev/random --cpu host
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue