builders: ARMv7 tweak virt_boot cmdline

This commit is contained in:
Peter Robinson
2017-04-13 20:02:19 +00:00
parent 9aa70810b2
commit ba1727b7dc

View File

@@ -39,8 +39,8 @@
when: inventory_hostname.startswith('buildvm-armv7')
- name: ARMv7 update the virt parameters
virt_boot: domain={{ inventory_hostname }} kernel="/var/lib/libvirt/images/vmlinuz-4.10.8-200.fc25.armv7hl+lpae" initrd="/var/lib/libvirt/images/initramfs-4.10.8-200.fc25.armv7hl+lpae.img" cmdline={{ host_cmdline }}
delegate_to: "{{ vmhost}}"
virt_boot: domain={{ inventory_hostname }} kernel="/var/lib/libvirt/images/vmlinuz-4.10.8-200.fc25.armv7hl+lpae" initrd="/var/lib/libvirt/images/initramfs-4.10.8-200.fc25.armv7hl+lpae.img" cmdline={{ host_cmdline.stdout }}
delegate_to: "{{ vmhost }}"
when: inventory_hostname.startswith('buildvm-armv7')
- name: start the vm up