JamesChan / vagrantFlexSwitchDev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrantFlexSwitchDev

This repository contains vagrant related files needed for setting up base FlexSwitch Development virtual box

Instructions on how to setup Vagrant FlexSwitch resources:

Instruction on how to bring up Vagrant Box for development:

  1. vagrant up
  2. vagrant ssh if asked for password type in: vagrant
  3. cd git
  4. Clone OpenSnaproute Repository using git clone https://github.com/OpenSnaproute/reltools.git
  5. cd reltools
  6. fab setupDevEnv

Note:

  • The above mentioned steps assumes that vagrant is already installed by the end user, with VirtualBox as the provider
  • Ubuntu 14.04 is used as base distro for the vagrant developement
  • go 1.5.3 is used

About