Jump to: navigation, search

Difference between revisions of "VirtDriverImageProperties"

(Created page with "= Virt Driver Image Properties = The virtualization drivers make use of metadata properties set against the glance or cinder image to customize aspects of the guest instance ...")
 
(Libvirt)
Line 7: Line 7:
 
=== Libvirt ===
 
=== Libvirt ===
  
* architecture - name of guest hardware architecture eg i686, x86_64, ppc64
+
* '''architecture''' - name of guest hardware architecture eg i686, x86_64, ppc64
* hw_cdrom_bus - name of the CDROM bus to use eg virtio, scsi, ide
+
* '''hw_cdrom_bus''' - name of the CDROM bus to use eg virtio, scsi, ide
* hw_disk_bus - name of the hard disk bus to use eg virtio, scsi, ide
+
* '''hw_disk_bus''' - name of the hard disk bus to use eg virtio, scsi, ide
* hw_floppy_bus - name of the floppy disk bus to use eg fd, scsi, ide
+
* '''hw_floppy_bus''' - name of the floppy disk bus to use eg fd, scsi, ide
* hw_qemu_guest_agent - boolean 'yes' or 'no' to enable QEMU guest agent  
+
* '''hw_qemu_guest_agent''' - boolean 'yes' or 'no' to enable QEMU guest agent  
* hw_video_model - name of the video adapter model to use, eg cirrus, vga, xen, qxl
+
* '''hw_video_model''' - name of the video adapter model to use, eg cirrus, vga, xen, qxl
* hw_vif_model - name of a NIC device model eg virtio, e1000, rtl8139
+
* '''hw_vif_model''' - name of a NIC device model eg virtio, e1000, rtl8139
* os_command_line - string of boot time command line arguments for the guest kernel
+
* '''os_command_line''' - string of boot time command line arguments for the guest kernel
  
 
=== VMWare ===
 
=== VMWare ===

Revision as of 15:04, 6 February 2014

Virt Driver Image Properties

The virtualization drivers make use of metadata properties set against the glance or cinder image to customize aspects of the guest instance setup.

Current usage as of Feb 6, 2014

Libvirt

  • architecture - name of guest hardware architecture eg i686, x86_64, ppc64
  • hw_cdrom_bus - name of the CDROM bus to use eg virtio, scsi, ide
  • hw_disk_bus - name of the hard disk bus to use eg virtio, scsi, ide
  • hw_floppy_bus - name of the floppy disk bus to use eg fd, scsi, ide
  • hw_qemu_guest_agent - boolean 'yes' or 'no' to enable QEMU guest agent
  • hw_video_model - name of the video adapter model to use, eg cirrus, vga, xen, qxl
  • hw_vif_model - name of a NIC device model eg virtio, e1000, rtl8139
  • os_command_line - string of boot time command line arguments for the guest kernel

VMWare

XenAPI

Bare Metal

Docker

Hyper-V

Standarized property set