From bcd2e6455dbdd86b52e51bdecd194d75fa09426a Mon Sep 17 00:00:00 2001 From: Bin Hu Date: Fri, 8 Jan 2016 22:27:13 -0800 Subject: JIRA:IPVSIX-29 Change-Id: Iadb01d1dd79e1da05003bbc524040c03d20abe88 Signed-off-by: Bin Hu (cherry picked from commit 987aa5e0d106068f6c4887ba21bcd4321cb7f203) --- .../scenario-3-1-ipv6-configguide-odl-setup.rst | 24 +++++++++------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'docs/setupservicevm/scenario-3-1-ipv6-configguide-odl-setup.rst') diff --git a/docs/setupservicevm/scenario-3-1-ipv6-configguide-odl-setup.rst b/docs/setupservicevm/scenario-3-1-ipv6-configguide-odl-setup.rst index 89152d5..3a068e0 100644 --- a/docs/setupservicevm/scenario-3-1-ipv6-configguide-odl-setup.rst +++ b/docs/setupservicevm/scenario-3-1-ipv6-configguide-odl-setup.rst @@ -10,26 +10,22 @@ For exemplary purpose, we assume: * We use ``opnfv`` as username to login. * Java 7 is installed in directory ``/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.85-2.6.1.2.el7_1.x86_64/`` -**ODL-1**: Login to Open Daylight Controller Node with username ``opnfv``. +Please **NOTE** that this Scenario 3 uses an Open Daylight Lithium controller which is built +from the latest ``stable/Lithium`` branch that includes the fix of a bug, there is a **prerequisite** +that you are able to build this Open Daylight Lithium Controller from the the latest ``stable/Lithium`` +branch. Please refer to relevant documentation from Open Daylight. -**ODL-2**: Download the ODL Lithium distribution from -``http://www.opendaylight.org/software/downloads`` +**ODL-1**: **Prerequisite** - build Open Daylight Lithium Controller from the the latest +``stable/Lithium`` branch, and make it available for step **ODL-3**. -.. code-block:: bash - - wget https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.3.3-Lithium-SR3/distribution-karaf-0.3.3-Lithium-SR3.tar.gz +**ODL-2**: Login to Open Daylight Controller Node with username ``opnfv``. -**Note**: This **ODL-2** is a placeholder, and to be replaced with actual URL of a build from the latest -``stable/Lithium`` branch which includes the fix. - -**ODL-3**: Extract the tar file +**ODL-3**: Extract the tar file of your custom build of Open Daylight Lithium Controller +from step **ODL-1**. .. code-block:: bash - tar -zxvf distribution-karaf-0.3.3-Lithium-SR3.tar.gz - -**Note**: This **ODL-3** is a placeholder, and to be replaced with actual tarball of a build from the latest -``stable/Lithium`` branch which includes the fix. + tar -zxvf .tar.gz **ODL-4**: Install Java7 -- cgit 1.2.3-korg