gds-operations / vcloud-core

vCloud Core is a gem that supports automated provisioning of VMWare vCloud Director, used by the vCloud Tools gems
http://gds-operations.github.io/vcloud-tools/
MIT License
12 stars 19 forks source link

Deployment using vcloud-launcher #195

Closed smford closed 3 years ago

smford commented 7 years ago

When deploying using vcloud launcher we receive this error back:

# bundle exec vcloud-launch path/to/servers.yaml
I, [2017-06-30T13:23:55.273344 #26292]  INFO -- : Provisioning vApp dns-3.tools.internal.
I, [2017-06-30T13:24:00.009629 #26292]  INFO -- : Instantiating new vApp dns-3.tools.internal in vDC 'idap_development (IL2-DEVTEST-STANDARD)'
undefined method `get_networks' for Vcloud::Core::Vapp:Class

Gemfile:

ruby '2.3.1'

source 'https://rubygems.org'

gem 'vcloud-edge_gateway', '2.1.0'
gem 'vcloud-launcher',     '2.1.0'
gem 'vcloud-net_launcher', '2.2.2'
gem 'vcloud-walker',       '5.1.0'
...
surminus commented 7 years ago

Hi Steve,

Thanks for raising this. It looks like it's related to a recent change I made.

I will look into resolving this.

Thanks, Laura

surminus commented 7 years ago

Hi Steve,

I've just merged a PR which should hopefully fix this issue: https://github.com/gds-operations/vcloud-core/pull/196

This will release a newer version of vcloud-core (2.1.1).

Laura

deanwilson commented 3 years ago

This tool is no longer in active use and the repository will be archived so we're closing this pull request. Thank you for your interest and involvement in this project.