Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[run]
relative_files = True


[report]
exclude_lines =
^\s*def [a-z0-9_]*\(self\):
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Login to Docker Hub
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
- name: Build the tagged Docker image
run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.0
run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.1
- name: Push the tagged Docker image
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.0
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV6.1
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,5 @@ docs/source/*
!docs/source/index.rst
.vscode


#certificate files
*.crt
59 changes: 56 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,59 @@
# 6.1.0
#### Major Changes
Added support to Label resource
# 6.1.0 (unreleased)
#### Notes
Extends support of the SDK to OneView REST API version 2800 (OneView v6.10) and ImageStreamer REST API version 2020 (I3S v6.10).

#### Features supported

- Appliance Configuration Timeconfig
- Appliance SNMPv1 Trap Destinations
- Appliance SNMPv3 Trap Destinations
- Appliance SNMPv3 Users
- Appliance SSH Access
- Appliance Time and Locale Configuration
- Artifact Bundles
- Certificates Server
- Connection Templates
- Deployment Plans
- Deployment Groups
- Enclosures
- Enclosure Groups
- Ethernet network
- FC network
- FCOE network
- Firmware Drivers
- Golden Images
- Hypervisor Cluster Profiles
- Hypervisor Managers
- ID Pools
- ID Pool IPv4 Range
- ID Pool IPv4 Subnets
- Interconnects
- Interconnect Types
- Lables
- Logical Enclosures
- Logical Interconnects
- Logical Interconnect Group
- Network set
- OS Build Plans
- OS Deployment Plans
- OS Volumes
- Restores
- Scopes
- Server Hardware
- Server Hardware Types
- Server Profiles
- Server Profile Templates
- Storage Pools
- Storage Systems
- Storage Templates
- Storage Volume Attachments
- Storage Volume
- Tasks
- Uplink set

#### Bug fixes & Enhancements
- [#139] (https://github.com/HewlettPackard/oneview-python/issues/139) Hardware needs attachment to existing SCOPE and PROFILE
- [#140] (https://github.com/HewlettPackard/oneview-python/issues/140) Detach a profile from the hardware resource

# 6.0.0
#### Notes
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ When a pull request fails review, the author is expected to update the pull requ

At least one review from a maintainer is required for all patches.


### Developer's Certificate of Origin

All contributions must include acceptance of the DCO:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ RUN DEBIAN_FRONTEND=noninteractive \
apt-get clean -y && \
rm -rf /var/cache/apt/archives/* /var/cache/apt/lists/* /tmp/* /root/cache/.

CMD ["/bin/bash"]
CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Latest version of the OneView Python [SDK Documentation](https://hewlettpackard.

## What's New

HPE OneView Python library extends support of the SDK to OneView REST API version 2600 (OneView v6.00)
HPE OneView Python library extends support of the SDK to OneView REST API version 2800 (OneView v6.10)

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

Expand Down Expand Up @@ -74,10 +74,10 @@ HPE OneView SDK for Python can be installed from Source,Pypi and Docker containe
The Docker Store image tag consist of two sections: <sdk_version-OV_version>

Download and store a local copy of hpe-oneview-sdk-for-python and use it as a Docker image. <br />
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.0.0-OV6.0
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.1.0-OV6.1

Run docker commands and this will in turn create sh session where you can create files, issue commands and execute the tests <br />
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.0.0-OV6.0 /bin/sh
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v6.1.0-OV6.1 /bin/sh

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion Update-UserScript.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
###############################################################################
##############################################################################
# (C) Copyright [2021] Hewlett Packard Enterprise Development LP
#
# File Name: Update-UserScript.py
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../..'))

# -- General configuration -----------------------------------------------
# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
#needs_sphinx = '1.0'
Expand Down
Loading