Skip to content

Commit b5f5352

Browse files
authored
Merge pull request #196 from HewlettPackard/OV6.6_validation
Validate OV6.60
2 parents bc77779 + 8be8edf commit b5f5352

File tree

7 files changed

+467
-414
lines changed

7 files changed

+467
-414
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Login to Docker Hub
3636
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
3737
- name: Build the tagged Docker image
38-
run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.5
38+
run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.6
3939
- name: Push the tagged Docker image
40-
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.5
40+
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.6

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
# 6.6.0
2+
#### Notes
3+
Extends support of the SDK to OneView REST API version 3800 (OneView v6.60)
4+
5+
##### Features supported with the current release
6+
- Appliance Configuration Timeconfig
7+
- Appliance Health Status
8+
- Appliance Network Interfaces
9+
- Appliance Node Information
10+
- Appliance Proxy Configuration
11+
- Appliance SNMPv1 Trap Destinations
12+
- Appliance SNMPv3 Trap Destinations
13+
- Appliance SNMPv3 Users
14+
- Appliance SSH Access
15+
- Appliance Time and Locale Configuration
16+
- Connection Templates
17+
- Enclosures
18+
- Enclosure Groups
19+
- Ethernet network
20+
- FC network
21+
- FCOE network
22+
- Firmware Bundles
23+
- Firmware Drivers
24+
- HA Nodes
25+
- Hypervisor Cluster Profiles
26+
- Hypervisor Managers
27+
- ID Pools
28+
- ID Pool IPv4 Range
29+
- ID Pool IPv4 Subnets
30+
- Index Resources
31+
- Interconnects
32+
- Interconnect Types
33+
- Labels
34+
- Logical Enclosures
35+
- Logical Interconnects
36+
- Logical Interconnect Group
37+
- Network set
38+
- Repositories
39+
- Restores
40+
- Scopes
41+
- Server Hardware
42+
- Server Hardware Types
43+
- Server Profiles
44+
- Server Profile Templates
45+
- Storage Pools
46+
- Storage Systems
47+
- Storage Templates
48+
- Storage Volume Attachments
49+
- Storage Volume
50+
- Tasks
51+
- Uplink set
52+
- Users
53+
- Version
154
# 6.5.0
255
#### Notes
356
Extends support of the SDK to OneView REST API version 3600 (OneView v6.50)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Build Status
44

5-
OV Version | 6.50| 6.40 | 6.30 | 6.20 | 6.10 | 6.00 | 5.60 |
6-
| ------------- | ------------- |:-------------:| :-------------:| :-------------:| :-------------:| :-------------:| :-------------:|
7-
SDK Version/Tag |[v6.5.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.5.0) |[v6.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.4.0) |[v6.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.3.0) |[v6.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.2.0) | [v6.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.1.0) | [v6.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.0.0) | [v5.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v5.6.0) |
8-
Build Status | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373)|
5+
OV Version | 6.60| 6.50| 6.40 | 6.30 | 6.20 | 6.10 | 6.00 | 5.60 |
6+
| ------------- | ------------- | ------------- |:-------------:| :-------------:| :-------------:| :-------------:| :-------------:| :-------------:|
7+
SDK Version/Tag |[v6.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.6.0)|[v6.5.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.5.0) |[v6.4.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.4.0) |[v6.3.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.3.0) |[v6.2.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.2.0) | [v6.1.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.1.0) | [v6.0.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v6.0.0) | [v5.6.0](https://github.com/HewlettPackard/oneview-python/releases/tag/v5.6.0) |
8+
Build Status | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1967921808) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/1658469670) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/4236699714) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/runs/3524286157) | [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/986745563)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/726148134)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://github.com/HewlettPackard/oneview-python/actions/runs/623585124)| [![Build status](https://github.com/HewlettPackard/oneview-python/actions/workflows/run_tests.yml/badge.svg)](https://travis-ci.com/github/HewlettPackard/oneview-python/builds/214352373)|
99

1010

1111
## Introduction
@@ -23,7 +23,7 @@ Latest version of the OneView Python [SDK Documentation](https://hewlettpackard.
2323

2424
## What's New
2525

26-
HPE OneView Python library extends support of the SDK to OneView REST API version 3600 (OneView v6.50)
26+
HPE OneView Python library extends support of the SDK to OneView REST API version 3800 (OneView v6.60)
2727

2828
Please refer to [notes](https://github.com/HewlettPackard/oneview-python/blob/master/CHANGELOG.md) for more information on the changes , features supported and issues fixed in this version
2929

@@ -90,12 +90,12 @@ HPE OneView SDK for Python can be installed from Source,Pypi and Docker containe
9090

9191
Download and store a local copy of hpe-oneview-sdk-for-python and use it as a Docker image. <br />
9292
```bash
93-
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.5.0-OV6.5
93+
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.6.0-OV6.6
9494
```
9595

9696
Run docker commands and this will in turn create sh session where you can create files, issue commands and execute the tests <br />
9797
```bash
98-
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.5.0-OV6.5 /bin/sh
98+
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.6.0-OV6.6 /bin/sh
9999
```
100100

101101
## Configuration

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
# built documents.
7272
#
7373
# The short X.Y version.
74-
version = u'6.5.0'
74+
version = u'6.6.0'
7575
# The full version, including alpha/beta/rc tags.
76-
release = u'6.5.0'
76+
release = u'6.6.0'
7777

7878
# The language for content autogenerated by Sphinx. Refer to documentation
7979
# for a list of supported languages.

0 commit comments

Comments
 (0)