test-kitchen / kitchen-vra

A Test Kitchen driver for VMware vRealize Automation
Apache License 2.0
13 stars 22 forks source link

extra_parameters not passing correctly for vRA version 7.X #20

Closed thomasdbaker closed 7 years ago

thomasdbaker commented 7 years ago

Resulting in the following error:

Error: Failed to complete #create action: [unable to submit request: the data specified within the request is invalid., Composition Exception.

jjasghar commented 7 years ago

Yep, we are working on this. It's from an upstream issue. :(

jjasghar commented 7 years ago

Basiclly we need to figure out how to add extra-params to this: https://github.com/chef-partners/vmware-vra-gem/blob/master/lib/vra/catalog_request.rb#L79-L85

Please reopen this in the vmware-vra-gem, this isn't specific to kitchen-vra.