HewlettPackard / oneview-puppet

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 Terraform and Ansible Collection
https://forge.puppet.com/hewlettpackard/oneview
Apache License 2.0
8 stars 17 forks source link

Handling of array is missing in uri_parsing file. #225

Closed AnushaY1916 closed 4 years ago

AnushaY1916 commented 4 years ago

Scenario/Intent

While creating Logical Enclosure, enclosureUris needs to be passed as an attribute which is of type Array. But when an array is passed it won't be processed and gives an error saying that "Couldn't evaluate the resources."

Environment Details

Steps to Reproduce

Remove the enclosureUris from "exception_to_be_treated_within_provider" and try to create a Logical Enclosure by giving an array of enclosures.

Expected Result

Create an LE

Actual Result

Couldn't evaluate the resources in the appliance.

AnushaY1916 commented 4 years ago

Duplicate of https://github.com/HewlettPackard/oneview-puppet/issues/194 issue.