Jump to: navigation, search

Difference between revisions of "GroupBasedPolicy/InstallOneConvergence"

(Created page with "== Installing and Running GBP with One Convergence NVSD Controller == The following are a set of instructions for installing and working with the One Convergence NVSD Controll...")
 
m (Devstack Installation)
 
Line 3: Line 3:
  
 
=== Devstack Installation ===
 
=== Devstack Installation ===
0. Install Ubuntu 14.04
+
1. Install Ubuntu 14.04
  
1. git clone http://github.com/group-policy/devstack -b stable/juno-gbp-oc
+
2. git clone http://github.com/group-policy/devstack -b stable/juno-gbp-oc
  
2. cd devstack
+
3. cd devstack
  
3. ./stack.sh
+
4. Configure the IP Address of the NVSD Network controller and Service Controller details in local.conf.
 +
NVSD_IP=<NVSD Network Controller IP Address>
 +
service_controller_ip = <NVSD Service Controller IP Address>
  
4. source openrc demo demo
+
5. ./stack.sh
  
5. Use the "gbp" CLI binary ("gbp --help" will give you the commands)
+
6. source openrc demo demo
 +
 
 +
7. Use the "gbp" CLI binary ("gbp --help" will give you the commands)

Latest revision as of 04:19, 14 January 2015

Installing and Running GBP with One Convergence NVSD Controller

The following are a set of instructions for installing and working with the One Convergence NVSD Controller:

Devstack Installation

1. Install Ubuntu 14.04

2. git clone http://github.com/group-policy/devstack -b stable/juno-gbp-oc

3. cd devstack

4. Configure the IP Address of the NVSD Network controller and Service Controller details in local.conf.

NVSD_IP=<NVSD Network Controller IP Address>
service_controller_ip = <NVSD Service Controller IP Address>

5. ./stack.sh

6. source openrc demo demo

7. Use the "gbp" CLI binary ("gbp --help" will give you the commands)