hi devs, If anyone on this list is familiar with vagrant, or would like to try out vagrant then I have a project that may be of some interest that creates openstack and stratos development environments (git, maven, eclipse).
The project is here: https://github.com/snowch/vagrant-packstack To create an stratos development environment: git clone https://github.com/snowch/vagrant-packstack.git cd vagrant-packstack vagrant plugin install vagrant-cachier vagrant plugin install vagrant-vbguest vagrant up stratosdev vagrant up openstack There are some more detailed instructions on the git page. Note: - vagrant will not work if you are sitting behind a proxy that is non-transparent - both the stratosdev and openstack virtual machines each require 2GB of memory. The goal of this project is to automate setting up a complete stratos development environment with openstack, and will complement the stratos developer guide that I am writing as it will allow developers to quickly get up and running with the stratos source code and play with a stratos runtime environment. Cheers, Chris
