Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 18 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,18 @@ To make devstack-scripts visible::
This assumes that ODL is 192.168.50.1. If you need to change this, edit /etc/environment,
change the 'export ODL=' to the right IP address, save, exit, and repeat source command above.

After stacking for the first time, edit local.conf and:
Stacking for the first time has to be done in RECLONE mode which allows Devstack modules to be cloned (into
/opt/stack directory). Run the following script in $HOME/devstack directory::

./stack.sh

When it's done edit local.conf and::

uncomment: 'OFFLINE=True'
uncomment: 'OFFLINE=True'

comment out: 'RECLONE=yes'
comment out: 'RECLONE=yes'

To stack safely, from $HOME/devstack directory on all the nodes execute::
To stack safely in OFFLINE mode, from $HOME/devstack directory on all the nodes execute::

restack.sh

Expand All @@ -71,12 +76,17 @@ To verify from control node if all the nodes are stacked successfully::
Testing
-----

1) Check the ovs bridges first::
1) Run Karaf before stacking and install features::

odl-groupbasedpolicy-neutronmapper
odl-restconf

2) Check the ovs bridges::

sudo ovs-vsctl show


2) Run scripts from ~/devstack/ directory. These scripts are in the path. If you need to modify them,
3) Run scripts from ~/devstack/ directory. These scripts are in the path. If you need to modify them,
they are in /vagrant/devstack-scripts/tutorial::

step01.sh: client node on devstack-control, web node on devstack-compute-1
Expand All @@ -89,14 +99,14 @@ Testing
(videos and documentation coming soon).


3. Useful commands to verify::
4) Useful commands to verify::

flowcount.sh br-int : gives per table flow counts

flowcount.sh br-int <table#> : dumps flows from <table> in priority order


4. You can point your browser at::
5) You can point your browser at::

Horizon: 192.168.50.20 (u: admin, p:admin).

Expand Down