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

Omegaman

Pre-release
Pre-release
Compare
Choose a tag to compare
@frapposelli frapposelli released this 16 Jun 07:00
· 57 commits to master since this 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!