From d9ccf7d771afc6ad886182cdd7fbc956632e4935 Mon Sep 17 00:00:00 2001 From: Bin Hu Date: Wed, 19 Aug 2015 18:07:01 -0700 Subject: JIRA: IPVSIX-17 Change-Id: I5ba22e211b75407f93463b6184335306ae90e613 Signed-off-by: Bin Hu --- vrouter/Service_VM_as_vRouter.txt | 44 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 vrouter/Service_VM_as_vRouter.txt (limited to 'vrouter/Service_VM_as_vRouter.txt') diff --git a/vrouter/Service_VM_as_vRouter.txt b/vrouter/Service_VM_as_vRouter.txt new file mode 100644 index 0000000..8592323 --- /dev/null +++ b/vrouter/Service_VM_as_vRouter.txt @@ -0,0 +1,44 @@ +================================== +Exercising Service VM as a vRouter +================================== + +There are 3 steps to set up a service VM as a vRouter: + +- Step 1: `Get a service VM running`_ + +- Step 2: `Handling Neutron Security Group Feature`_ + +- Step 3: `Set up an IPv6 vRouter on the Service VM`_ + +*************************** +_`Get a Service VM Running` +*************************** + +Please click `Set up Service VM`_ page for instructions to get a service VM running. + +.. _`Set up Service VM`: ./setup_service_vm.html + +****************************************** +_`Handling Neutron Security Group Feature` +****************************************** + +------------------------------ +Disable Security Group Feature +------------------------------ + +If Open Stack is integrated and running with Open Daylight, we need to completely disable Security Group feature in Open Stack because Open Daylight doesn’t support it. + +---------------------------------------------------------- +Use Neutron ML2 Port Security Extension (Kilo and Liberty) +---------------------------------------------------------- + +For Open Stack Kilo or Liberty with ML2 OVS only (without Open Daylight), we need to use Port Security Extension of Neutron and disable Anti-spoofing Rule on the service VM. + +******************************************* +_`Set up an IPv6 vRouter on the Service VM` +******************************************* + +Please click `Set up IPv6 vRouter`_ page for instructions to set up an IPv6 vRouter on a Service VM. + +.. _`Set up IPv6 vRouter`: ./setup_ipv6_vrouter.html + -- cgit 1.2.3-korg