Skip to content

Commit

Permalink
Merge pull request #662 from HewlettPackard/Release_6-0-0
Browse files Browse the repository at this point in the history
release PR 6.0.0
  • Loading branch information
VenkateshRavula authored Mar 8, 2021
2 parents 213a726 + 716388b commit f2b7b54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Ansible Modules for HPE OneView Change Log

## v6.0.0(unreleased)
## v6.0.0
This release extends the planned support of the modules to OneView REST API version 2600 (OneView v6.0) and ImageStreamer REST API version 2010 (I3S v6.0).

#### Major changes
In this release, we have added support for most of the OneView settings resources.

#### Bug fixes & Enhancements
- [#633] (https://github.com/HewlettPackard/oneview-ansible/issues/633) Internal network in LogicalInterconnectGroup
- [#639] (https://github.com/HewlettPackard/oneview-ansible/issues/639) oneview ansible firmware driver delete module not working
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ To use a different API, you must set the API version together with your credenti

OR using the Environment variable:
```bash
export ONEVIEWSDK_API_VERSION='2400'
export ONEVIEWSDK_API_VERSION='2600'
```

If this property is not specified, it will fall back to the default value.
Expand Down
4 changes: 2 additions & 2 deletions examples/oneview_config-rename.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"password": "<password>"
},
"image_streamer_ip": "<i3s_ip>",
"api_version": 2400,
"api_version": 2600,
"storage_domain": "TestDomain",
"storage_system_name" : "ThreePAR-1",
"storage_system_ip" : "<storage_system_ip>",
"storage_system_username" : "<storage_system_username>",
"storage_system_password" : "<storage_system_password>",
"storage_pool_name": "cpg-growth-limit-1TiB",
"server_profile_name": "TestProfile",
"server_profile_name": "sp1",
"storage_volume_name": "Volume with Storage Pool",
"snapshot_name": "Testing facts_20160823201021",
"server_hardware_hostname": "<server-hardware-hostname>",
Expand Down

0 comments on commit f2b7b54

Please sign in to comment.