miq-Utilities
miq-Utilities copied to clipboard
ManageIQ Automate Domain of shared utilities to be used by other ManageIQ domains developed by Red Hat Consulting.
provision_new_vms_to_service: NoMethodError: undefined method `miq_request_tasks' for nil:NilClass
I have added a button pointing at "/ Service / Operations / Methods / provision_new_vms_to_service". When I use the button on a Service, I receive the following error message in...
When the get_networks (/ RedHatConsulting_Utilities / Service / Provisioning / DynamicDialogs / get_networks) method is used to display available networks for a new provision request for RHV/OVIRT, it uses the...
Currently, time taken running Ansible Playbooks during provisioning is not recorded. We should provide a mechanism to measure time spent running each playbook.
Currently, the name of the instance is used when looking for suitable networks in the network dialog code. This is not ideal, because the name of the instance is used...
Its possible using disk number to resize the incorrect disk if multiple remove and add operations are completed on a virtual machine. Using "UnitNumber" instead stops this mix up from...
An error occurs when attempting to retire vms. The error occur in https://github.com/RedHatOfficial/miq-Utilities/blob/master/Automate/RedHatConsulting_Utilities/Infrastructure/Network/Operations/Methods.class/__methods__/release_ip_address.rb Line 98 logs the vmdb_object_type to be vm_retire_task. The case statement in line 99 does not have...
When VM naming number padding 1, the first 9 machines are created correctly (vmname1-vmname9), however machine “10” is named “vmname01” instead of “vmname10”. Name must be machine1, machine2, machine3 ......
The vm placement code In the / RedHatConsulting_Utilities / Infrastructure / VM / Provisioning / Placement / redhat_best_placement_with_scope method does not check if the selected RHV VM Network Profile is...
In the / RedHat / Infrastructure / VM / Provisioning / Placement / redhat_best_placement_with_scope code a spesific RHV Host is selected. This ends up with this RHV Host being added...
miq-Utilities/Automate/RedHatConsulting_Utilities/Infrastructure/VM/Provisioning/StateMachines/Methods.class/__methods__/resize_disk.rb For situations where new_size < orig_size vmware will fail the request, as it doesn't support shrink operations. Target disk size should be measured against request size and any requests...