Tricircle document improvement
1. What is the problem Original multi-node-installation-devstack.rst is for multi pod installation guide. Original single-node-installation-devstack.rst is for single pod installation guide. The file name is changed for clear instruction. 2. What is the solution to the problem file name is changed and file content is also updated. 3. What the features need to be implemented to the Tricircle N/A Closes-Bug: #1645940 Change-Id: I9e542dc2927c5ff0876accb1aaf1c1917713b3e1 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
This commit is contained in:
parent
133c99b28d
commit
aa0dc40713
@ -1,19 +1,19 @@
|
||||
=====================================
|
||||
Multi-node Installation with DevStack
|
||||
=====================================
|
||||
====================================
|
||||
Multi-pod Installation with DevStack
|
||||
====================================
|
||||
|
||||
Introduction
|
||||
^^^^^^^^^^^^
|
||||
|
||||
In the single node installation guide, we discuss how to deploy the Tricircle in
|
||||
one single node with DevStack. Besides the Tricircle API and the central Neutron
|
||||
In the single pod installation guide, we discuss how to deploy the Tricircle in
|
||||
one single pod with DevStack. Besides the Tricircle API and the central Neutron
|
||||
server, only one pod(one pod means one OpenStack instance) is running. Network
|
||||
is created with the default network type: local. Local type network will be only
|
||||
presented in one pod. If a local type network is already hosting virtual machines
|
||||
in one pod, you can not use it to boot virtual machine in another pod. That is
|
||||
to say, local type network doesn't support cross-pod l2 networking.
|
||||
|
||||
With multi-node installation of the Tricircle, you can try out cross-pod l2
|
||||
With multi-pod installation of the Tricircle, you can try out cross-pod l2
|
||||
networking and cross-pod l3 networking features.
|
||||
|
||||
As the first step to support cross-pod l2 networking, we have added shared VLAN
|
||||
@ -83,7 +83,7 @@ for installing DevStack in virtual machine.
|
||||
Setup
|
||||
^^^^^
|
||||
|
||||
In node1,
|
||||
In pod1 in node1,
|
||||
|
||||
- 1 Install DevStack. Please refer to
|
||||
`DevStack document <http://docs.openstack.org/developer/devstack/>`_
|
||||
@ -132,7 +132,7 @@ In node1,
|
||||
|
||||
- 6 After DevStack successfully starts, begin to setup node2.
|
||||
|
||||
In node2,
|
||||
In pod2 in node2,
|
||||
|
||||
- 1 Install DevStack. Please refer to
|
||||
`DevStack document <http://docs.openstack.org/developer/devstack/>`_
|
@ -1,9 +1,9 @@
|
||||
======================================
|
||||
Single node installation with DevStack
|
||||
======================================
|
||||
=====================================
|
||||
Single pod installation with DevStack
|
||||
=====================================
|
||||
|
||||
Now the Tricircle can be played with all-in-one single node DevStack. For
|
||||
the resource requirement to setup single node DevStack, please refer
|
||||
Now the Tricircle can be played with all-in-one single pod DevStack. For
|
||||
the resource requirement to setup single pod DevStack, please refer
|
||||
to `All-In-One Single Machine <http://docs.openstack.org/developer/devstack/guides/single-machine.html>`_ for
|
||||
installing DevStack in physical machine
|
||||
or `All-In-One Single VM <http://docs.openstack.org/developer/devstack/guides/single-vm.html>`_ for
|
Loading…
Reference in New Issue
Block a user