From 37795d47f2d8bb8fe424815b59e6e2c0fbd386ad Mon Sep 17 00:00:00 2001 From: Sijeesh Date: Mon, 3 Feb 2020 18:55:55 +0530 Subject: [PATCH] Updated documentation for release 5.4.0 --- CHANGELOG.md | 2 +- README.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b9f4540c..ff748764f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Ansible Modules for HPE OneView Change Log -## v5.4.0 (Unreleased) +## v5.4.0 This release extends the planned support of the modules to OneView REST API version 800 (OneView v4.1), 1000 (OneView v4.2) and 1200 (OneView v5.0). #### Major changes diff --git a/README.md b/README.md index 5aeecd4ba..f368105dc 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ This option allows the parameters `hostname`, `username`, `password`, `api_versi hostname: 172.16.101.48 username: administrator password: my_password - api_version: 800 + api_version: 1200 state: present data: name: "{{ network_name }}" @@ -193,12 +193,12 @@ The current `default` HPE OneView version used by the modules is `3.00`, API `30 To use a different API, you must set the API version together with your credentials, either using the JSON configuration: ```json -"api_version": 800 +"api_version": 1200 ``` OR using the Environment variable: ```bash -export ONEVIEWSDK_API_VERSION='800' +export ONEVIEWSDK_API_VERSION='1200' ``` If this property is not specified, it will fall back to the ```300``` default value. @@ -210,6 +210,8 @@ The API list is as follows: - HPE OneView 3.10 API version: `500` - HPE OneView 4.0 API version: `600` - HPE OneView 4.10 API version: `800` +- HPE OneView 4.20 API version: `1000` +- HPE OneView 5.00 API version: `1200` ### 6. HPE Synergy Image Streamer