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

Added option to handle shirt size option #79

Closed vinuphilip closed 4 years ago

vinuphilip commented 4 years ago

Description

This change is to support the handling of shirt size option of vRA, so that users can enter the shirt size value (combination of CPU, RAM and Storage) of the desired VM they wish to provision, provided the blueprint they wish to provision has the shirt size option set up.

Issues Resolved

None. This is just an enhancement

Check List

vinuphilip commented 4 years ago

Signed-off-by: Vinu Philip vinu.philip@gmail.com

vinuphilip commented 4 years ago

Also password credential has been masked in Debug mode

Signed-off-by: Vinu Philip vinu.philip@gmail.com

mwrock commented 4 years ago

Hi @vinuphilip can you recommit with a DCO. It looks like you added it as a github comment but it needs to be in the actual commit. See https://github.com/chef/chef/blob/master/CONTRIBUTING.md#developer-certification-of-origin-dco for details.

vinuphilip commented 4 years ago

hey @mwrock - i have again did a re-commit with minor changes to readme notes with DCO sign off in the commit message. Would it work

mwrock commented 4 years ago

The DCO check is still failing. Thats probably because the original commit without the DCO is still in the PR. I would git reset to the sha before that commit and then commit your changes again in a single commit (making sure it is signed) and then force push. That should do it.