attach DVD Drive on new VM - #235
Conversation
this patch allows to attach a DVD device when creating a VM. This is helpful when wanting to customize VM using cloud-init. By attaching the cloud-init config ISO as a DVD, we can deliver the configuration to the VM Signed-off-by: lstocchi <lstocchi@redhat.com>
| Finish(). // drive | ||
| //AddSyntheticDvdDrive(1). | ||
| //DefineVirtualDvdDisk(isoFile). | ||
| //Finish(). // disk |
There was a problem hiding this comment.
are you confident this will not break other consumers of libhvee?
There was a problem hiding this comment.
quite sure. It should work as before if there is no dvd device. I tested it with podman. Not sure if there is something else to check
|
/lgtm |
|
The testing farm error does not seem to be related to this PR, some issues with golangci-lint which seem to be preexisting. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baude, lstocchi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
39252f3
into
containers:main
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
this patch allows to attach a DVD device when creating a VM.
This is helpful when wanting to customize VM using cloud-init. By attaching the cloud-init config ISO as a DVD, we can deliver the configuration to the VM