Skip to content

Releases: RedHatOfficial/miq-Utilities

v4.0

12 Sep 19:45
Compare
Choose a tag to compare

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

11 Sep 03:03
Compare
Choose a tag to compare

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

08 Sep 00:52
Compare
Choose a tag to compare

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

21 Aug 16:14
Compare
Choose a tag to compare

Purpose

redhat_best_placement_with_scope rather then redhat_best_fit_cluster

Changes

API Breaking Changes

  • Issue #13 - use redhat_best_placement_with_scope rather then redhat_best_fit_cluster by default

v2.0

07 Aug 13:09
Compare
Choose a tag to compare

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 to Service/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 set
  • Infrastructure/VM/Provisioning/Naming/vmname (vmname_with_domain_name) fails if ws_values not set
  • Disable debugging
  • StateMachines/Methods.class/startvm.yaml - change name from StartVm to StartVM

v1.0

19 Jun 14:58
Compare
Choose a tag to compare

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