in Automate, vm.hardware.disks fails as this link is not made in manageiq-automation_engine/lib/miq_automation_engine/service_models/miq_ae_service_hardware.rb It should be.
Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set the severity to Low.
Along with disks we should also expose partitions and volumes. Model definition: https://github.com/ManageIQ/manageiq/blob/master/app/models/hardware.rb#L11-L17
https://github.com/ManageIQ/manageiq-automation_engine/pull/91
New commit detected on ManageIQ/manageiq-automation_engine/master: https://github.com/ManageIQ/manageiq-automation_engine/commit/b2b9b29aaa6c420957dc7307db36e5d6c309bb85 commit b2b9b29aaa6c420957dc7307db36e5d6c309bb85 Author: william fitzgerald <wfitzger> AuthorDate: Mon Oct 16 17:32:54 2017 -0400 Commit: william fitzgerald <wfitzger> CommitDate: Mon Oct 16 17:32:54 2017 -0400 RFE - Expose disks and volumes in the ServiceModel through Hardware. Partitions were already exposed. https://bugzilla.redhat.com/show_bug.cgi?id=1498863 lib/miq_automation_engine/service_models/miq_ae_service_hardware.rb | 2 ++ 1 file changed, 2 insertions(+)
Verified in 5.9.0.21 I can do: $evm.vmdb(:Vm).first.hardware.volumes $evm.vmdb(:Vm).first.hardware.disks and it works.