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

Not able to pass connection names in the SPT creation as the networkUri is not parsing in the connectionSettings #218

Closed soodpr closed 3 years ago

soodpr commented 4 years ago

Scenario/Intent

Not able to pass connection names in the SPT creation as the networkUri is not parsing in the connectionSettings

Environment Details

Steps to Reproduce

Create SPT with connection settings with conenction names instead of network URI

Expected Result

SPT created successfully

Actual Result

It failed with an OneView error : Error: /Stage[main]/Main/Oneview_server_profile_template[Server Profile Template Create]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: Task ended with bad state: 'Error'. Response: [ { "errorCode": "PortIdRequiredForConnection", "message": "Port must be specified for connection 1 with network {\"name\":\"Unknown\", \"uri\":\"FC01\"}.", "details": "", "recommendedActions": [ "Assign connection 1 to one of the available ports." ], "errorSource": null, "nestedErrors": [

],
"data": {
}

} ]

VenkateshRavula commented 3 years ago

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