test-kitchen / vmware-vra-gem

A Ruby Gem for interacting with the VMware vRealize Automation system
Apache License 2.0
15 stars 32 forks source link

vRA7 multiple fixes for nested, non-nested and merged parameters for a Blueprint #74

Closed stuartpreston closed 5 years ago

stuartpreston commented 5 years ago

Signed-off-by: Stuart Preston stuart@chef.io

Description

This PR addresses a few reported issues with the same shared cause; an attempt at implementing the merging of parameters that are specified in a Blueprint with those supplied by another tool (e.g. kitchen-vra Test Kitchen driver) was reverted and left the gem in a state where it would not merge any parameters with the ones specified in the Blueprint.

Issues Resolved

Resolves chef-partners/kitchen-vra/issues/33 Resolves chef-partners/kitchen-vra/issues/30 Resolves #73

PRs #70 will be closed as this work supercedes that effort.

Check List

mcascone commented 5 years ago

Forgive me for asking a beginner question here, but what is the best way to install/pull down the new version that fixes this? Will it get pulled on the next chef run? Do i need to do a chef exec bundle install?

stuartpreston commented 5 years ago

@mcascone It will be in the next release that I'm working on right now... look out for version 2.7.0 on RubyGems later today - you should be able to update this gem with chef gem install vmware-vra at that time. Thanks.