-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from Rainforest/add_changelog
Added changelog
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# v1.0.0 | ||
### Notes | ||
This is the first release of the OneView SDK in Ruby and it adds full support to some core features listed bellow, with some execptions that are explicit. | ||
This version of this SDK supports OneView appliances version 2.00.00 or higher, using the OneView Rest API version 200. | ||
For now it only supports C7000 enclosure types. | ||
|
||
|
||
### Features supported | ||
- Ethernet Network | ||
- FC Network | ||
- FCoE Network | ||
- Interconnect | ||
- Logical Interconnect | ||
- Logical Interconnect Group | ||
- Uplink Set | ||
- Enclosure | ||
- Logical Enclosure | ||
- Enclosure Group | ||
- Firmware Bundle | ||
- Firmware Driver | ||
- Storage System | ||
- Storage Pool | ||
- Volume | ||
- Volume Template | ||
- Server Profile (CRUD supported) | ||
- Server Profile Template (CRUD supported) | ||
- Server Hardware (CRUD Supported) | ||
|
||
### Know Issues | ||
The integration tests may warn about 3 issues: | ||
|
||
1. OneviewSDK::LogicalInterconnect Firmware Updates perform the actions Stage | ||
> The SDK cannot provide Firmware files for your OneView appliance. Please set a valid SPP in your appliance prior to running this test. | ||
2. OneviewSDK::VolumeTemplate#retrieve! retrieves the resource | ||
> OneView 2.00.00 appliances may return the old type of Volume Template resource. Run it against a newer version of OneView and it should not happen. | ||
3. OneviewSDK::VolumeTemplate#update update volume name | ||
> OneView 2.00.00 appliances may return the old type of Volume Template resource. Run it against a newer version of OneView and it should not happen. |