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

Releases: frapposelli/vagrant-vcloud

Reggatta de Blanc

03 Apr 00:06
Compare
Choose a tag to compare
Reggatta de Blanc Pre-release
Pre-release

Features of Version 0.2.0 are:

  • It's now possible to connect to an existing VDC network without creating a vShield Edge [Issue #23].
  • Added a upload_chunksize parameter to specify the chunk dimension during box uploads [Issue #21].
  • Added support for vCloud® Hybrid Service™ API version 5.7.
  • Added a new command to vagrant called vcloud-status that shows the current status of the vCloud instance relative to the Vagrant deployment. experimental
  • General code cleanup, code should be more readable and there's a rubocop file for our code conventions.
  • Passwords are now hidden when running in DEBUG mode.
  • Initial support for Vagrant 1.5 (currently not supporting the new "share" features).
  • Lowered Nokogiri requirement to 1.5.5 (you may need to remove a later version if installed).
  • Fixed the Edge Gateway NAT rules creation / deletion.
  • Added debug capabilities down to XML traffic exchanged during the REST calls.

King of Pain

26 Feb 17:33
Compare
Choose a tag to compare
King of Pain Pre-release
Pre-release

Features of Version 0.1.2 are:

  • Fix ssh_key array for the sync_folder [Issue #30] thanks @JMG-OICR

Man in a Suitcase

20 Jan 23:48
Compare
Choose a tag to compare
Man in a Suitcase Pre-release
Pre-release

Features of Version 0.1.1 are:

  • bugfix multiple sub allocation pools ranges [Issue #24]
  • Putting back Google DNS as default if not specified
  • binding vCloud 5.5 API on 5.1 driver
  • Debug cut and general cosmetic cleanup
  • added DNS choice using the "ip_dns" Array config property.
  • Updated sync_folders.rb with code from vagrant-aws, Will focus on a better sync engine later in the future.
  • Removed dependency on rest-client gem, moved everything to httpclient.
  • Fixed destroy vApp bug.

Canary in a Coalmine

13 Oct 10:51
Compare
Choose a tag to compare
Canary in a Coalmine Pre-release
Pre-release

Features of Version 0.1.0 are:

  • Basic Create/Provision/Destroy lifecycle.
  • Rsync-based provisioning (working on alternatives for that).
  • Use a single vApp as a container for Multi-VM Vagrantfiles.
  • Use a vApp vShield Edge to perform DNAT/SNAT on a single IP for Multi-VM Vagrantfiles.
  • Automatically create NAT rules on a fronting Organization Edge.
  • Automatic upload of the Vagrant box to the specified catalog.
  • Works on vCloud® Hybrid Service™!