Skip to content

Bash script to add new compute node to the existing openstack-mitaka setup.

Notifications You must be signed in to change notification settings

quesadaao/mitaka_compute_node_addition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

mitaka_compute_node_addition

Bash script to add new compute node to the existing openstack-mitaka setup.

alt tag

OpenStack-mitaka compute_node addition for Ubuntu 14.04LTS

Bash script to install/add compute node to openstack-Mitaka controller in ubuntu 14.04LTS

Download the script using the below command:

git clone https://github.com/vinothkumarselvaraj/mitaka_compute_node_addition.git

cd mitaka_compute_node_addition/mitaka_compute_node_addition/

Script Usage: install_compute.bash --controllernode_ip_address [Your controller Ip] --computenode_ip_address [Your computenode Ip] --interface_name [interface name of compute node]

Example: bash install_compute.bash --controllernode_ip_address 192.168.2.161 --computenode_ip_address 192.168.1.172 --interface_name eth0

IMPORTANT:

  • Use this script in the fresh ubuntu 14.04LTS machine.
  • Must have static IP configured.
  • This script use same NIC/IP for Management/External/VM Datapath networks.
  • Make sure that the IP you have given must have internet connectivity.
  • The interface name must be the NIC name of above mentioned IP.
  • For your convenient, assign the compute host name as compute1,compute2,compute3 and so on.
  • Reboot the compute node after script installation is completed.

Author: Vinoth Kumar Selvaraj

E-Mail: vinothkumar.s@cloudenablers.com

website: www.cloudenablers.com

Date: 02-May-2016

About

Bash script to add new compute node to the existing openstack-mitaka setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%