[urgent] Fix multi-node installation guide about node_2
1. What is the problem? Tricircle plugin is not installed in node_2 according to this guide. Devstack on node_2 will fail because of this. 2. What is the solution to the problem? Install tricircle in node_2 before running devstack. 3. What the features need to be implemented to the Tricircle to realize the solution? No new features. Change-Id: I51902bb7b2abdfba282409fbc6d9f2c435b4dc9c Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
This commit is contained in:
@@ -197,11 +197,20 @@ In node2,
|
|||||||
OVS_PHYSICAL_BRIDGE, eth1 and eth2 are the device names of your VLAN network
|
OVS_PHYSICAL_BRIDGE, eth1 and eth2 are the device names of your VLAN network
|
||||||
interfaces, for the "bridge" network and the external network.
|
interfaces, for the "bridge" network and the external network.
|
||||||
|
|
||||||
- 5 Run DevStack. In DevStack folder, run ::
|
- 5 In /opt/stack folder (create this folder if it does not exist), then run ::
|
||||||
|
|
||||||
|
git clone https://github.com/openstack/tricircle
|
||||||
|
|
||||||
|
- 6 After the Tricircle source code is cloned, install Tricircle manually ::
|
||||||
|
|
||||||
|
cd tricircle/
|
||||||
|
sudo pip install -e .
|
||||||
|
|
||||||
|
- 7 Run DevStack. In DevStack folder, run ::
|
||||||
|
|
||||||
./stack.sh
|
./stack.sh
|
||||||
|
|
||||||
- 6 After DevStack successfully starts, the setup is finished.
|
- 8 After DevStack successfully starts, the setup is finished.
|
||||||
|
|
||||||
How to play
|
How to play
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
|
Reference in New Issue
Block a user