diff options
author | Bin Hu <bh526r@att.com> | 2015-12-24 23:02:33 -0800 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2015-12-24 23:02:33 -0800 |
commit | a656b64800ee935870d8417ac72d3030aeb595bc (patch) | |
tree | abaed1b98900a2e95e2c11854b8f47f8ade50933 /docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst | |
parent | 28ad68808e0ad96bbb3ae4adb2e5b63209f68275 (diff) |
JIRA: IPVSIX-29
Change-Id: I3e911337530ac006ec8457fa87c6a175cac23562
Signed-off-by: Bin Hu <bh526r@att.com>
Diffstat (limited to 'docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst')
-rw-r--r-- | docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst b/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst index 625dc15..6f4aba2 100644 --- a/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst +++ b/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst @@ -10,7 +10,7 @@ For exemplary purpose, we assume: * A two-node setup of OpenStack environment is used as shown in :numref:`s1-figure1` * The hostname of OpenStack Controller+Network+Compute Node is ``opnfv-os-controller``, and the host IP address -is ``192.168.0.10`` + 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`` * Ubuntu 14.04 is installed * We use ``opnfv`` as username to login. @@ -54,7 +54,7 @@ We assume the hostname is ``opnfv-os-controller``, and the host IP address is `` .. code-block:: bash - cp /opt/stack/local.conf.controller ~/devstack/local.conf + cp /opt/stack/opnfv_os_ipv6_poc/local.conf.controller ~/devstack/local.conf **OS-NATIVE-N-3**: If you want to modify any ``devstack`` configuration, update ``local.conf`` now. @@ -92,7 +92,10 @@ We assume the hostname is ``opnfv-os-compute``, and the host IP address is ``192 .. code-block:: bash - cp /opt/stack/local.conf.compute ~/devstack/local.conf + 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 **OS-NATIVE-M-3**: If you want to modify any ``devstack`` configuration, update ``local.conf`` now. @@ -151,7 +154,7 @@ instructions to verify that Security Groups are disabled, and configuration matc firewall_driver = nova.virt.firewall.NoopFirewallDriver ********************************* -Set Up Service VM as Ipv6 vRouter +Set Up Service VM as IPv6 vRouter ********************************* **OS-NATIVE-SETUP-1**: Now we assume that OpenStack multi-node setup is up and running. The following @@ -220,7 +223,7 @@ below are for exemplary purpose. **Please replace them with the IP addresses of opnfv@opnfv-os-controller:~/devstack$ opnfv@opnfv-os-controller:~/devstack$ ip route default via 198.59.156.1 dev br-ex - 10.134.156.0/24 dev eth0 proto kernel scope link src 10.134.156.113 + 192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.10 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 |