-===================================
-Setting Up Open Daylight Controller
-===================================
+========================================
+Setting Up Open Daylight Controller Node
+========================================
For exemplary purpose, we assume:
-===============================
-Setting Up OpenStack Controller
-===============================
+====================================
+Setting Up OpenStack Controller Node
+====================================
Please **note** that the instructions shown here are using ``devstack`` installer. If you are an experienced
user and installs OpenStack in a different way, you can skip this step and follow the instructions of the
Now we can start to set up a service VM as an IPv6 vRouter. For exemplary purpose, we assume:
-* The hostname of Open Daylight Controller Node is ``opnfv-odl-controller``
-* The hostname of OpenStack Controller Node is ``opnfv-os-controller``
-* The hostname of OpenStack Compute Node is ``opnfv-os-compute``
+* The hostname of Open Daylight Controller Node is ``opnfv-odl-controller``, and the host IP address is
+ ``192.168.0.30``
+* The hostname of OpenStack Controller Node is ``opnfv-os-controller``, and the host IP address
+ is ``192.168.0.10``
+* The hostname of OpenStack Compute Node is ``opnfv-os-compute``, and the host IP address is ``192.168.0.20``
* We use ``opnfv`` as username to login.
* We use ``devstack`` to install OpenStack Kilo, and the directory is ``~/devstack``
* Note: all IP addresses as shown below are for exemplary purpose.
Please note that:
-* Please note that the IP address ``198.59.156.113`` and related subnet and gateway addressed in the command
+* The IP address ``198.59.156.113`` and related subnet and gateway addressed in the command
below are for exemplary purpose. **Please replace them with the IP addresses of your actual network**.
-* **this can be automated in /etc/network/interfaces**.
+* **This can be automated in /etc/network/interfaces**.
**SETUP-SVM-4**: Verify that ``br-ex`` now has the original external IP address, and that the default route is on
``br-ex``
cp /opt/stack/opnfv_os_ipv6_poc/local.conf.compute ~/devstack/local.conf
Please **note** that you need to change the IP address of ``SERVICE_HOST`` to point to your actual IP
-address of OpenStack Controller
+address of OpenStack Controller
**OS-NATIVE-M-3**: If you want to modify any ``devstack`` configuration, update ``local.conf`` now.
192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1
198.59.156.0/24 dev br-ex proto kernel scope link src 198.59.156.113
+Please note that the IP addresses above are exemplary purpose.
+
**OS-NATIVE-SETUP-8**: Create Neutron networks ``ipv4-int-network1`` and ``ipv6-int-network2``
with port_security disabled