Skip to content

life1347/havana-auto-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPO IS DEPRECATED AND IT WILL NOT UPDATE ANYMORE. PLEASE VISIT https://github.com/life1347/openstack-deploy-scripts INSTEAD.

Havana auto-Deploy scripts

Multi-node Deployment:
https://github.com/life1347/havana-auto-deploy/blob/master/README.rst#havana-multi-node-deploy-scripts

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

Prerequisites

  • 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

Configure the system

Configured

# set up nodes information in openrc(EVERY node should set up before deployment)
$ cd havana-auto-deploy/multi-node; vim openrc

NOTE

  • openrc must be same on each node
  • creds(credentials), which contains auth information, would be created at same level of directory of openrc

Installation

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

HELLO WORLD, YAHOO!!!!!!!!!

Reference

About

How to install Havana from packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 96.2%
  • Python 3.8%