summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Hu <bh526r@att.com>2015-12-16 15:38:00 -0800
committerBin Hu <bh526r@att.com>2015-12-16 15:38:00 -0800
commit81ed123e74479b2ce2811bc96002a9728ed6df4d (patch)
tree37e69c6e2632df2a34dc898c13c9bd30ba6397ec
parent9879ef8ef217a33006bdf7755b475c6be6bef9ae (diff)
JIRA: IPVSIX-29
Change-Id: I962fdb311dff263c447b948a8ed6123b303a0cb9 Signed-off-by: Bin Hu <bh526r@att.com>
-rw-r--r--docs/configguide/ipv6-configguide.rst98
1 files changed, 98 insertions, 0 deletions
diff --git a/docs/configguide/ipv6-configguide.rst b/docs/configguide/ipv6-configguide.rst
new file mode 100644
index 0000000..4bdf5e4
--- /dev/null
+++ b/docs/configguide/ipv6-configguide.rst
@@ -0,0 +1,98 @@
+==========================================
+Setting Up a Service VM as an IPv6 vRouter
+==========================================
+
+After OPNFV Brahmaputra Release base platform has been successfully installed through previous chapters, there are 10 steps to set up a service VM as an IPv6 vRouter:
+
+- Step 0: `Disable odl-l3 and Enable neutron-l3-agent`_
+
+- Step 1: `Start Open Daylight`_
+
+- Step 2: `Start Open Stack`_
+
+- Step 3: `Create External Network Connectivity ext-net`_
+
+- Step 4: `Create IPv4 Subnet and Router with External Connectivity`_
+
+- Step 5: `Create IPv6 Subnet and Router with External Connectivity`_
+
+- Step 6: `Prepare Image, Metadata and Keypair for Service VM`_
+
+- Step 7: `Boot Service VM (vRouter) and other VMs in IPv6 Subnet`_
+
+- Step 8: `Spawn RADVD in vRouter`_
+
+- Step 9: `Testing to Verify Setup Complete`#_
+
+Once the setup is complete, you can go to `Next Steps`_.
+
+*********************************************
+_`Disable odl-l3 and Enable neutron-l3-agent`
+*********************************************
+
+This step is optional, and only needed if you didn't choose to enable neutron-l3-agent during previous installation of OPNFV Brahmaputra Release.
+
+If you have chosen to enable neutron-l3-agent through previous chapters, please skip this step and directly go to Step 1.
+
+# Place holder for instructions of how to disable odl-l3 and enable neutron-l3-agent
+
+**********************
+_`Start Open Daylight`
+**********************
+
+# Place holder for instructions of how to start Open Daylight
+
+*******************
+_`Start Open Stack`
+*******************
+
+# Place holder for instructions of how to start Open Stack
+
+***********************************************
+_`Create External Network Connectivity ext-net`
+***********************************************
+
+# Place holder for instructions of how to create ext-net
+
+***********************************************************
+_`Create IPv4 Subnet and Router with External Connectivity`
+***********************************************************
+
+# Place holder for instructions of how to create IPv4 subnet and router associated with
+
+***********************************************************
+_`Create IPv6 Subnet and Router with External Connectivity`
+***********************************************************
+
+# Place holder for instructions of how to create IPv6 subnet and router associated with
+
+*****************************************************
+_`Prepare Image, Metadata and Keypair for Service VM`
+*****************************************************
+
+# Place holder for instructions of how to get the image and prepare the metadata for service VM, and how to add keypairs
+
+*********************************************************
+_`Boot Service VM (vRouter) and other VMs in IPv6 Subnet`
+*********************************************************
+
+# Place holder for instructions of how to boot the service VM named vRouter, and a couple of others in the same IPv6 subnet for testing purpose
+
+*************************
+_`Spawn RADVD in vRouter`
+*************************
+
+# Place holder for instructions of how to spawn the RADVD daemon in vRouter
+
+***********************************
+_`Testing to Verify Setup Complete`
+***********************************
+
+# Place holder for instructions of how to test and verify that the setup is complete
+
+*************
+_`Next Steps`
+*************
+
+Congratulations, you have completed the setup of using a service VM to act as an IPv6 vRouter. This setup allows further open innovation by any 3rd-party. Please refer to relevant sections in User's Guide for further value-added services on this IPv6 vRouter.
+