Skip to content

Releases: HewlettPackard/oneview-puppet

v2.3.0

26 Jun 10:34
5e81fa9
Compare
Choose a tag to compare

Version highlights:

  1. Added full support to OneView Rest API version 500 and 600 for the hardware variants C7000 and Synergy to the already existing features.
  2. Added support to the Image Streamer REST API version 500 and 600 for OS provisioning through OneView
  3. Added new common method load_resource, which should improve efficiency when loading resources of different resource types
  4. Added TESTING.md file to explain the testing strategy in the module.
  5. Solved security issues regarding Rubocop by updating the gem dependency to use the latest version currently available (0.51.0).

For more information on this release, see the CHANGELOG.

v2.2.2

07 Jul 15:02
Compare
Choose a tag to compare

Version highlights:

  1. Provider names are now case insensitive
  2. Added the 'oneview' Puppet feature to require the 'oneview-sdk'

For more information on this release, see the CHANGELOG.

v2.2.1

22 May 19:20
Compare
Choose a tag to compare

Version highlights:

  1. Major refactor on internal methods. Improved idempotency, logging project-wide and reduced lines of code count.
  2. Raised 'oneview-sdk' version used to ~> 4.4.
  3. Several bugfixes and improvements.

For more information on this release, see the CHANGELOG.

v2.2.0

28 Mar 18:03
Compare
Choose a tag to compare

Version highlights:

  1. Added support to the Image Streamer REST API version 300 for OS provisioning through OneView.

For more information on this release, see the CHANGELOG.

v2.1.0

03 Feb 18:27
Compare
Choose a tag to compare

Version highlights:

  1. Added full support to OneView Rest API version 300 for the hardware variants C7000 and Synergy to the already existing features.
  2. Implemented the Oneview_resource class to act as parent for the other resources, reducing code duplication and complexity.
  3. Enabled the 'puppet resource <oneview_type>' for most of the providers, allowing the resources to be queried.
  4. Overall refactor and code cleanup.

For more information on this release, see the CHANGELOG.

v2.0.0

05 Jan 11:57
Compare
Choose a tag to compare

This is the Second major version of the Puppet module for the HPE OneView. It sets the foundation for the extended support for the OneView API version 300, and adds support for Synergy hardware.

Major changes

  • Added full support to OneView Rest API version 300 for the hardware variants C7000 and Synergy to the already existing features:
    • Ethernet network
    • FC network
    • FCOE network
    • Network set
  • Support to Synergy hardware has been added. The 'hardware_variant' option is specified in the client and the providers in this module handle the correct execution.
    • Updated the requirements for the module for using the oneview-sdk gem with versions greated than 3.0.0.

For more information on this release, see the CHANGELOG.

v1.0.0

06 Oct 12:54
Compare
Choose a tag to compare

Initial Release

  • Created all resources types and providers for the OneView API 200
  • Created smoke, unit, and integration tests for all resources