Skip to content

Commit

Permalink
Fixes in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
HarikaChebrolu committed Apr 22, 2020
1 parent 7d2606d commit 584774c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
24 changes: 0 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,7 @@
- This release supports OneView Rest API versions 800/1000/1200 for Hypervisor Resources.

### Oneview Features supported
- Connection template
- Ethernet network
- Enclosure
- Enclosure group
- FC network
- FCoE network
- Hypervisor Cluster Profile
- Interconnect
- Interconnect link topology
- Interconnect type
- Logical enclosure
- Logical interconnect
- Logical interconnect group
- Network set
- SAS logical interconnect
- Server hardware
- Server hardware type
- Server profile
- Server profile template
- Storage pool
- Storage system
- Storage volume template
- Uplink set
- Volume
- Volume attachment

### Bug fixes & Enhancements:
- [#236](https://github.com/HewlettPackard/oneview-puppet/issues/236) Dockerfile is failing because of incorrect Ruby version.
Expand Down
4 changes: 2 additions & 2 deletions examples/hypervisor_cluster_profile.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# NOTE: As with all resources, the found ensurable accepts a data as an optional filter field.

# This created Hypervisor ClusterProfile if we use ServerProfileTemplate with OS DeploymentPlan
# This created Hypervisor ClusterProfile if we use ServerProfileTemplate without OS DeploymentPlan
oneview_hypervisor_cluster_profile{'hcp1 Create':
ensure => 'present',
data => {
Expand All @@ -32,7 +32,7 @@
}
}

# This creates Hypervisor Cluster Profile using Server Profile Template without OSDeploymentPlans
# This creates Hypervisor Cluster Profile using Server Profile Template with OSDeploymentPlan
oneview_hypervisor_cluster_profile{'hcp2 Create':
ensure => 'present',
require => Oneview_hypervisor_cluster_profile['hcp1 Create'],
Expand Down

0 comments on commit 584774c

Please sign in to comment.