Releases: RedHatOfficial/miq-Utilities
Releases · RedHatOfficial/miq-Utilities
v4.0
Purpose
email features and disk utilities.
Changes
See Milestone v4.0.
Enhancements
- servicetemplateprovisionrequest_approved.rb - override default with a cleaner eamil
- miqprovision_complete.rb - override default with a cleaner eamil
- Add utility method for waiting for VM ip addresses
- resize_disk.rb - don't error if no disk_size specified, instead just log warning
v3.2
Purpose
Add utilities for modifying and adding disks.
Changes
See Milestone v3.2.
Enhancements
- add ability to add additional disks to a VM
- add ability to resize disk of a VM
v3.1
Purpose
Bug fixes.
Changes
See Milestone v3.1.
Bug Fixes
- Update set_vm_names.rb to prevent nil value for suffix length
- set_vm_names.rb - need to look at queued requests as well
- vmware_drs_cluster_best_fit_with_scope.rb - Error with logging statment
Enhancements
- Increase performance of DynamicDialog methods by exiting early if no vmdb_object_type is set
v3.0
v2.0
Purpose
This release is focused on the ability to provision new VMs to an existing service.
Changes
API Breaking Changes
Service/Provisioning/StateMachines/Methods.class/__methods__/set_vm_names.yaml
moved toService/Provisioning/Naming.class/__methods__/set_vm_names.yaml
Enhancements
- Add ability to provision new VM(s) to an existing service enhancement
- When provisioning new VM(s) to a service each VM should be it's own request enhancement
- Override
Infrastructure/VM/Provisioning/Naming.class/__methods__/vmname.rb
to allow for domain_name and variable suffix counter length
Bug Fixes
add_vm_to_service
fails if ws_values not setInfrastructure/VM/Provisioning/Naming/vmname
(vmname_with_domain_name
) fails if ws_values not set- Disable debugging
StateMachines/Methods.class/startvm.yaml
- change name fromStartVm
toStartVM
v1.0
Purpose
Initial release.
Changes
- README
- VM
- set custom attributes
- set tags
- start
- VMWare DRS cluster best fit with scope placement
- VMWare customized folder placement
- Service
- Thread safe (multiple simultaneous provisions) set VM names method with user provided prefix
- Provision complete email with hostname ands IPs
- Logging helpers