Skip to content

Releases: MissionCriticalCloud/vagrant-cloudstack

v1.5.1

18 Apr 15:27
9e72463
Compare
Choose a tag to compare

Implemented enhancements:

  • Sync resources by name: sometimes a resource (e.g. templates) were not correctly found; resources are now looked up by specifying the name of the resource

Concession Obsession

30 Nov 14:11
Compare
Choose a tag to compare
  • Support multiple network ids and network names (PR #148)
  • Add ssh_network_id and ssh_network_name configuration (PR #149)
  • Add (firewall management for) VPC support (PR #151)
  • Remove additional data disk on destroy (PR #152)
  • Add Docker containers for development and testing (PR #159)
  • CloudStack >= 4.6 list all offerings / templates. (PR #161)

Dublin Mudslide

24 Mar 12:36
Compare
Choose a tag to compare
  • Automate port forwarding for RDP for Windows guests (PR #117)
  • Specify trusted_networks by Array (PR #121)
  • Random public port range is specified by hash using :start and :end (PR #122)
  • Generate firewall rule from port forward rules automatically (PR #123)
  • Let firewall rule elements (ipaddress,protocol,startport) use defaults (PR #123)
  • Generate SSH keypair for lifetime of VM (PR #125)
  • Deprecate usage in Vagrantfile of cloudstack.network_type (PR #134)
  • Determine dynamically from ZONE if 'Basic' or 'Advanced' networking (PR #134)
  • Allow trusted_networks as both string or array (PR #146)

Schweddy Balls

04 Sep 12:49
Compare
Choose a tag to compare
  • Add support for disk offering (PR#89)
  • Fix bug open file handles on Windows (PR#98)
  • Add support for Windows guests (PR#96)
  • Automate port forwarding for the Communicator (PR#104)
  • Allow setting to open Firewall to specific network (PR#99)
  • Make config.vm.box an optional setting in Vagrantfile (PR#105)

Merge pull request #84 from miguelaferreira/prepare-release-1.1.0

27 Jun 19:55
Compare
Choose a tag to compare
  • Allow setting VM private IP in config (PR #73)
  • Fix several coding style issues (PR #76, #77, #78)
  • Fix bug when destroying VM created with Static NAT and firewall rules (PR #81)
  • Allow expunging VM on destroy (PR #75)
  • Make network_type optional, and defaulting to "Basic" (PR #82)