Skip to content

linux-up/vagrant-maas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-maas

Quickly get up and running with MAAS. Maybe you are a developer wanting to test latest MAAS bits or you are presenting MAAS to a potential client? This should get you to the point where you just import boot images and attach nodes.

In the pipeline:

  • Checkout personal bazaar repos and build MAAS from source to see your latest code changes.
  • Quickly build MAAS from source and run unittests within a container.
  • Add nodes from kvm, virtualbox, and other virtualization images.

Pre-reqs

Install

% git clone git://github.com:battlemidget/vagrant-maas.git
% cd vagrant-maas
% vagrant plugin install vagrant-lxc
% vagrant box add precise64 http://bit.ly/vagrant-lxc-precise64-2013-09-28
% vagrant up --provider=lxc --provision-with ansible

Provisioning

The previous installer step should've run ansible after image was loaded. If not just run the below command

% vagrant provision

Accessing

Whatever your IP is assigned to the vagrant image vagrant ssh && ip addr show eth0 scope global "inet" is the ip you'll use to access the MAAS web ui

http://vagrant.ip/MAAS

Default login and password: admin pass

Bitdeli Badge

About

Quickly get up and running with MAAS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published