Skip to content

Commit

Permalink
Merge pull request #282 from HewlettPackard/PR
Browse files Browse the repository at this point in the history
OV8.6 Validation
  • Loading branch information
akshith-gunasheelan authored Oct 24, 2023
2 parents c8afb3e + 3ce2505 commit c72ebf6
Show file tree
Hide file tree
Showing 10 changed files with 583 additions and 450 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/createtagandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
CUSTOM_TAG: "v8.5.1"
CUSTOM_TAG: "v8.6.0"
- name: Display
run: echo ${{ steps.tag_and_prepare_release.outputs.new_tag }}
- uses: actions/checkout@v2
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 }}-OV8.5
run: docker build . --file Dockerfile --tag hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV8.6
- name: Push the tagged Docker image
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV8.5
run: docker push hewlettpackardenterprise/hpe-oneview-sdk-for-python:${{ env.GITHUB_REF }}-OV8.6
3 changes: 1 addition & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
name: Run tox (${{ matrix.python_version }})
strategy:
matrix:
python_version:
- 3.6
python_version: [3.7]
runs-on: ubuntu-20.04

steps:
Expand Down
134 changes: 134 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,70 @@
# 8.6.0
#### Notes
Extends Support Of The Sdk To Oneview Rest Api Version 5800 (Oneview V8.6.0)

##### Features Supported With The Current Release
- Appliance Configuration Timeconfig
- Appliance Health Status
- Appliance Network Interfaces
- Appliance Node Information
- Appliance Proxy Configuration
- Appliance Snmpv1 Trap Destinations
- Appliance Snmpv3 Trap Destinations
- Appliance Snmpv3 Users
- Appliance Ssh Access
- Appliance Time And Locale Configuration
- Certificates Server
- Drive Enclosures
- Connection Templates
- Enclosure Groups
- Enclosures
- Ethernet Networks
- Fc Networks
- Fcoe Networks
- Firmware Bundles
- Firmware Drivers
- Ha Nodes
- Hypervisor Cluster Profiles
- Hypervisor Managers
- Id Pool Ipv4 Range
- Id Pool Ipv4 Subnets
- Id Pools
- Index Resources
- Interconnect Types
- Interconnects
- Labels
- Logical Enclosures
- Logical Interconnect Groups
- Logical Interconnects
- Network Sets
- Rack Managers
- Repositories
- Restores
- San Managers
- San Providers
- Sas Interconnects
- Sas Interconnect Types
- Sas Logical Interconnect Groups
- Sas Logical Interconnects
- Sas Logical Jbods
- Sas Logical Jbod Attachments
- Scopes
- Server Hardware
- Server Hardware Types
- Server Profile Templates
- Server Profiles
- Storage Pools
- Storage Systems
- Storage Templates
- Storage Volume
- Storage Volume Attachments
- Storage Volume Templates
- Tasks
- Uplink Sets
- Users
- Version
- Volumes

# 8.5.1
#### Notes
Extends Support Of The Sdk To Oneview Rest Api Version 5600 (Oneview V8.5.0)
Expand Down Expand Up @@ -132,6 +199,73 @@ Extends Support Of The Sdk To Oneview Rest Api Version 5400 (Oneview V8.4.0)
- Version
- Volumes

# 8.4.0
#### Notes
Extends Support Of The Sdk To Oneview Rest Api Version 5400 (Oneview V8.4.0)

##### Features Supported With The Current Release
- Appliance Configuration Timeconfig
- Appliance Health Status
- Appliance Network Interfaces
- Appliance Node Information
- Appliance Proxy Configuration
- Appliance Snmpv1 Trap Destinations
- Appliance Snmpv3 Trap Destinations
- Appliance Snmpv3 Users
- Appliance Ssh Access
- Appliance Time And Locale Configuration
- Certificates Server
- Drive Enclosures
- Connection Templates
- Enclosure Groups
- Enclosures
- Ethernet Networks
- Fc Networks
- Fcoe Networks
- Firmware Bundles
- Firmware Drivers
- Ha Nodes
- Hypervisor Cluster Profiles
- Hypervisor Managers
- Id Pool Ipv4 Range
- Id Pool Ipv4 Subnets
- Id Pools
- Index Resources
- Interconnect Types
- Interconnects
- Labels
- Logical Enclosures
- Logical Interconnect Groups
- Logical Interconnects
- Network Sets
- Rack Managers
- Repositories
- Restores
- San Managers
- San Providers
- Sas Interconnects
- Sas Interconnect Types
- Sas Logical Interconnect Groups
- Sas Logical Interconnects
- Sas Logical Jbods
- Sas Logical Jbod Attachments
- Scopes
- Server Hardware
- Server Hardware Types
- Server Profile Templates
- Server Profiles
- Storage Pools
- Storage Systems
- Storage Templates
- Storage Volume
- Storage Volume Attachments
- Storage Volume Templates
- Tasks
- Uplink Sets
- Users
- Version
- Volumes

# 8.3.0
#### Notes
Extends Support Of The Sdk To Oneview Rest Api Version 5200 (Oneview V8.3.0)
Expand Down
Loading

0 comments on commit c72ebf6

Please sign in to comment.