From 4d706f58be9518b7a87374c16b756e48a3f31bb8 Mon Sep 17 00:00:00 2001 From: Tomas Cechvala Date: Fri, 6 Nov 2015 12:26:36 +0100 Subject: [PATCH 1/4] Update README.rst --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1f06b47..fc2fa01 100644 --- a/README.rst +++ b/README.rst @@ -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' 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 From 0fbea5892ac16f9dc47661eab959b787626f34ce Mon Sep 17 00:00:00 2001 From: Tomas Cechvala Date: Fri, 6 Nov 2015 12:32:50 +0100 Subject: [PATCH 2/4] Update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index fc2fa01..c636251 100644 --- a/README.rst +++ b/README.rst @@ -51,13 +51,13 @@ change the 'export ODL=' to the right IP address, save, exit, and repeat source 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 + ./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 in OFFLINE mode, from $HOME/devstack directory on all the nodes execute:: From feef974ad148819217b88f011c247df00c9d441d Mon Sep 17 00:00:00 2001 From: Tomas Cechvala Date: Fri, 6 Nov 2015 14:12:50 +0100 Subject: [PATCH 3/4] Update README.rst --- README.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index c636251..632ac7e 100644 --- a/README.rst +++ b/README.rst @@ -48,12 +48,12 @@ 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. -Stacking for the first time has to be done in RECLONE mode which allows Devstack modules to be cloned (into +Stacking for the first time stack 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: +When it's done edit local.conf and:: uncomment: 'OFFLINE=True' @@ -76,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 @@ -94,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 : dumps flows from 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). From 72199d6ba6f95a4857dc134700024366ccb8124e Mon Sep 17 00:00:00 2001 From: Tomas Cechvala Date: Thu, 12 Nov 2015 10:30:14 +0100 Subject: [PATCH 4/4] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 632ac7e..14683e3 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,7 @@ 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. -Stacking for the first time stack has to be done in RECLONE mode which allows Devstack modules to be cloned (into +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