Skip to content

Commit

Permalink
Merge pull request #405 from HewlettPackard/Release6.3.1-13
Browse files Browse the repository at this point in the history
release 6.3.1-13
  • Loading branch information
nabhajit-ray committed Sep 27, 2021
2 parents 5f858b1 + f279d9b commit 8c1abe9
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 8 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,67 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)

# [v6.3.1-13]

### Notes
- This is a re-release of previous version i.e. 6.3.0-13 as the previous version is facing registry issue. The content is same as 6.3.0-13. This release supports API3200 minimally where we can use OneView v6.30 with this SDK.

#### Major Changes
1. Extended support to Server Profile resource on DL Server.
2. Extended support to Server Profile Template resource on DL Server.
3. Extended support to Server Hardware resource for DL Server.
- POST /rest/server-hardware
- PATCH /rest/server-hardware/{id}
- DELETE /rest/server-hardware/{id}
4. logical_interconnect_group: Changed the implementation for providing port_num attribute. Instead of mentioning all ports in a list, we have to provide each logical_port_config block with with a specific port_num inside a uplink_set block. Please refer [example files](https://github.com/HewlettPackard/terraform-provider-oneview/blob/master/examples/logical_interconnect_groups/main.tf) and [docs](https://github.com/HewlettPackard/terraform-provider-oneview/blob/master/docs/r/logical_interconnect_group.html.markdown) for more details.

### Bug fixes & Enhancements:
- [#295](https://github.com/HewlettPackard/terraform-provider-oneview/issues/295) server profile update in-place
- [#312](https://github.com/HewlettPackard/terraform-provider-oneview/issues/312) Unable to apply server_profile_template (Invalid character '.)
- [#360](https://github.com/HewlettPackard/terraform-provider-oneview/issues/360) Server Profile Template / Server Profile : iLO Settings --> Cannot set iLO Hostname
- [#366](https://github.com/HewlettPackard/terraform-provider-oneview/issues/366) Server Profiles - Terraform doesn't wait for deletion to complete
- [#369](https://github.com/HewlettPackard/terraform-provider-oneview/issues/369) Server Profile Template and Server Profile description are not set
- [#370](https://github.com/HewlettPackard/terraform-provider-oneview/issues/370) Create Server Profile from Template
- [#371](https://github.com/HewlettPackard/terraform-provider-oneview/issues/371) LIG - Need to set "desiredFecMode", improvement needed
- [#387](https://github.com/HewlettPackard/terraform-provider-oneview/issues/387) Unable to import server hardware


### Oneview Features supported
- Appliance SNMPv1 Trap Destinations
- Appliance SNMPv3 Trap Destinations
- Appliance SSH Access
- Appliance Time and Locale Configuration
- Connection Template
- Ethernet Network
- Enclosure
- Enclosure Group
- FC Network
- FCOE Network
- Firmware Drivers
- Hypervisor Manager
- Hypervisor Cluster Profile
- Id Pools Ipv4 Range
- Id Pools IPv4 Subnets
- Labels
- Interconnects
- Interconnect Types
- Logical Enclosure
- Logical Interconnects
- Logical Interconnect Groups
- Network Set
- Scope
- Server Certificate
- Server Hardware
- Server Hardware Type
- Server Profile
- Server Profile Template
- Storage Pool
- Storage Volume
- Storage Volume Attachments
- Storage Volume Template
- Storage System
- Uplink Set

# [v6.3.0-13]

### Notes
Expand Down
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -2,10 +2,10 @@

## Build Status

OV Version |6.3.0|6.2.0|6.1.0|6.0.0|6.00|
| ------------- |:-------------:| -------------:| -------------:|--------------:|--------------:|
SDK Version/Tag | [v6.3.0-13](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.3.0-13)|[v6.2.0-13 ](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.2.0-13)|[v6.1.0-13 ](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.1.0-13)|[v6.0.0-13 ](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.0.0-13)|[v6.0.0-12 ](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.0.0-12)| [v1.7.0-12 ](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v1.7.0-12) |
Build Status | [![Build status](https://github.com/HewlettPackard/terraform-provider-oneview/actions/workflows/test.yml/badge.svg)](https://github.com/HewlettPackard/terraform-provider-oneview/actions/runs/1216442369)| [![Build status](https://github.com/HewlettPackard/terraform-provider-oneview/actions/workflows/test.yml/badge.svg)](https://github.com/HewlettPackard/terraform-provider-oneview/actions/runs/1021599071)| [![Build status](https://github.com/HewlettPackard/terraform-provider-oneview/actions/workflows/test.yml/badge.svg)](https://github.com/HewlettPackard/terraform-provider-oneview/actions/runs/707591356)| [![Build status](https://api.travis-ci.com/HewlettPackard/terraform-provider-oneview.svg)](https://travis-ci.org/github/HewlettPackard/terraform-provider-oneview/builds)| [![Build status](https://api.travis-ci.com/HewlettPackard/terraform-provider-oneview.svg)](https://travis-ci.org/github/HewlettPackard/terraform-provider-oneview/builds)|
| OV Version | 6.3.0 | 6.2.0 | 6.1.0 | 6.0.0 | 6.00 |
| --------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| SDK Version/Tag | [v6.3.1-13](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.3.1-13) | [v6.2.0-13 ](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.2.0-13) | [v6.1.0-13 ](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.1.0-13) | [v6.0.0-13 ](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.0.0-13) | [v6.0.0-12 ](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.0.0-12) | [v1.7.0-12 ](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v1.7.0-12) |
| Build Status | [![Build status](https://github.com/HewlettPackard/terraform-provider-oneview/actions/workflows/test.yml/badge.svg)](https://github.com/HewlettPackard/terraform-provider-oneview/actions/runs/1216442369) | [![Build status](https://github.com/HewlettPackard/terraform-provider-oneview/actions/workflows/test.yml/badge.svg)](https://github.com/HewlettPackard/terraform-provider-oneview/actions/runs/1021599071) | [![Build status](https://github.com/HewlettPackard/terraform-provider-oneview/actions/workflows/test.yml/badge.svg)](https://github.com/HewlettPackard/terraform-provider-oneview/actions/runs/707591356) | [![Build status](https://api.travis-ci.com/HewlettPackard/terraform-provider-oneview.svg)](https://travis-ci.org/github/HewlettPackard/terraform-provider-oneview/builds) | [![Build status](https://api.travis-ci.com/HewlettPackard/terraform-provider-oneview.svg)](https://travis-ci.org/github/HewlettPackard/terraform-provider-oneview/builds) |
```
Note: v6.0.0-13 onwards supports Terraform 0.13.xx
```
Expand All @@ -15,7 +15,7 @@ HPE OneView makes it simple to deploy and manage today’s complex hybrid cloud

The HPE OneView Terraform SDK enables developers to easily build integrations and scalable solutions with HPE OneView and HPE Image Streamer.

You can find the latest supported HPE OneView Terraform Provider SDK [here](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.3.0-13)
You can find the latest supported HPE OneView Terraform Provider SDK [here](https://github.com/HewlettPackard/terraform-provider-oneview/releases/tag/v6.3.1-13)

## What's New

Expand All @@ -36,10 +36,10 @@ The light weight containerized version of the HPE OneView SDK for Terraform is a

```bash
# Download and store a local copy of oneview-sdk-for-terraform and use it as a Docker Image.
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:v6.3.0-13-OV6.3
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:v6.3.1-13-OV6.3
# Run docker commands below given, which will in turn create a sh session
# where you can create files, issue commands and execute the examples.
$ docker run -it docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:v6.3.0-13-OV6.3 /bin/sh
$ docker run -it docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:v6.3.1-13-OV6.3 /bin/sh
```

### Local Setup
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
oneview = {
source = "hewlettpackard/oneview"
version = "6.3.0-13"
version = "6.3.1-13"
}
}
}

0 comments on commit 8c1abe9

Please sign in to comment.