This code ought to compile opencontrail in vagrant to be used to integrate the binaries in a production OpenStack setup. Currently it only supports Centos-6.5.
You need to have a personal github ssh key in your command line environment. vagrant will ssh-agent this key to the install script. If you want to run it in the background, you need to configure your ssh key in the install_script.
- install vagrant with VirtualBox support
git clone https://github.com/stefanandres/contrail-build.git
cd contrail-build/centos65
vagrant up
- binaries currently are deployed in the VM in /tmp/contrail_install (vagrant ssh to enter VM)
- adding -j to the actual scons install job breaks the build process, so the entire build takes like 30-60 minutes