Closed tjw2014 closed 10 years ago
Hi @tjw2014,
That's really weird, I haven't tried vagrant 1.6.3 yet (1.6.2 was tested quite a lot though, I'll check to be sure 1.6.3 doesn't break anything). Can you share your complete debug log + vagrantfile ?
Thanks,
Sure! Though I’ll have to redact them a little for security…
Thanks!
Though I suspect the problem is NOT the Vagrant version, because I was see the same result before I upgraded from 1.5.1 to 1.6.3.
[Hideous half-baked version of error log removed...]
Err, that was ugly. Apologies! Couldn't figure out how to do attachments here (only allows image files, apparently) and thought a reply e-mail w attachments would work better. Apparently not!
Looks like it also lost the Vagrant file. I'll post here:
# -*- mode: ruby -*- # vi: set ft=ruby : precise32_vm_box_url = "http://vagrant.tsugliani.fr/precise32.box" nodes = [ { :hostname => "test2", :box => "precise32", :box_url => precise32_vm_box_url }, ] Vagrant.configure("2") do |config| # vCloud Director provider settings config.vm.provider :vcloud do |vcloud| vcloud.vapp_prefix = "multibox-sample2" vcloud.hostname = "https://vcloud-dc4" vcloud.username = "[Redacted]" vcloud.password = "[Redacted]" vcloud.org_name = "arapaho" vcloud.vdc_name = "Arapaho - DC4 vCloud Org vDC" vcloud.catalog_name = "Tim2" vcloud.ip_subnet = "10.230.138.255/255.255.254.0" vcloud.vdc_network_name = "Arapaho-NETID Org vDC Net" #vcloud.vdc_edge_gateway = "edge-31" #vcloud.vdc_edge_gateway_ip = "10.10.10.10" end nodes.each do |node| config.vm.define node[:hostname] do |node_config| node_config.vm.box = node[:box] node_config.vm.hostname = node[:hostname] node_config.vm.box_url = node[:box_url] #node_config.vm.network :forwarded_port, guest: 80, host: 8080, auto_correct: true # node_config.vm.provision :puppet do |puppet| # puppet.manifests_path = 'puppet/manifests' # puppet.manifest_file = 'site.pp' # puppet.module_path = 'puppet/modules' # end end end end
Okay, let's try posting the error log...
INFO global: Vagrant version: 1.6.3 INFO global: Ruby version: 2.0.0 INFO global: RubyGems version: 2.0.14 INFO global: VAGRANT_DETECTED_OS="CYGWIN_NT-6.1" INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.6.3\\bin\\vagrant" INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded" INFO global: VAGRANT_INSTALLER_ENV="1" INFO global: VAGRANT_INSTALLER_VERSION="2" INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1" INFO global: VAGRANT_LOG="debug" INFO global: Plugins: INFO global: - awesome_print = 1.2.0 INFO global: - bundler = 1.6.2 INFO global: - httpclient = 2.3.4.1 INFO global: - i18n = 0.6.9 INFO global: - log4r = 1.1.10 INFO global: - mime-types = 2.3 INFO global: - netaddr = 1.5.0 INFO global: - nokogiri = 1.5.11 INFO global: - rest-client = 1.6.7 INFO global: - ruby-progressbar = 1.1.1 INFO global: - terminal-table = 1.4.5 INFO global: - vagrant-login = 1.0.1 INFO global: - vagrant-share = 1.1.0 INFO global: - vagrant-vcloud = 0.3.3 DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/box/plugin.rb INFO manager: Registered plugin: box command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/destroy/plugin.rb INFO manager: Registered plugin: destroy command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/global-status/plugin.rb INFO manager: Registered plugin: global-status command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/halt/plugin.rb INFO manager: Registered plugin: halt command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/help/plugin.rb INFO manager: Registered plugin: help command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/init/plugin.rb INFO manager: Registered plugin: init command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/list-commands/plugin.rb INFO manager: Registered plugin: list-commands command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/package/plugin.rb INFO manager: Registered plugin: package command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/plugin.rb INFO manager: Registered plugin: plugin command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/provision/plugin.rb INFO manager: Registered plugin: provision command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/rdp/plugin.rb INFO manager: Registered plugin: rdp command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/reload/plugin.rb INFO manager: Registered plugin: reload command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/resume/plugin.rb INFO manager: Registered plugin: resume command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/ssh/plugin.rb INFO manager: Registered plugin: ssh command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/ssh_config/plugin.rb INFO manager: Registered plugin: ssh-config command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/status/plugin.rb INFO manager: Registered plugin: status command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/suspend/plugin.rb INFO manager: Registered plugin: suspend command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/up/plugin.rb INFO manager: Registered plugin: up command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/version/plugin.rb INFO manager: Registered plugin: version command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/communicators/ssh/plugin.rb INFO manager: Registered plugin: ssh communicator DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/communicators/winrm/plugin.rb INFO manager: Registered plugin: winrm communicator DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/arch/plugin.rb INFO manager: Registered plugin: Arch guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/coreos/plugin.rb INFO manager: Registered plugin: CoreOS guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/darwin/plugin.rb INFO manager: Registered plugin: Darwin guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/debian/plugin.rb INFO manager: Registered plugin: Debian guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/esxi/plugin.rb INFO manager: Registered plugin: ESXi guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/fedora/plugin.rb INFO manager: Registered plugin: Fedora guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/freebsd/plugin.rb INFO manager: Registered plugin: FreeBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/funtoo/plugin.rb INFO manager: Registered plugin: Funtoo guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/gentoo/plugin.rb INFO manager: Registered plugin: Gentoo guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/linux/plugin.rb INFO manager: Registered plugin: Linux guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/mint/plugin.rb INFO manager: Registered plugin: Mint guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/netbsd/plugin.rb INFO manager: Registered plugin: NetBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/nixos/plugin.rb INFO manager: Registered plugin: NixOS guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/omnios/plugin.rb INFO manager: Registered plugin: OmniOS guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/openbsd/plugin.rb INFO manager: Registered plugin: OpenBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/pld/plugin.rb INFO manager: Registered plugin: PLD Linux guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/redhat/plugin.rb INFO manager: Registered plugin: RedHat guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/smartos/plugin.rb INFO manager: Registered plugin: SmartOS guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/solaris/plugin.rb INFO manager: Registered plugin: Solaris guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/solaris11/plugin.rb INFO manager: Registered plugin: Solaris 11 guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/suse/plugin.rb INFO manager: Registered plugin: SUSE guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/tinycore/plugin.rb INFO manager: Registered plugin: TinyCore Linux guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/ubuntu/plugin.rb INFO manager: Registered plugin: Ubuntu guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/windows/plugin.rb INFO manager: Registered plugin: Windows guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/arch/plugin.rb INFO manager: Registered plugin: Arch host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/bsd/plugin.rb INFO manager: Registered plugin: BSD host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/darwin/plugin.rb INFO manager: Registered plugin: Mac OS X host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/freebsd/plugin.rb INFO manager: Registered plugin: FreeBSD host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/gentoo/plugin.rb INFO manager: Registered plugin: Gentoo host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/linux/plugin.rb INFO manager: Registered plugin: Linux host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/null/plugin.rb INFO manager: Registered plugin: null host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/opensuse/plugin.rb INFO manager: Registered plugin: OpenSUSE host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/redhat/plugin.rb INFO manager: Registered plugin: Red Hat host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/slackware/plugin.rb INFO manager: Registered plugin: Slackware host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/windows/plugin.rb INFO manager: Registered plugin: Windows host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/kernel_v1/plugin.rb INFO manager: Registered plugin: kernel DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/kernel_v2/plugin.rb INFO manager: Registered plugin: kernel DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/docker/plugin.rb INFO manager: Registered plugin: docker-provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/hyperv/plugin.rb INFO manager: Registered plugin: Hyper-V provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/virtualbox/plugin.rb INFO manager: Registered plugin: VirtualBox provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/ansible/plugin.rb INFO manager: Registered plugin: ansible DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/cfengine/plugin.rb INFO manager: Registered plugin: CFEngine Provisioner DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/chef/plugin.rb INFO manager: Registered plugin: chef DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/docker/plugin.rb INFO manager: Registered plugin: docker DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/file/plugin.rb INFO manager: Registered plugin: file DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/puppet/plugin.rb INFO manager: Registered plugin: puppet DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/salt/plugin.rb INFO manager: Registered plugin: salt DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/shell/plugin.rb INFO manager: Registered plugin: shell DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/nfs/plugin.rb INFO manager: Registered plugin: NFS synced folders DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/rsync/plugin.rb INFO manager: Registered plugin: RSync synced folders DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/smb/plugin.rb INFO manager: Registered plugin: SMB synced folders INFO global: Loading plugins! INFO manager: Registered plugin: vagrant-login INFO manager: Registered plugin: vagrant-share INFO manager: Registered plugin: VMware vCloud Director Provider INFO vagrant: `vagrant` invoked: ["up", "--provider=vcloud", "--debug"] DEBUG vagrant: Creating Vagrant environment INFO environment: Environment initialized (#<Vagrant::Environment:0x3c4a118>) INFO environment: - cwd: C:/cygwin64/home/[REDACTED: ACCOUNT ID]/vagrant/vc INFO environment: Home path: C:/Users/[REDACTED: ACCOUNT ID]/.vagrant.d INFO environment: Local data path: C:/cygwin64/home/[REDACTED: ACCOUNT ID]/vagrant/vc/.vagrant DEBUG environment: Creating: C:/cygwin64/home/[REDACTED: ACCOUNT ID]/vagrant/vc/.vagrant INFO environment: Running hook: environment_plugins_loaded INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #<Vagrant::Action::Builder:0x3f0ece8> INFO environment: Running hook: environment_load INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #<Vagrant::Action::Builder:0x28ae200> INFO cli: CLI: [] "up" ["--provider=vcloud"] DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command ["--provider=vcloud"] DEBUG command: 'Up' each target VM... INFO loader: Set :root = #<Pathname:C:/cygwin64/home/[REDACTED: ACCOUNT ID]/vagrant/vc/Vagrantfile> DEBUG loader: Populating proc cache for #<Pathname:C:/cygwin64/home/[REDACTED: ACCOUNT ID]/vagrant/vc/Vagrantfile> DEBUG loader: Load procs for pathname: C:/cygwin64/home/[REDACTED: ACCOUNT ID]/vagrant/vc/Vagrantfile INFO loader: Loading configuration in order: [:home, :root] DEBUG loader: Loading from: root (evaluating) DEBUG loader: Configuration loaded successfully, finalizing and returning DEBUG command: Getting target VMs for command. Arguments: DEBUG command: -- names: ["test2"] DEBUG command: -- options: {:provider=>"vcloud"} DEBUG command: Finding machine that match name: test2 INFO environment: Getting machine: test2 (vcloud) INFO environment: Uncached load of machine. INFO loader: Set "30939900_machine_test2" = [["2", #<Proc:0x3b60070@C:/cygwin64/home/[REDACTED: ACCOUNT ID]/vagrant/vc/Vagrantfile:33>]] DEBUG loader: Populating proc cache for ["2", #<Proc:0x3b60070@C:/cygwin64/home/[REDACTED: ACCOUNT ID]/vagrant/vc/Vagrantfile:33>] INFO loader: Loading configuration in order: [:home, :root, "30939900_machine_test2"] DEBUG loader: Loading from: root (cache) DEBUG loader: Loading from: 30939900_machine_test2 (evaluating) DEBUG loader: Configuration loaded successfully, finalizing and returning INFO box_collection: Box found: precise32 (vcloud) INFO loader: Set :"31392192_precise32_vcloud" = #<Pathname:C:/Users/[REDACTED: ACCOUNT ID]/.vagrant.d/boxes/precise32/0/vcloud/Vagrantfile> DEBUG loader: Populating proc cache for #<Pathname:C:/Users/[REDACTED: ACCOUNT ID]/.vagrant.d/boxes/precise32/0/vcloud/Vagrantfile> DEBUG loader: Load procs for pathname: C:/Users/[REDACTED: ACCOUNT ID]/.vagrant.d/boxes/precise32/0/vcloud/Vagrantfile INFO loader: Loading configuration in order: [:"31392192_precise32_vcloud", :home, :root, "30939900_machine_test2"] DEBUG loader: Loading from: 31392192_precise32_vcloud (evaluating) DEBUG loader: Upgrading config from version 1 to 2 DEBUG loader: Upgrading config to version 2 DEBUG loader: Upgraded to version 2 with 0 warnings and 0 errors DEBUG loader: Loading from: root (cache) DEBUG loader: Loading from: 30939900_machine_test2 (cache) DEBUG loader: Configuration loaded successfully, finalizing and returning INFO machine: Initializing machine: test2 INFO machine: - Provider: VagrantPlugins::VCloud::Provider INFO machine: - Box: #<Vagrant::Box:0x2c10978> INFO machine: - Data dir: C:/cygwin64/home/[REDACTED: ACCOUNT ID]/vagrant/vc/.vagrant/machines/test2/vcloud INFO command: With machine: test2 (#<VagrantPlugins::VCloud::Provider:0x3b000e8 @machine=#<Vagrant::Machine: test2 (VagrantPlugins::VCloud::Provider)>, @cap_logger=#<Log4r::Logger:0x3b0bde8 @fullname="vagrant::capability_host::vagrantplugins::vcloud::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::vcloud", @parent=#<Log4r::Logger:0x2c1c0f0 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x2b67520 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x2b674d8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x2b41ca8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x2c13f90 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:vcloud, #<#<Class:0x3b000d0>:0x3b28210>]], @cap_args=[#<Vagrant::Machine: test2 (VagrantPlugins::VCloud::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x3b09da8 @items={:public_address=>#<Proc:0x261cca8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/docker/plugin.rb:54>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x3b0aa50 @items={:public_address=>#<Proc:0x28922d0@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/hyperv/plugin.rb:25>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x3b0bf80 @items={:forwarded_ports=>#<Proc:0x28ce450@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x28ce330@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x3a86f90@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-share-1.1.0/lib/vagrant-share.rb:39>}, @results_cache={}>, :vcloud=>#<Vagrant::Registry:0x3b0bed8 @items={:public_address=>#<Proc:0x3a9b000@C:/Users/[REDACTED: ACCOUNT ID]/.vagrant.d/gems/gems/vagrant-vcloud-0.3.3/lib/vagrant-vcloud/plugin.rb:34>, :forwarded_ports=>#<Proc:0x3a9afa0@C:/Users/[REDACTED: ACCOUNT ID]/.vagrant.d/gems/gems/vagrant-vcloud-0.3.3/lib/vagrant-vcloud/plugin.rb:39>}, @results_cache={}>}>) INFO interface: info: Bringing machine 'test2' up with 'vcloud' provider... [0mBringing machine 'test2' up with 'vcloud' provider...[0m INFO batch_action: Enabling parallelization by default. INFO batch_action: Disabling parallelization because provider doesn't support it: vcloud INFO batch_action: Batch action will parallelize: false INFO batch_action: Starting action: #<Vagrant::Machine:0x3ac0590> up {:destroy_on_error=>true, :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil, :provider=>"vcloud"} INFO machine: Calling action: up on provider vCloud (new) DEBUG environment: Attempting to acquire process-lock: machine-action-fe346541924cd44a5d483f26e3ff81c4 DEBUG environment: Attempting to acquire process-lock: dotlock INFO environment: Acquired process lock: dotlock INFO environment: Released process lock: dotlock INFO environment: Acquired process lock: machine-action-fe346541924cd44a5d483f26e3ff81c4 INFO host: Autodetecting host type for [#<Vagrant::Environment: C:/cygwin64/home/[REDACTED: ACCOUNT ID]/vagrant/vc>] DEBUG host: Trying: arch DEBUG host: Trying: darwin DEBUG host: Trying: freebsd DEBUG host: Trying: gentoo DEBUG host: Trying: opensuse DEBUG host: Trying: redhat DEBUG host: Trying: slackware DEBUG host: Trying: bsd DEBUG host: Trying: linux DEBUG host: Trying: null DEBUG host: Trying: windows INFO host: Detected: windows! INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #<Vagrant::Action::Builder:0x3ae0030> INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3c68f10> INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x3c68ef8> INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #<Vagrant::Action::Builder:0x411b670> INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::IsCreated:0x4119f18> WARN is_created: vApp has not been created INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::IsCreated:0x4119f18> INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #<Vagrant::Action::Warden:0x430e6a8> INFO warden: Calling IN action: #<Proc:0x436c7b8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:94 (lambda)> INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleBox:0x430e660> INFO handle_box: Machine already has box. HandleBox will not run. INFO warden: Calling IN action: #<Proc:0x434a1c8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:94 (lambda)> INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::ConnectVCloud:0x3c68eb0> INFO connect_vcloud: Connecting to vCloud Director... DEBUG connect_vcloud: config.hostname : https://vcloud-dc4 DEBUG connect_vcloud: config.username : [REDACTED: ACCOUNT ID] DEBUG connect_vcloud: config.password : <hidden> DEBUG connect_vcloud: config.org_name : arapaho DEBUG meta: Finding driver for vCloud version: 5.1 INFO meta: Using vCloud driver: VagrantPlugins::VCloud::Driver::Version_5_1 INFO connect_vcloud: Logging into vCloud Director... "[Mon Jun 9 17:11:17 2014] -> SEND POST https://vcloud-dc4/api/sessions" "[Mon Jun 9 17:11:18 2014] <- RECV 200" "RECV HEADERS" { "Date" => "Mon, 09 Jun 2014 23:12:31 GMT", "x-vcloud-authorization" => "jHkQBatgkpLF2zheIGiBcaHy1Jc30uS3ZwRJt86KUug=", "Set-Cookie" => "vcloud-token=jHkQBatgkpLF2zheIGiBcaHy1Jc30uS3ZwRJt86KUug=; Secure; Path=/", "Content-Type" => "application/vnd.vmware.vcloud.session+xml;version=5.1", "Content-Length" => "1122" } "RECV BODY" <?xml version="1.0" encoding="UTF-8"?> <Session xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" user="[REDACTED: ACCOUNT ID]" org="Arapaho" type="application/vnd.vmware.vcloud.session+xml" href="https://vcloud-dc4/api/session/" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://10.230.33.250/api/v1.5/schema/master.xsd"> <Link rel="down" type="application/vnd.vmware.vcloud.orgList+xml" href="https://vcloud-dc4/api/org/"/> <Link rel="down" type="application/vnd.vmware.admin.vcloud+xml" href="https://vcloud-dc4/api/admin/"/> <Link rel="down" type="application/vnd.vmware.vcloud.org+xml" name="Arapaho" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6"/> <Link rel="down" type="application/vnd.vmware.vcloud.query.queryList+xml" href="https://vcloud-dc4/api/query"/> <Link rel="entityResolver" type="application/vnd.vmware.vcloud.entity+xml" href="https://vcloud-dc4/api/entity/"/> <Link rel="down:extensibility" type="application/vnd.vmware.vcloud.apiextensibility+xml" href="https://vcloud-dc4/api/extensibility"/> </Session> INFO connect_vcloud: Logged in successfully! DEBUG connect_vcloud: x-vcloud-authorization=jHkQBatgkpLF2zheIGiBcaHy1Jc30uS3ZwRJt86KUug= INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::InventoryCheck:0x3ea7560> "[Mon Jun 9 17:11:18 2014] -> SEND GET https://vcloud-dc4/api/org" "[Mon Jun 9 17:11:18 2014] <- RECV 200" "RECV HEADERS" { "Date" => "Mon, 09 Jun 2014 23:12:32 GMT", "Content-Type" => "application/vnd.vmware.vcloud.orglist+xml;version=5.1", "Content-Length" => "485" } "RECV BODY" <?xml version="1.0" encoding="UTF-8"?> <OrgList xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="application/vnd.vmware.vcloud.orgList+xml" href="https://vcloud-dc4/api/org/" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://10.230.33.250/api/v1.5/schema/master.xsd"> <Org type="application/vnd.vmware.vcloud.org+xml" name="Arapaho" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6"/> </OrgList> "[Mon Jun 9 17:11:18 2014] -> SEND GET https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6" "[Mon Jun 9 17:11:19 2014] <- RECV 200" "RECV HEADERS" { "Date" => "Mon, 09 Jun 2014 23:12:32 GMT", "Content-Type" => "application/vnd.vmware.vcloud.org+xml;version=5.1", "Content-Length" => "6249" } "RECV BODY" <?xml version="1.0" encoding="UTF-8"?> <Org xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Arapaho" id="urn:vcloud:org:a283f198-1564-4cb1-a561-c8782f42c6a6" type="application/vnd.vmware.vcloud.org+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://10.230.33.250/api/v1.5/schema/master.xsd"> <Link rel="down" type="application/vnd.vmware.vcloud.vdc+xml" name="Arapaho - DC4 vCloud Org vDC" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa"/> <Link rel="down" type="application/vnd.vmware.vcloud.tasksList+xml" href="https://vcloud-dc4/api/tasksList/a283f198-1564-4cb1-a561-c8782f42c6a6"/> <Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Tim2" href="https://vcloud-dc4/api/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9"/> <Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9/controlAccess/"/> <Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9/action/controlAccess"/> <Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Linux Templates" href="https://vcloud-dc4/api/catalog/5f9104bc-a6ab-412e-83cf-714f2a8b4725"/> <Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/5f9104bc-a6ab-412e-83cf-714f2a8b4725/controlAccess/"/> <Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Belvedere" href="https://vcloud-dc4/api/catalog/bb746513-310b-425c-8a3b-f6c8117071eb"/> <Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/bb746513-310b-425c-8a3b-f6c8117071eb/controlAccess/"/> <Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Arapaho" href="https://vcloud-dc4/api/catalog/9755a49e-1bff-492c-8f96-7f4b41790c4a"/> <Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/9755a49e-1bff-492c-8f96-7f4b41790c4a/controlAccess/"/> <Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/9755a49e-1bff-492c-8f96-7f4b41790c4a/action/controlAccess"/> <Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Habanero" href="https://vcloud-dc4/api/catalog/5a7da039-b1e2-4c61-a4e4-91662847207f"/> <Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/5a7da039-b1e2-4c61-a4e4-91662847207f/controlAccess/"/> <Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Configuration Management" href="https://vcloud-dc4/api/catalog/62c2e5a4-638f-4ac0-91fa-8ec2c7d4ee24"/> <Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/62c2e5a4-638f-4ac0-91fa-8ec2c7d4ee24/controlAccess/"/> <Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Jalapeno" href="https://vcloud-dc4/api/catalog/c12dbdb8-73c7-4497-9b63-1eb40b8244a1"/> <Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/c12dbdb8-73c7-4497-9b63-1eb40b8244a1/controlAccess/"/> <Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Tech-Apps" href="https://vcloud-dc4/api/catalog/61310a73-6ac2-44c3-a2b9-4f37073e972a"/> <Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/61310a73-6ac2-44c3-a2b9-4f37073e972a/controlAccess/"/> <Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Windows Templates" href="https://vcloud-dc4/api/catalog/f797ca22-990a-4c11-8756-d9a9f853e0b0"/> <Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/f797ca22-990a-4c11-8756-d9a9f853e0b0/controlAccess/"/> <Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Versingetorix" href="https://vcloud-dc4/api/catalog/54568e17-7456-4456-8846-92100adbc98c"/> <Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/54568e17-7456-4456-8846-92100adbc98c/controlAccess/"/> <Link rel="controlAccess" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/54568e17-7456-4456-8846-92100adbc98c/action/controlAccess"/> <Link rel="down" type="application/vnd.vmware.vcloud.catalog+xml" name="Tungsten" href="https://vcloud-dc4/api/catalog/1da84780-55b2-4a9b-bcfe-8a6959c71447"/> <Link rel="down" type="application/vnd.vmware.vcloud.controlAccess+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalog/1da84780-55b2-4a9b-bcfe-8a6959c71447/controlAccess/"/> <Link rel="add" type="application/vnd.vmware.admin.catalog+xml" href="https://vcloud-dc4/api/admin/org/a283f198-1564-4cb1-a561-c8782f42c6a6/catalogs"/> <Link rel="down" type="application/vnd.vmware.vcloud.orgNetwork+xml" name="Arapaho-NETID Org vDC Net" href="https://vcloud-dc4/api/network/e1d9697e-d440-4e75-b801-92cff7658f22"/> <Link rel="down" type="application/vnd.vmware.vcloud.supportedSystemsInfo+xml" href="https://vcloud-dc4/api/supportedSystemsInfo/"/> <Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6/metadata"/> <Description/> <FullName>Arapahoe</FullName> </Org> "[Mon Jun 9 17:11:19 2014] -> SEND GET https://vcloud-dc4/api/org" "[Mon Jun 9 17:11:19 2014] <- RECV 200" "RECV HEADERS" { "Date" => "Mon, 09 Jun 2014 23:12:32 GMT", "Content-Type" => "application/vnd.vmware.vcloud.orglist+xml;version=5.1", "Content-Length" => "485" } "RECV BODY" <?xml version="1.0" encoding="UTF-8"?> <OrgList xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="application/vnd.vmware.vcloud.orgList+xml" href="https://vcloud-dc4/api/org/" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://10.230.33.250/api/v1.5/schema/master.xsd"> <Org type="application/vnd.vmware.vcloud.org+xml" name="Arapaho" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6"/> </OrgList> "[Mon Jun 9 17:11:19 2014] -> SEND GET https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa" "[Mon Jun 9 17:11:19 2014] <- RECV 200" "RECV HEADERS" { "Date" => "Mon, 09 Jun 2014 23:12:33 GMT", "Content-Type" => "application/vnd.vmware.vcloud.vdc+xml;version=5.1", "Content-Length" => "12825" } "RECV BODY" <?xml version="1.0" encoding="UTF-8"?> <Vdc xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" status="1" name="Arapaho - DC4 vCloud Org vDC" id="urn:vcloud:vdc:59e819d2-c4de-4f7e-9c6d-2350d6cc41fa" type="application/vnd.vmware.vcloud.vdc+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://10.230.33.250/api/v1.5/schema/master.xsd"> <Link rel="up" type="application/vnd.vmware.vcloud.org+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6"/> <Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/metadata"/> <Link rel="add" type="application/vnd.vmware.vcloud.uploadVAppTemplateParams+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/action/uploadVAppTemplate"/> <Link rel="add" type="application/vnd.vmware.vcloud.media+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/media"/> <Link rel="add" type="application/vnd.vmware.vcloud.instantiateVAppTemplateParams+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/action/instantiateVAppTemplate"/> <Link rel="add" type="application/vnd.vmware.vcloud.cloneVAppParams+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/action/cloneVApp"/> <Link rel="add" type="application/vnd.vmware.vcloud.cloneVAppTemplateParams+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/action/cloneVAppTemplate"/> <Link rel="add" type="application/vnd.vmware.vcloud.cloneMediaParams+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/action/cloneMedia"/> <Link rel="add" type="application/vnd.vmware.vcloud.captureVAppParams+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/action/captureVApp"/> <Link rel="add" type="application/vnd.vmware.vcloud.composeVAppParams+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/action/composeVApp"/> <Link rel="add" type="application/vnd.vmware.vcloud.diskCreateParams+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/disk"/> <Link rel="edgeGateways" type="application/vnd.vmware.vcloud.query.records+xml" href="https://vcloud-dc4/api/admin/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/edgeGateways"/> <Link rel="add" type="application/vnd.vmware.vcloud.orgVdcNetwork+xml" href="https://vcloud-dc4/api/admin/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/networks"/> <Link rel="orgVdcNetworks" type="application/vnd.vmware.vcloud.query.records+xml" href="https://vcloud-dc4/api/admin/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa/networks"/> <Description/> <AllocationModel>AllocationPool</AllocationModel> <ComputeCapacity> <Cpu> <Units>MHz</Units> <Allocated>45000</Allocated> <Limit>45000</Limit> <Reserved>22500</Reserved> <Used>36000</Used> <Overhead>0</Overhead> </Cpu> <Memory> <Units>MB</Units> <Allocated>61440</Allocated> <Limit>61440</Limit> <Reserved>30720</Reserved> <Used>41984</Used> <Overhead>696</Overhead> </Memory> </ComputeCapacity> <ResourceEntities> <!-- [Redacted] --> <ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="precise32" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-e411ed86-1b08-4c9c-9c90-3762a55c4640"/> <ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="precise32" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-acefa2ac-aa12-4f31-8e68-d6cce39983f0"/> <ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="precise32" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-7fedc287-9124-4e99-9bc8-e27bb0a7d140"/> <ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="precise32" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-5598ba69-60d4-425d-afb1-0036125dfd47"/> <ResourceEntity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="precise32" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860"/> </ResourceEntities> <AvailableNetworks> <Network type="application/vnd.vmware.vcloud.network+xml" name="Arapaho-NETID Org vDC Net" href="https://vcloud-dc4/api/network/e1d9697e-d440-4e75-b801-92cff7658f22"/> </AvailableNetworks> <Capabilities> <SupportedHardwareVersions> <SupportedHardwareVersion>vmx-04</SupportedHardwareVersion> <SupportedHardwareVersion>vmx-07</SupportedHardwareVersion> <SupportedHardwareVersion>vmx-08</SupportedHardwareVersion> <SupportedHardwareVersion>vmx-09</SupportedHardwareVersion> </SupportedHardwareVersions> </Capabilities> <NicQuota>0</NicQuota> <NetworkQuota>10</NetworkQuota> <UsedNetworkCount>0</UsedNetworkCount> <VmQuota>0</VmQuota> <IsEnabled>true</IsEnabled> <VdcStorageProfiles> <VdcStorageProfile type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" name="Standard Storage - NFS" href="https://vcloud-dc4/api/vdcStorageProfile/4282af32-0296-4cdf-ae6d-83ea1439ce3c"/> </VdcStorageProfiles> </Vdc> "[Mon Jun 9 17:11:19 2014] -> SEND GET https://vcloud-dc4/api/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9" "[Mon Jun 9 17:11:20 2014] <- RECV 200" "RECV HEADERS" { "Date" => "Mon, 09 Jun 2014 23:12:33 GMT", "Content-Type" => "application/vnd.vmware.vcloud.catalog+xml;version=5.1", "Content-Length" => "1332" } "RECV BODY" <?xml version="1.0" encoding="UTF-8"?> <Catalog xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Tim2" id="urn:vcloud:catalog:3d22c4cd-7571-4cb4-8653-de5c8f567bf9" type="application/vnd.vmware.vcloud.catalog+xml" href="https://vcloud-dc4/api/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://10.230.33.250/api/v1.5/schema/master.xsd"> <Link rel="up" type="application/vnd.vmware.vcloud.org+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6"/> <Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://vcloud-dc4/api/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9/metadata"/> <Link rel="add" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://vcloud-dc4/api/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9/catalogItems"/> <Description>Created by [REDACTED: ACCOUNT ID] running on [REDACTED: workstation name] using vagrant-vcloud on June 06, 2014</Description> <CatalogItems> <CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="precise32" href="https://vcloud-dc4/api/catalogItem/04d180f7-3b36-4a2f-b097-22c259b32714"/> </CatalogItems> <IsPublished>false</IsPublished> <DateCreated>2014-06-06T15:54:46.857Z</DateCreated> </Catalog> DEBUG inventory_check: Getting catalog item with cfg.catalog_id: [3d22c4cd-7571-4cb4-8653-de5c8f567bf9] and machine name [precise32] "[Mon Jun 9 17:11:20 2014] -> SEND GET https://vcloud-dc4/api/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9" "[Mon Jun 9 17:11:20 2014] <- RECV 200" "RECV HEADERS" { "Date" => "Mon, 09 Jun 2014 23:12:33 GMT", "Content-Type" => "application/vnd.vmware.vcloud.catalog+xml;version=5.1", "Content-Length" => "1332" } "RECV BODY" <?xml version="1.0" encoding="UTF-8"?> <Catalog xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Tim2" id="urn:vcloud:catalog:3d22c4cd-7571-4cb4-8653-de5c8f567bf9" type="application/vnd.vmware.vcloud.catalog+xml" href="https://vcloud-dc4/api/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://10.230.33.250/api/v1.5/schema/master.xsd"> <Link rel="up" type="application/vnd.vmware.vcloud.org+xml" href="https://vcloud-dc4/api/org/a283f198-1564-4cb1-a561-c8782f42c6a6"/> <Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://vcloud-dc4/api/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9/metadata"/> <Link rel="add" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://vcloud-dc4/api/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9/catalogItems"/> <Description>Created by [REDACTED: ACCOUNT ID] running on [REDACTED: workstation name] using vagrant-vcloud on June 06, 2014</Description> <CatalogItems> <CatalogItem type="application/vnd.vmware.vcloud.catalogItem+xml" name="precise32" href="https://vcloud-dc4/api/catalogItem/04d180f7-3b36-4a2f-b097-22c259b32714"/> </CatalogItems> <IsPublished>false</IsPublished> <DateCreated>2014-06-06T15:54:46.857Z</DateCreated> </Catalog> "[Mon Jun 9 17:11:20 2014] -> SEND GET https://vcloud-dc4/api/catalogItem/04d180f7-3b36-4a2f-b097-22c259b32714" "[Mon Jun 9 17:11:21 2014] <- RECV 200" "RECV HEADERS" { "Date" => "Mon, 09 Jun 2014 23:12:34 GMT", "Content-Type" => "application/vnd.vmware.vcloud.catalogitem+xml;version=5.1", "Content-Length" => "1299" } "RECV BODY" <?xml version="1.0" encoding="UTF-8"?> <CatalogItem xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="precise32" id="urn:vcloud:catalogitem:04d180f7-3b36-4a2f-b097-22c259b32714" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://vcloud-dc4/api/catalogItem/04d180f7-3b36-4a2f-b097-22c259b32714" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://10.230.33.250/api/v1.5/schema/master.xsd"> <Link rel="up" type="application/vnd.vmware.vcloud.catalog+xml" href="https://vcloud-dc4/api/catalog/3d22c4cd-7571-4cb4-8653-de5c8f567bf9"/> <Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://vcloud-dc4/api/catalogItem/04d180f7-3b36-4a2f-b097-22c259b32714/metadata"/> <Link rel="edit" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://vcloud-dc4/api/catalogItem/04d180f7-3b36-4a2f-b097-22c259b32714"/> <Link rel="remove" href="https://vcloud-dc4/api/catalogItem/04d180f7-3b36-4a2f-b097-22c259b32714"/> <Description/> <Entity type="application/vnd.vmware.vcloud.vAppTemplate+xml" name="precise32" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860"/> <DateCreated>2014-06-09T20:42:37.147Z</DateCreated> </CatalogItem> "[Mon Jun 9 17:11:21 2014] -> SEND GET https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860" "[Mon Jun 9 17:11:21 2014] <- RECV 200" "RECV HEADERS" { "Date" => "Mon, 09 Jun 2014 23:12:35 GMT", "Content-Type" => "application/vnd.vmware.vcloud.vAppTemplate+xml;version=5.1", "Content-Length" => "8268" } "RECV BODY" <?xml version="1.0" encoding="UTF-8"?> <VAppTemplate xmlns="http://www.vmware.com/vcloud/v1.5" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ovfDescriptorUploaded="true" goldMaster="true" status="8" name="precise32" id="urn:vcloud:vapptemplate:44f53541-9ffd-43d1-b369-f38cbc8e7860" type="application/vnd.vmware.vcloud.vAppTemplate+xml" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860" xsi:schemaLocation="http://schemas.dmtf.org/ovf/envelope/1 http://schemas.dmtf.org/ovf/envelope/1/dsp8023_1.1.0.xsd http://www.vmware.com/vcloud/v1.5 http://10.230.33.250/api/v1.5/schema/master.xsd"> <Link rel="up" type="application/vnd.vmware.vcloud.vdc+xml" href="https://vcloud-dc4/api/vdc/59e819d2-c4de-4f7e-9c6d-2350d6cc41fa"/> <Link rel="catalogItem" type="application/vnd.vmware.vcloud.catalogItem+xml" href="https://vcloud-dc4/api/catalogItem/04d180f7-3b36-4a2f-b097-22c259b32714"/> <Link rel="remove" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860"/> <Link rel="edit" type="application/vnd.vmware.vcloud.vAppTemplate+xml" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860"/> <Link rel="enable" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860/action/enableDownload"/> <Link rel="disable" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860/action/disableDownload"/> <Link rel="ovf" type="text/xml" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860/ovf"/> <Link rel="storageProfile" type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" href="https://vcloud-dc4/api/vdcStorageProfile/4282af32-0296-4cdf-ae6d-83ea1439ce3c"/> <Link rel="down" type="application/vnd.vmware.vcloud.owner+xml" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860/owner"/> <Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860/metadata"/> <Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860/productSections/"/> <Description/> <Owner type="application/vnd.vmware.vcloud.owner+xml"> <User type="application/vnd.vmware.admin.user+xml" name="[REDACTED: ACCOUNT ID]" href="https://vcloud-dc4/api/admin/user/5339350f-6485-43e3-9e95-1ab603d9529c"/> </Owner> <Children> <Vm goldMaster="true" name="precise32-2" id="urn:vcloud:vm:cc689800-ffaa-476a-8e4a-41dd3592a1f4" type="application/vnd.vmware.vcloud.vm+xml" href="https://vcloud-dc4/api/vAppTemplate/vm-cc689800-ffaa-476a-8e4a-41dd3592a1f4"> <Link rel="up" type="application/vnd.vmware.vcloud.vAppTemplate+xml" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860"/> <Link rel="storageProfile" type="application/vnd.vmware.vcloud.vdcStorageProfile+xml" href="https://vcloud-dc4/api/vdcStorageProfile/4282af32-0296-4cdf-ae6d-83ea1439ce3c"/> <Link rel="down" type="application/vnd.vmware.vcloud.metadata+xml" href="https://vcloud-dc4/api/vAppTemplate/vm-cc689800-ffaa-476a-8e4a-41dd3592a1f4/metadata"/> <Link rel="down" type="application/vnd.vmware.vcloud.productSections+xml" href="https://vcloud-dc4/api/vAppTemplate/vm-cc689800-ffaa-476a-8e4a-41dd3592a1f4/productSections/"/> <NetworkConnectionSection type="application/vnd.vmware.vcloud.networkConnectionSection+xml" href="https://vcloud-dc4/api/vAppTemplate/vm-cc689800-ffaa-476a-8e4a-41dd3592a1f4/networkConnectionSection/" ovf:required="false"> <ovf:Info>Specifies the available VM network connections</ovf:Info> <PrimaryNetworkConnectionIndex>0</PrimaryNetworkConnectionIndex> <NetworkConnection network="Internet-NAT" needsCustomization="true"> <NetworkConnectionIndex>0</NetworkConnectionIndex> <IsConnected>true</IsConnected> <MACAddress>00:50:56:01:09:48</MACAddress> <IpAddressAllocationMode>DHCP</IpAddressAllocationMode> </NetworkConnection> </NetworkConnectionSection> <GuestCustomizationSection type="application/vnd.vmware.vcloud.guestCustomizationSection+xml" href="https://vcloud-dc4/api/vAppTemplate/vm-cc689800-ffaa-476a-8e4a-41dd3592a1f4/guestCustomizationSection/" ovf:required="false"> <ovf:Info>Specifies Guest OS Customization Settings</ovf:Info> <Enabled>true</Enabled> <ChangeSid>false</ChangeSid> <VirtualMachineId>cc689800-ffaa-476a-8e4a-41dd3592a1f4</VirtualMachineId> <JoinDomainEnabled>false</JoinDomainEnabled> <UseOrgSettings>false</UseOrgSettings> <AdminPasswordEnabled>true</AdminPasswordEnabled> <AdminPasswordAuto>false</AdminPasswordAuto> <ResetPasswordRequired>false</ResetPasswordRequired> <ComputerName>precise32</ComputerName> </GuestCustomizationSection> <VAppScopedLocalId>precise32</VAppScopedLocalId> <DateCreated>2014-06-09T20:42:34.177Z</DateCreated> </Vm> </Children> <ovf:NetworkSection xmlns:ns12="http://www.vmware.com/vcloud/v1.5" ns12:href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860/networkSection/" ns12:type="application/vnd.vmware.vcloud.networkSection+xml"> <ovf:Info>The list of logical networks</ovf:Info> <ovf:Network ovf:name="Internet-NAT"> <ovf:Description/> </ovf:Network> </ovf:NetworkSection> <NetworkConfigSection type="application/vnd.vmware.vcloud.networkConfigSection+xml" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860/networkConfigSection/" ovf:required="false"> <ovf:Info>The configuration parameters for logical networks</ovf:Info> <NetworkConfig networkName="Internet-NAT"> <Description/> <Configuration> <IpScopes> <IpScope> <IsInherited>false</IsInherited> <Gateway>192.168.66.1</Gateway> <Netmask>255.255.255.0</Netmask> <IsEnabled>true</IsEnabled> <IpRanges> <IpRange> <StartAddress>192.168.66.112</StartAddress> <EndAddress>192.168.66.112</EndAddress> </IpRange> </IpRanges> </IpScope> </IpScopes> <FenceMode>isolated</FenceMode> <RetainNetInfoAcrossDeployments>false</RetainNetInfoAcrossDeployments> </Configuration> <IsDeployed>false</IsDeployed> </NetworkConfig> </NetworkConfigSection> <LeaseSettingsSection type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860/leaseSettingsSection/" ovf:required="false"> <ovf:Info>Lease settings section</ovf:Info> <Link rel="edit" type="application/vnd.vmware.vcloud.leaseSettingsSection+xml" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860/leaseSettingsSection/"/> <StorageLeaseInSeconds>0</StorageLeaseInSeconds> </LeaseSettingsSection> <CustomizationSection type="application/vnd.vmware.vcloud.customizationSection+xml" href="https://vcloud-dc4/api/vAppTemplate/vappTemplate-44f53541-9ffd-43d1-b369-f38cbc8e7860/customizationSection/" goldMaster="true" ovf:required="false"> <ovf:Info>VApp template customization section</ovf:Info> <CustomizeOnInstantiate>true</CustomizeOnInstantiate> </CustomizationSection> <DateCreated>2014-06-09T20:42:34.177Z</DateCreated> </VAppTemplate> DEBUG inventory_check: Catalog item is now {"precise32"=>"44f53541-9ffd-43d1-b369-f38cbc8e7860", :vms_hash=>{"precise32-2"=>{:id=>"cc689800-ffaa-476a-8e4a-41dd3592a1f4"}}} INFO inventory_check: Catalog [Tim2] exists INFO inventory_check: Using catalog item [precise32] in Catalog [Tim2]... INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x3ecc190> INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #<Vagrant::Action::Builder:0x3a78080> INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::IsCreated:0x3a85190> WARN is_created: vApp has not been created INFO warden: Calling OUT action: #<VagrantPlugins::VCloud::Action::IsCreated:0x3a85190> INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #<Vagrant::Action::Warden:0x3b30ce8> INFO warden: Calling IN action: #<Proc:0x3c3a8a8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:94 (lambda)> INFO warden: Calling IN action: #<VagrantPlugins::VCloud::Action::BuildVApp:0x3b30c88> DEBUG build_vapp: Input address: 10.230.138.255/255.255.254.0 DEBUG build_vapp: Range: ["10.230.138.0", "10.230.138.1", "10.230.138.2", "10.230.138.3", "10.230.138.4", "10.230.138.5", "10.230.138.6", "10.230.138.7", "10.230.138.8", "10.230.138.9", "10.230.138.10", "10.230.138.11", "10.230.138.12", "10.230.138.13", "10.230.138.14", "10.230.138.15", "10.230.138.16", "10.230.138.17", "10.230.138.18", "10.230.138.19", "10.230.138.20", "10.230.138.21", "10.230.138.22", "10.230.138.23", "10.230.138.24", "10.230.138.25", "10.230.138.26", "10.230.138.27", "10.230.138.28", "10.230.138.29", "10.230.138.30", "10.230.138.31", "10.230.138.32", "10.230.138.33", "10.230.138.34", "10.230.138.35", "10.230.138.36", "10.230.138.37", "10.230.138.38", "10.230.138.39", "10.230.138.40", "10.230.138.41", "10.230.138.42", "10.230.138.43", "10.230.138.44", "10.230.138.45", "10.230.138.46", "10.230.138.47", "10.230.138.48", "10.230.138.49", "10.230.138.50", "10.230.138.51", "10.230.138.52", "10.230.138.53", "10.230.138.54", "10.230.138.55", "10.230.138.56", "10.230.138.57", "10.230.138.58", "10.230.138.59", "10.230.138.60", "10.230.138.61", "10.230.138.62", "10.230.138.63", "10.230.138.64", "10.230.138.65", "10.230.138.66", "10.230.138.67", "10.230.138.68", "10.230.138.69", "10.230.138.70", "10.230.138.71", "10.230.138.72", "10.230.138.73", "10.230.138.74", "10.230.138.75", "10.230.138.76", "10.230.138.77", "10.230.138.78", "10.230.138.79", "10.230.138.80", "10.230.138.81", "10.230.138.82", "10.230.138.83", "10.230.138.84", "10.230.138.85", "10.230.138.86", "10.230.138.87", "10.230.138.88", "10.230.138.89", "10.230.138.90", "10.230.138.91", "10.230.138.92", "10.230.138.93", "10.230.138.94", "10.230.138.95", "10.230.138.96", "10.230.138.97", "10.230.138.98", "10.230.138.99", "10.230.138.100", "10.230.138.101", "10.230.138.102", "10.230.138.103", "10.230.138.104", "10.230.138.105", "10.230.138.106", "10.230.138.107", "10.230.138.108", "10.230.138.109", "10.230.138.110", "10.230.138.111", "10.230.138.112", "10.230.138.113", "10.230.138.114", "10.230.138.115", "10.230.138.116", "10.230.138.117", "10.230.138.118", "10.230.138.119", "10.230.138.120", "10.230.138.121", "10.230.138.122", "10.230.138.123", "10.230.138.124", "10.230.138.125", "10.230.138.126", "10.230.138.127", "10.230.138.128", "10.230.138.129", "10.230.138.130", "10.230.138.131", "10.230.138.132", "10.230.138.133", "10.230.138.134", "10.230.138.135", "10.230.138.136", "10.230.138.137", "10.230.138.138", "10.230.138.139", "10.230.138.140", "10.230.138.141", "10.230.138.142", "10.230.138.143", "10.230.138.144", "10.230.138.145", "10.230.138.146", "10.230.138.147", "10.230.138.148", "10.230.138.149", "10.230.138.150", "10.230.138.151", "10.230.138.152", "10.230.138.153", "10.230.138.154", "10.230.138.155", "10.230.138.156", "10.230.138.157", "10.230.138.158", "10.230.138.159", "10.230.138.160", "10.230.138.161", "10.230.138.162", "10.230.138.163", "10.230.138.164", "10.230.138.165", "10.230.138.166", "10.230.138.167", "10.230.138.168", "10.230.138.169", "10.230.138.170", "10.230.138.171", "10.230.138.172", "10.230.138.173", "10.230.138.174", "10.230.138.175", "10.230.138.176", "10.230.138.177", "10.230.138.178", "10.230.138.179", "10.230.138.180", "10.230.138.181", "10.230.138.182", "10.230.138.183", "10.230.138.184", "10.230.138.185", "10.230.138.186", "10.230.138.187", "10.230.138.188", "10.230.138.189", "10.230.138.190", "10.230.138.191", "10.230.138.192", "10.230.138.193", "10.230.138.194", "10.230.138.195", "10.230.138.196", "10.230.138.197", "10.230.138.198", "10.230.138.199", "10.230.138.200", "10.230.138.201", "10.230.138.202", "10.230.138.203", "10.230.138.204", "10.230.138.205", "10.230.138.206", "10.230.138.207", "10.230.138.208", "10.230.138.209", "10.230.138.210", "10.230.138.211", "10.230.138.212", "10.230.138.213", "10.230.138.214", "10.230.138.215", "10.230.138.216", "10.230.138.217", "10.230.138.218", "10.230.138.219", "10.230.138.220", "10.230.138.221", "10.230.138.222", "10.230.138.223", "10.230.138.224", "10.230.138.225", "10.230.138.226", "10.230.138.227", "10.230.138.228", "10.230.138.229", "10.230.138.230", "10.230.138.231", "10.230.138.232", "10.230.138.233", "10.230.138.234", "10.230.138.235", "10.230.138.236", "10.230.138.237", "10.230.138.238", "10.230.138.239", "10.230.138.240", "10.230.138.241", "10.230.138.242", "10.230.138.243", "10.230.138.244", "10.230.138.245", "10.230.138.246", "10.230.138.247", "10.230.138.248", "10.230.138.249", "10.230.138.250", "10.230.138.251", "10.230.138.252", "10.230.138.253", "10.230.138.254", "10.230.138.255", "10.230.139.0", "10.230.139.1", "10.230.139.2", "10.230.139.3", "10.230.139.4", "10.230.139.5", "10.230.139.6", "10.230.139.7", "10.230.139.8", "10.230.139.9", "10.230.139.10", "10.230.139.11", "10.230.139.12", "10.230.139.13", "10.230.139.14", "10.230.139.15", "10.230.139.16", "10.230.139.17", "10.230.139.18", "10.230.139.19", "10.230.139.20", "10.230.139.21", "10.230.139.22", "10.230.139.23", "10.230.139.24", "10.230.139.25", "10.230.139.26", "10.230.139.27", "10.230.139.28", "10.230.139.29", "10.230.139.30", "10.230.139.31", "10.230.139.32", "10.230.139.33", "10.230.139.34", "10.230.139.35", "10.230.139.36", "10.230.139.37", "10.230.139.38", "10.230.139.39", "10.230.139.40", "10.230.139.41", "10.230.139.42", "10.230.139.43", "10.230.139.44", "10.230.139.45", "10.230.139.46", "10.230.139.47", "10.230.139.48", "10.230.139.49", "10.230.139.50", "10.230.139.51", "10.230.139.52", "10.230.139.53", "10.230.139.54", "10.230.139.55", "10.230.139.56", "10.230.139.57", "10.230.139.58", "10.230.139.59", "10.230.139.60", "10.230.139.61", "10.230.139.62", "10.230.139.63", "10.230.139.64", "10.230.139.65", "10.230.139.66", "10.230.139.67", "10.230.139.68", "10.230.139.69", "10.230.139.70", "10.230.139.71", "10.230.139.72", "10.230.139.73", "10.230.139.74", "10.230.139.75", "10.230.139.76", "10.230.139.77", "10.230.139.78", "10.230.139.79", "10.230.139.80", "10.230.139.81", "10.230.139.82", "10.230.139.83", "10.230.139.84", "10.230.139.85", "10.230.139.86", "10.230.139.87", "10.230.139.88", "10.230.139.89", "10.230.139.90", "10.230.139.91", "10.230.139.92", "10.230.139.93", "10.230.139.94", "10.230.139.95", "10.230.139.96", "10.230.139.97", "10.230.139.98", "10.230.139.99", "10.230.139.100", "10.230.139.101", "10.230.139.102", "10.230.139.103", "10.230.139.104", "10.230.139.105", "10.230.139.106", "10.230.139.107", "10.230.139.108", "10.230.139.109", "10.230.139.110", "10.230.139.111", "10.230.139.112", "10.230.139.113", "10.230.139.114", "10.230.139.115", "10.230.139.116", "10.230.139.117", "10.230.139.118", "10.230.139.119", "10.230.139.120", "10.230.139.121", "10.230.139.122", "10.230.139.123", "10.230.139.124", "10.230.139.125", "10.230.139.126", "10.230.139.127", "10.230.139.128", "10.230.139.129", "10.230.139.130", "10.230.139.131", "10.230.139.132", "10.230.139.133", "10.230.139.134", "10.230.139.135", "10.230.139.136", "10.230.139.137", "10.230.139.138", "10.230.139.139", "10.230.139.140", "10.230.139.141", "10.230.139.142", "10.230.139.143", "10.230.139.144", "10.230.139.145", "10.230.139.146", "10.230.139.147", "10.230.139.148", "10.230.139.149", "10.230.139.150", "10.230.139.151", "10.230.139.152", "10.230.139.153", "10.230.139.154", "10.230.139.155", "10.230.139.156", "10.230.139.157", "10.230.139.158", "10.230.139.159", "10.230.139.160", "10.230.139.161", "10.230.139.162", "10.230.139.163", "10.230.139.164", "10.230.139.165", "10.230.139.166", "10.230.139.167", "10.230.139.168", "10.230.139.169", "10.230.139.170", "10.230.139.171", "10.230.139.172", "10.230.139.173", "10.230.139.174", "10.230.139.175", "10.230.139.176", "10.230.139.177", "10.230.139.178", "10.230.139.179", "10.230.139.180", "10.230.139.181", "10.230.139.182", "10.230.139.183", "10.230.139.184", "10.230.139.185", "10.230.139.186", "10.230.139.187", "10.230.139.188", "10.230.139.189", "10.230.139.190", "10.230.139.191", "10.230.139.192", "10.230.139.193", "10.230.139.194", "10.230.139.195", "10.230.139.196", "10.230.139.197", "10.230.139.198", "10.230.139.199", "10.230.139.200", "10.230.139.201", "10.230.139.202", "10.230.139.203", "10.230.139.204", "10.230.139.205", "10.230.139.206", "10.230.139.207", "10.230.139.208", "10.230.139.209", "10.230.139.210", "10.230.139.211", "10.230.139.212", "10.230.139.213", "10.230.139.214", "10.230.139.215", "10.230.139.216", "10.230.139.217", "10.230.139.218", "10.230.139.219", "10.230.139.220", "10.230.139.221", "10.230.139.222", "10.230.139.223", "10.230.139.224", "10.230.139.225", "10.230.139.226", "10.230.139.227", "10.230.139.228", "10.230.139.229", "10.230.139.230", "10.230.139.231", "10.230.139.232", "10.230.139.233", "10.230.139.234", "10.230.139.235", "10.230.139.236", "10.230.139.237", "10.230.139.238", "10.230.139.239", "10.230.139.240", "10.230.139.241", "10.230.139.242", "10.230.139.243", "10.230.139.244", "10.230.139.245", "10.230.139.246", "10.230.139.247", "10.230.139.248", "10.230.139.249", "10.230.139.250", "10.230.139.251", "10.230.139.252", "10.230.139.253", "10.230.139.254", "10.230.139.255"] DEBUG build_vapp: Gateway IP: 10.230.138.1 DEBUG build_vapp: Netmask: 255.255.254.0 DEBUG build_vapp: IP Pool: 10.230.138.2-10.230.139.254 DEBUG build_vapp: DNS1: 8.8.8.8 DNS2: 8.8.4.4 INFO interface: info: Building vApp... INFO interface: info: ==> test2: Building vApp... [1m==> test2: Building vApp...[0m ERROR warden: Error occurred: undefined method `[]' for nil:NilClass INFO warden: Beginning recovery process... INFO warden: Recovery complete. ERROR warden: Error occurred: undefined method `[]' for nil:NilClass INFO warden: Beginning recovery process... INFO warden: Recovery complete. ERROR warden: Error occurred: undefined method `[]' for nil:NilClass INFO warden: Beginning recovery process... INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x3ecc190> INFO warden: Beginning recovery process... INFO warden: Recovery complete. INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x3c68ef8> INFO warden: Beginning recovery process... INFO warden: Recovery complete. INFO warden: Recovery complete. INFO warden: Beginning recovery process... INFO warden: Recovery complete. INFO warden: Beginning recovery process... INFO warden: Recovery complete. ERROR warden: Error occurred: undefined method `[]' for nil:NilClass INFO warden: Beginning recovery process... INFO warden: Recovery complete. INFO warden: Beginning recovery process... INFO warden: Recovery complete. ERROR warden: Error occurred: undefined method `[]' for nil:NilClass INFO warden: Beginning recovery process... INFO warden: Recovery complete. INFO warden: Beginning recovery process... INFO warden: Recovery complete. INFO warden: Beginning recovery process... INFO warden: Recovery complete. INFO environment: Released process lock: machine-action-fe346541924cd44a5d483f26e3ff81c4 INFO environment: Running hook: environment_unload INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #<Vagrant::Action::Builder:0x413c058> C:/Users/[REDACTED: ACCOUNT ID]/.vagrant.d/gems/gems/vagrant-vcloud-0.3.3/lib/vagrant-vcloud/action/build_vapp.rb:127:in `call': undefined method `[]' for nil:NilClass (NoMethodError) from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:95:in `block in finalize_action' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/builder.rb:116:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/runner.rb:66:in `block in run' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/util/busy.rb:19:in `busy' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/runner.rb:66:in `run' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/builtin/call.rb:53:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/Users/[REDACTED: ACCOUNT ID]/.vagrant.d/gems/gems/vagrant-vcloud-0.3.3/lib/vagrant-vcloud/action/inventory_check.rb:15:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/Users/[REDACTED: ACCOUNT ID]/.vagrant.d/gems/gems/vagrant-vcloud-0.3.3/lib/vagrant-vcloud/action/connect_vcloud.rb:50:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:95:in `block in finalize_action' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/builtin/handle_box.rb:56:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:95:in `block in finalize_action' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/builder.rb:116:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/runner.rb:66:in `block in run' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/util/busy.rb:19:in `busy' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/runner.rb:66:in `run' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/builtin/call.rb:53:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/builtin/config_validate.rb:25:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/builder.rb:116:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/runner.rb:66:in `block in run' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/util/busy.rb:19:in `busy' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/runner.rb:66:in `run' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/machine.rb:196:in `action_raw' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/machine.rb:173:in `block in action' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/environment.rb:434:in `lock' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/machine.rb:161:in `call' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/machine.rb:161:in `action' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/batch_action.rb:82:in `block (2 levels) in run'
One final note: I had to manually upload the "precise32" image (out of my .vagrant.d directory) and put it into the desired vCloud Director catalog. Seems the Vagrant upload process didn't do it (would just hang for hours or days until I forcibly killed it).
Dies while attempting to create a vApp...
I've attempted to trace through the source to figure out what's going on, but I'm getting lost in a Lamda expression in "warden.rb".
Originally, I noticed that I was an older version of Vagrant, so I upgraded Vagrant to the newest version, as you can see in the stack trace, above. Sadly, that didn't seem to have anything to with it: no change.
Any hints?