********************
The architectural design of using a service VM as an IPv6 vRouter is
-shown as follows :numref:`figure1`:
+shown as follows in :numref:`figure1`:
.. figure:: images/ipv6-architecture.png
:name: figure1
Node. The second host is used as Open Daylight Controller Node. And the third one is used as
OpenStack Compute Node.
-For exemplary purpose, we give them hostnames ``opnfv-odl-
-controller``, ``opnfv-os-controller``, and ``opnfv-os-compute``
-respectively.
+For exemplary purpose, we give them hostnames ``opnfv-odl-controller``,
+``opnfv-os-controller``, and ``opnfv-os-compute`` respectively.
-The underlay network topology of those 3 hosts are shown as follows :numref:`figure2`:
+The underlay network topology of those 3 hosts are shown as follows in :numref:`figure2`:
.. figure:: images/ipv6-topology.png
:name: figure2
Underlay Network Topology
-**Please note that the IP address shown in ``:numref:`figure2```
-are for exemplary purpose. You need to configure your public IP
+**Please note that the IP address shown in** ``:numref:`figure2```
+**are for exemplary purpose. You need to configure your public IP
address connecting to Internet according to your actual network
infrastructure. And you need to make sure the private IP address are
-not conflicting with other subnets.
+not conflicting with other subnets**.
===================================
For exemplary purpose, we assume:
-* The hostname of Open Daylight Controller Node is ``opnfv-odl-
-controller``
+
+* The hostname of Open Daylight Controller Node is ``opnfv-odl-controller``
* CentOS 7 is installed
* 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/``
+* 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``.
| ``sudo yum install -y iptables-services``
| ``sudo touch /etc/sysconfig/iptables``
| ``sudo systemctl enable iptables.service``
-| ``sudo systemctl start iptables.service ``
+| ``sudo systemctl start iptables.service``
| ``sudo iptables -I INPUT 1 -i ens160 -j ACCEPT``
-| ``sudo iptables -I INPUT -m state --state NEW -p tcp --dport 8181 -j ACCEPT # For ODL DLUX UI``
+| ``# For ODL DLUX UI``
+| ``sudo iptables -I INPUT -m state --state NEW -p tcp --dport 8181 -j ACCEPT``
| ``sudo iptables-save > /etc/sysconfig/iptables``
**ODL-6**: Open a screen session.
**ODL-8**: Set the JAVA environment variables.
-| ``export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.85-2.6.1.2.el7_1.x86_64/jre``
-| ``export PATH=$PATH:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.85-2.6.1.2.el7_1.x86_64/jre/bin``
+ ``export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.85-2.6.1.2.el7_1.x86_64/jre``
+
+ ``export PATH=$PATH:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.85-2.6.1.2.el7_1.x86_64/jre/bin``
**ODL-9**: Run the ``karaf`` shell.
**ODL-13**: To enable ODL DLUX UI, install the following features.
Then you can navigate to
``http://<opnfv-odl-controller IP address>:8181/index.html`` for DLUX
-UI. The default user-name and password is admin/admin.
+UI. The default user-name and password is ``admin/admin``.
``opendaylight-user@opnfv>feature:install odl-restconf odl-l2switch-switch odl-mdsal-apidocs odl-dlux-core``
===============================
For exemplary purpose, we assume:
-* The hostname of OpenStack Controller Node is ``opnfv-os-
-controller``
+
+* The hostname of OpenStack Controller Node is ``opnfv-os-controller``
* Ubuntu 14.04 is installed
* We use ``opnfv`` as username to login.
* We use ``devstack`` to install OpenStack Kilo
``http://fpaste.org/276949/39476214/``
-**Note 1**: you need to change the IP address of ``ODL_MGR_IP`` to
+ **Note 1**: you need to change the IP address of ``ODL_MGR_IP`` to
point to your actual IP address of Open Daylight Controller.
-**Note 2**: You may have to change the value of
+ **Note 2**: You may have to change the value of
``ODL_PROVIDER_MAPPINGS`` and ``PUBLIC_INTERFACE`` to match your
actual network interfaces.
**OS-N-7**: If the setup is successful you would see the following logs on the console. Please note
that the IP addresses are all for the purpose of example. Your IP addresses will match the ones
-assigned during the installation of OPNFV B Release base platform in prior chapters.
+of your actual network interfaces.
| ``This is your host ip: <opnfv-os-controller IP address>``
| ``Horizon is now available at http://<opnfv-os-controller IP address>/``
=================================
For exemplary purpose, we assume:
+
* The hostname of OpenStack Compute Node is ``opnfv-os-compute``
* Ubuntu 14.04 is installed
* We use ``opnfv`` as username to login.
``http://fpaste.org/276958/44395955/``
-**Note 1**: you need to change the IP address of ``SERVICE_HOST`` to
+ **Note 1**: you need to change the IP address of ``SERVICE_HOST`` to
point to your actual IP address of OpenStack Controller.
-**Note 2**: you need to change the IP address of ``ODL_MGR_IP`` to
+ **Note 2**: you need to change the IP address of ``ODL_MGR_IP`` to
point to your actual IP address of Open Daylight Controller.
-**Note 3**: You may have to change the value of
+ **Note 3**: You may have to change the value of
``ODL_PROVIDER_MAPPINGS`` and ``PUBLIC_INTERFACE`` to match your
actual network interface.