Skip to content

Instantly share code, notes, and snippets.

@smurugap
Last active March 21, 2019 03:19
Show Gist options
  • Save smurugap/1a3a5d9a21bed2102a635b606ebcb6d8 to your computer and use it in GitHub Desktop.
Save smurugap/1a3a5d9a21bed2102a635b606ebcb6d8 to your computer and use it in GitHub Desktop.
Build Contrail
571 git clone git@github.com:Juniper/contrail-dev-env
572 cd contrail-dev-env/
573 ./vm-dev-env/init.sh
596 cd ../contrail/third_party/
610 yum group install -y "Development tools"
611 python fetch_packages.py
616 cd ../contrail-dev-env/
617 make sync
618 make fetch_packages
619 make setup
620 make dep
621 scons controller/src/config/svc_monitor:test
622 pip install tox
623 scons controller/src/config/api-server:test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment