HewlettPackard / ilo-ansible-collection

Ansible Collection and Sample Playbooks for HPE iLO
Apache License 2.0
40 stars 21 forks source link

mount_virtual_media_iso module no longer part of the collection #26

Open GitarPlayer opened 11 months ago

GitarPlayer commented 11 months ago

This module was part of the old ansible role: https://github.com/HewlettPackard/ansible-ilorest-role/blob/master/library/mount_virtual_media_iso.py My use case is mounting an ISO for a one time boot. Now it appears no longer to be the case. The module seems to have been removed.

  1. Was this a strategic decision?
  2. Would you consider readding it?
  3. Do you want me to do a PR?
  4. Or do you propose an alternative way to do it with the hp.ilo collection?
  5. Or would you even recommend just using this: https://docs.ansible.com/ansible/latest/collections/community/general/hpilo_boot_module.html#ansible-collections-community-general-hpilo-boot-module

Thank you very much for your feedback.

rajeevkallur commented 10 months ago

@GitarPlayer , For now you can use the module in old collection only. We will plan to include it in new collection soon.

willifehler commented 2 months ago

Hey @rajeevkallur, is this now implemented?

Cheers - Willi