aarch64: use virt_install_command_aarch64 command given difference in console/wdog
This commit is contained in:
parent
126588b59e
commit
87a06e08d2
2 changed files with 3 additions and 3 deletions
|
@ -61,11 +61,11 @@ virt_install_command_one_nic: virt-install -n {{ inventory_hostname }}
|
||||||
--network bridge={{ main_bridge }},model=virtio
|
--network bridge={{ main_bridge }},model=virtio
|
||||||
--autostart --noautoconsole --watchdog default
|
--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
|
--memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio
|
||||||
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
|
||||||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
--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 }}
|
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none'
|
||||||
--network bridge={{ main_bridge }},model=virtio
|
--network bridge={{ main_bridge }},model=virtio
|
||||||
|
|
|
@ -12,7 +12,7 @@ nm: 255.255.255.0
|
||||||
gw: 10.5.129.254
|
gw: 10.5.129.254
|
||||||
dns: 10.5.126.21
|
dns: 10.5.126.21
|
||||||
main_bridge: br0
|
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
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# the host_vars/$hostname file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue