Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

tweag/vagrant-cloudstack-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-cloudstack-simulator

Prerequisites

Using the prebuilt box

Create a Vagrantfile:

Vagrant.configure("2") do |config|
  config.vm.box = "cloudstack-simulator"
  config.vm.box_url = "https://dl.dropboxusercontent.com/u/4153969/PromptWorks/cloudstack-simulator.box"

  config.vm.network "private_network", ip: "10.0.123.101"

  config.vm.provider "virtualbox" do |vbox|
    vbox.memory = 2048
  end
end

and start the box:

$ vagrant up

Building

Use make. The entire build from scratch takes about 40 minutes, and creates a ~1.5GB box file.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages