THIS REPO IS DEPRECATED AND IT WILL NOT UPDATE ANYMORE. PLEASE VISIT https://github.com/life1347/openstack-deploy-scripts INSTEAD.
- Multi-node Deployment:
- https://github.com/life1347/havana-auto-deploy/blob/master/README.rst#havana-multi-node-deploy-scripts
NOTE: This guide describes installation of MULTI NODE OPENSTACK.
This repo is forked from dmitry-teselkin's havana-from-packages, and I changed it to multi node auto deploy scripts.
If meet problems during deployment, it welcome to ask for any help.
git clone https://github.com/life1347/havana-multinode-auto-deploy.git
- Ubuntu Server 12.04.3 x64 with 3.2 kernel
- control node - 2 network interfaces
- network node - 3 network interfaces
- compute node - 2 network interfaces
Configured
# set up nodes information in openrc(EVERY node should set up before deployment) $ cd havana-auto-deploy/multi-node; vim openrc
- openrc must be same on each node
- creds(credentials), which contains auth information, would be created at same level of directory of openrc
Deployment
- change current directory to type of node you want
Control node
$ cd ./multi-node/control; ./deploy-control.sh
Network node
$ cd ./multi-node/network; ./deploy-network.sh
Compute node
$ cd ./multi-node/compute; ./deploy-compute.sh
Reference