ManageIQ / manageiq-automation_engine

Automation engine for ManageIQ
Apache License 2.0
11 stars 74 forks source link

Expose VMware VM rename operation to automate #490

Closed agrare closed 2 years ago

agrare commented 2 years ago

Ref: https://talk.manageiq.org/t/renaming-a-vm-through-automate/5606/3

miq-bot commented 2 years ago

Checked commit https://github.com/agrare/manageiq-automation_engine/commit/e2a3dfef90b0b3fc59aec8e31b91ddf0023beb96 with ruby 2.6.3, rubocop 1.13.0, haml-lint 0.35.0, and yamllint 1 file checked, 0 offenses detected Everything looks fine. :trophy:

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 6276


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/miq_automation_engine/service_models/miq_ae_service_manageiq-providers-vmware-infra_manager-vm.rb 1 2 50.0%
<!-- Total: 1 2 50.0% -->
Totals Coverage Status
Change from base Build 6251: -0.01%
Covered Lines: 5018
Relevant Lines: 5849

💛 - Coveralls
agrare commented 2 years ago

NOTE I would have put this in the base VmOrTemplate service model but this is currently only implemented by VMware and automate doesn't have a good "check supports?(feature)" pattern (which we really should address)