aarch64: use virt_install_command_aarch64 command given difference in console/wdog

This commit is contained in:
Peter Robinson 2016-09-04 13:21:22 +00:00
parent 126588b59e
commit 87a06e08d2
2 changed files with 3 additions and 3 deletions

View file

@ -61,11 +61,11 @@ virt_install_command_one_nic: virt-install -n {{ inventory_hostname }}
--network bridge={{ main_bridge }},model=virtio
--autostart --noautoconsole --watchdog default
virt_install_command_nowdog: virt-install -n {{ inventory_hostname }}
virt_install_command_aarch64: virt-install -n {{ inventory_hostname }}
--memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyAMA0
hostname={{ inventory_hostname }} nameserver={{ dns }}
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
--network bridge={{ main_bridge }},model=virtio

View file

@ -12,7 +12,7 @@ nm: 255.255.255.0
gw: 10.5.129.254
dns: 10.5.126.21
main_bridge: br0
virt_install_command: "{{ virt_install_command_nowdog }}"
virt_install_command: "{{ virt_install_command_aarch64 }}"
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file