HewlettPackard / oneview-sdk-ruby

This project is no longer being developed and has limited support. In the near future this repository will be fully deprecated. Please consider using other OneView projects, such as Golang and Python.
Apache License 2.0
12 stars 16 forks source link

Bulk creation of ethernet networks does not work on puppet #357

Closed madhav-bharadwaj closed 3 years ago

madhav-bharadwaj commented 6 years ago

Scenario/Intent

Trying to execute /rest/ethernet-networks/bulk in puppet but it fails. The request body does not have name attribute but the exists? method in ruby searches for the resource existence using name. So this endpoint fails and throws and exception.

Environment Details

Steps to Reproduce

Run ethernet networks manifest

Expected Result

Create bulk ethernet networks

Actual Result

Exception thrown. "Must set resource URI or name before trying to retrieve!

AsisBagga commented 3 years ago

This SDK has limited support and will not be actively developed for the foreseeable future.