Open Akasurde opened 4 years ago
Hi @Akasurde, for issue 3: "3. user is forced to know the controller_number and unit_number which shouldn't be the case"
is introduced with adding CDROM attaching to SATA controller support, the same as disks without these new parameters then don't know attach to which IDE/SATA controller.
cc @goneri @lparkes @nerzhul @pdellaert @pgbidkar @warthog9 click here for bot help
From @oatakan on Nov 01, 2019 21:25
SUMMARY
There are a couple of issues with the new multiple CD-ROM implementation:
Please see this PR that does not have these limitations: https://github.com/ansible/ansible/pull/58951
ISSUE TYPE
COMPONENT NAME
vmware_guest
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
Here is the recommended multiple cdrom approach as it is implemented by https://github.com/ansible/ansible/pull/58951:
instead of (the current new implementation in 2.9):
EXPECTED RESULTS
ACTUAL RESULTS
Copied from original issue: ansible/ansible#64303