Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Releases: frapposelli/vagrant-vcloud

Too Much Information

28 Sep 04:46
Compare
Choose a tag to compare
Too Much Information Pre-release
Pre-release
  • Added support for Vagrant 1.6.5+

Rehumanize Yourself

05 Sep 16:26
Compare
Choose a tag to compare
Rehumanize Yourself Pre-release
Pre-release
  • Support for vmware_ovf

Bombs Away

08 Aug 10:11
Compare
Choose a tag to compare
Bombs Away Pre-release
Pre-release

Several critical bug fixes for vCHS and a better URL handling in the REST API driver, now hostname accepts copy and paste from vCHS API URL.

Omegaman

16 Jun 07:00
Compare
Choose a tag to compare
Omegaman Pre-release
Pre-release

New Features:

  • Support for Vagrant Cloud boxes.
  • Enabled setting Nested Hypervisor support (Hypervisor running as a vCloud VM) with this setting:
  tst.vm.provider "vcloud" do |v|
    v.nested_hypervisor = true
  end
  • You can now set memory and cpu at runtime.
    config.vm.provider "vcloud" do |v|
      v.memory = 4096
      v.cpus = 4
    end

Fixes:

As always, many thanks to @StefanScherer and @tsugliani for the hard work!

Walking in your footsteps

21 May 09:34
Compare
Choose a tag to compare
Pre-release

Features of Version 0.3.3 are:

  • Critical Bug Fix for network_bridge users [#67]

Demolition Man

20 May 09:51
Compare
Choose a tag to compare
Demolition Man Pre-release
Pre-release

Features of Version 0.3.2 are:

  • Added support for vagrant share command [Issue #31]
  • Restructured the vagrant vcloud-status to vagrant vcloud namespace for future-proofing [Issue #53]
  • Added vagrant vcloud --redeploy-edge-gw to redeploy Edge Gateway [Issue #54]
  • Several Bug Fixes [Issues #45, #46, #47, #48, #51, #52, #56, #57, #61]

No Time this Time

06 May 05:23
Compare
Choose a tag to compare
No Time this Time Pre-release
Pre-release

Features of Version 0.3.1 are:

  • Small hotfix to include "preRunning" condition when using vCloud Director 5.5 [Issue #44]

Roxanne

30 Apr 16:46
Compare
Choose a tag to compare
Roxanne Pre-release
Pre-release

A substantial release, major kudos to Stefan Scherer (@StefanScherer) who submitted some substantious PRs!

Features of Version 0.3.0 are:

  • Added support for port mapping at the Organization Edge Gateway.
  • Added a new configuration options vapp_prefix to change vApp prefix (defaults to Vagrant).
  • Improved vcloud-status command.
  • Fixed cygdrive path for rsync on Windows.
  • Fixed Issue #33 - Error removing/creating NAT rules on second vagrant up.
  • Fixed Issue #43 - Destroy fails if VMs are halted.

Behind my Camel

09 Apr 18:05
Compare
Choose a tag to compare
Behind my Camel Pre-release
Pre-release

Features of Version 0.2.2 are:

  • Fixed Issue #32 - Port Forwarding rules are deleted when Halting a VM.

Next to You

03 Apr 23:36
Compare
Choose a tag to compare
Next to You Pre-release
Pre-release

Features of Version 0.2.1 are:

  • Critical Bugfixes