Releases: HewlettPackard/oneview-puppet
Releases · HewlettPackard/oneview-puppet
v2.3.0
Version highlights:
- Added full support to OneView Rest API version 500 and 600 for the hardware variants C7000 and Synergy to the already existing features.
- Added support to the Image Streamer REST API version 500 and 600 for OS provisioning through OneView
- Added new common method load_resource, which should improve efficiency when loading resources of different resource types
- Added TESTING.md file to explain the testing strategy in the module.
- 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
v2.2.1
v2.2.0
v2.1.0
Version highlights:
- Added full support to OneView Rest API version 300 for the hardware variants C7000 and Synergy to the already existing features.
- Implemented the Oneview_resource class to act as parent for the other resources, reducing code duplication and complexity.
- Enabled the 'puppet resource <oneview_type>' for most of the providers, allowing the resources to be queried.
- Overall refactor and code cleanup.
For more information on this release, see the CHANGELOG.
v2.0.0
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.