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/0-ipv6-configguide-prep-infra.rst | |
parent | 28ad68808e0ad96bbb3ae4adb2e5b63209f68275 (diff) |
JIRA: IPVSIX-29
Change-Id: I3e911337530ac006ec8457fa87c6a175cac23562
Signed-off-by: Bin Hu <bh526r@att.com>
Diffstat (limited to 'docs/setupservicevm/0-ipv6-configguide-prep-infra.rst')
-rw-r--r-- | docs/setupservicevm/0-ipv6-configguide-prep-infra.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/setupservicevm/0-ipv6-configguide-prep-infra.rst b/docs/setupservicevm/0-ipv6-configguide-prep-infra.rst index 5b3b584..56803bf 100644 --- a/docs/setupservicevm/0-ipv6-configguide-prep-infra.rst +++ b/docs/setupservicevm/0-ipv6-configguide-prep-infra.rst @@ -24,8 +24,15 @@ prepare 3 hosts, each of which has minimum 8GB RAM and 40GB storage. One host is 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 assume: + +* The hostname of OpenStack Controller+Network+Compute 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`` +* The hostname of Open Daylight Controller Node is ``opnfv-odl-controller``, and the host IP address is + ``192.168.0.30`` +* We use ``opnfv`` as username to login. +* We use ``devstack`` to install OpenStack Kilo. Please note that OpenStack Liberty can be used as well. The underlay network topology of those 3 hosts are shown as follows in :numref:`s2-figure2`: |