Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 841 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 841 Bytes

contrail-build

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.

Requirements

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.

Installation/Running

  1. install vagrant with VirtualBox support
  2. git clone https://github.com/stefanandres/contrail-build.git
  3. cd contrail-build/centos65
  4. vagrant up
  5. binaries currently are deployed in the VM in /tmp/contrail_install (vagrant ssh to enter VM)

KNOWN ISSUES

  • adding -j to the actual scons install job breaks the build process, so the entire build takes like 30-60 minutes