Skip to content

Commit

Permalink
Merge pull request #462 from HewlettPackard/releasePR
Browse files Browse the repository at this point in the history
Release changes for api1800
  • Loading branch information
yuvirani authored Jul 27, 2020
2 parents 0bff4b3 + 689e44f commit 9eaafba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.5.0(unreleased)
## 3.5.0
### Notes
- This release extends support of the SDK to OneView REST API version 1800 (OneView v5.30).

Expand All @@ -9,9 +9,9 @@
- oneview_ethernet_network
- oneview_fc_network
- oneview_fcoe_network
- oneview_interconnect
- oneview_hypervisor_cluster_profile
- oneview_hypervisor_manager
- oneview_interconnect
- oneview_logical_enclosure
- oneview_logical_interconnect
- oneview_logical_interconnect_group
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ oneview_ethernet_network 'Eth1' do
path <path> # String. Used in patch option only. e.g., '/name'
value <val> # String, Array. Used in patch option only. e.g., 'New Name'
scopes <scope_names> # Array - Optional. Array of scope names. Used in add_to_scopes, remove_from_scopes or replace_scopes options only. e.g., ['Scope1', 'Scope2']
action [:create, :create_if_missing, :delete, :reset_connection_template, :patch, :add_to_scopes, :remove_from_scopes, :replace_scopes]
action [:create, :create_if_missing, :delete, :delete_bulk, :reset_connection_template, :patch, :add_to_scopes, :remove_from_scopes, :replace_scopes]
end
```

Expand Down Expand Up @@ -172,7 +172,7 @@ oneview_fc_network 'Fc1' do
path <path> # String. Used in patch option only. e.g., '/scopeUris/-'
value <val> # String. Used in patch option only. e.g., 'scope uri'
scopes <scope_names> # Array - Optional. Array of scope names. Used in add_to_scopes, remove_from_scopes or replace_scopes options only. e.g., ['Scope1', 'Scope2']
action [:create, :create_if_missing, :delete, :reset_connection_template, :patch, :add_to_scopes, :remove_from_scopes, :replace_scopes]
action [:create, :create_if_missing, :delete, :delete_bulk, :reset_connection_template, :patch, :add_to_scopes, :remove_from_scopes, :replace_scopes]
end
```

Expand All @@ -187,7 +187,7 @@ oneview_fcoe_network 'FCoE1' do
path <path> # String. Used in patch option only. e.g., '/scopeUris/-'
value <val> # String. Used in patch option only. e.g., 'scope uri'
scopes <scope_names> # Array - Optional. Array of scope names. Used in add_to_scopes, remove_from_scopes or replace_scopes options only. e.g., ['Scope1', 'Scope2']
action [:create, :create_if_missing, :delete, :reset_connection_template, :patch, :add_to_scopes, :remove_from_scopes, :replace_scopes]
action [:create, :create_if_missing, :delete, :delete_bulk, :reset_connection_template, :patch, :add_to_scopes, :remove_from_scopes, :replace_scopes]
end
```

Expand Down Expand Up @@ -313,7 +313,7 @@ oneview_logical_interconnect 'LogicalInterconnect1' do
value <val> # String. Used in patch option only. e.g., 'scope uri'
scopes <scope_names> # Array - Optional. Array of scope names. Used in add_to_scopes, remove_from_scopes or replace_scopes options only. e.g., ['Scope1', 'Scope2']
action [:none, :add_interconnect, :remove_interconnect, :update_internal_networks,
:update_settings,:update_ethernet_settings, :update_port_monitor, :update_qos_configuration,
:update_settings,:update_ethernet_settings, :update_igmp_settings, :update_port_monitor, :update_qos_configuration,
:update_telemetry_configuration, :update_snmp_configuration, :update_firmware, :stage_firmware,
:activate_firmware, :update_from_group, :reapply_configuration, :patch, :add_to_scopes,
:remove_from_scopes, :replace_scopes]
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
description 'Provides HPE OneView & Image Streamer resources'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))

version '3.4.0'
version '3.5.0'

source_url 'https://github.com/HewlettPackard/oneview-chef'
issues_url 'https://github.com/HewlettPackard/oneview-chef/issues'
Expand Down

0 comments on commit 9eaafba

Please sign in to comment.