Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #421 Use vmware_guest_disk module to add IDE boot disk #492

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

keirazhang
Copy link
Contributor

community.vmware.vmware_guest doesn't support to create VM with IDE disk. To create a VM with IDE boot disk by using ansible modules, we need to create a VM with other disk controller firstly, then remove the disk and controller and add a new IDE disk by using community.vmware.vmware_guest_disk.

+------------------------------------------------------------------------------+
| GuestInfo Detailed Data   | architecture='X86'                               |
|                           | bitness='64'                                     |
|                           | distroName='Red Hat Enterprise Linux'            |
|                           | distroVersion='9.2'                              |
|                           | familyName='Linux'                               |
|                           | kernelVersion='5.14.0-284.11.1.el9_2.x86_64'     |
|                           | prettyName='Red Hat Enterprise Linux 9.2 (Plow)' |
+------------------------------------------------------------------------------+

Test Results (Total: 1, Passed: 1, Elapsed Time: 00:30:44)
+-----------------------------------------------------+
| ID | Name                      | Status | Exec Time |
+-----------------------------------------------------+
|  1 | deploy_vm_efi_ide_vmxnet3 | Passed | 00:30:28  |
+-----------------------------------------------------+

Signed-off-by: Qi Zhang <qiz@vmware.com>
@keirazhang keirazhang added this to the v3.0 milestone Aug 17, 2023
Copy link
Collaborator

@ZouYuhua ZouYuhua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. thanks

@keirazhang keirazhang merged commit f1e8d9b into vmware:main Aug 22, 2023
@keirazhang keirazhang deleted the fix_ide_boot branch August 22, 2023 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants