astratto / knife-vcloud

A knife plugin for the VMware® vCloud API (DEPRECATED - Here for reference)
Apache License 2.0
20 stars 12 forks source link

knife-vcloud installation with ChefDK #15

Closed monkey1016 closed 9 years ago

monkey1016 commented 9 years ago

Hi

Recently I tried to install knife-vcloud with ChefDK 0.4.0. Unfortunately, it ran into some conflicts with winrm versions. I updated the knife-vcloud.gemspec with the following changes, but I'm not sure if that's the right thing to do:

s.add_dependency "chef", ">= 0.10.0"
s.add_dependency "knife-windows", ">= 0"
s.add_dependency "vcloud-rest", "~> 1.3"
s.add_dependency "winrm", "~> 1.1"

For what it's worth, it installed correctly and I'm able to log in and list items within vCloud Director.

Thanks

astratto commented 9 years ago

@monkey1016 those dependencies can actually be relaxed. Should be fixed now. Thanks.