Git Product home page Git Product logo

ubuntu-kilo-multinode's Introduction

ubuntu-kilo-multinode

Document for ubuntu multinode setup

This documents are based on

http://docs.openstack.org/kilo/install-guide/install/apt/content/

http://docs.openstack.org/kilo/install-guide/install/apt/openstack-install-guide-apt-draft.pdf

Controller Node

Prepare script repository:

sudo su

apt-get install -y git 

git clone https://github.com/infortrend-openstack/ubuntu-kilo-multinode.git 

cd ubuntu-kilo-multinode/

Check your network topology is right(see topology),

Use ip addr or ifconfig to check your network interface name

Execute setup IP script, it will ask your IP, enter the Mgmt net, Ext net, VM net related to 3 nodes

bash set-controller-node-ip.sh

Recheck ip is correct (ifconfig, /etc/hosts, /etc/network/interfaces)

Update cloudarchive package, this script will reboot after installed:

bash update-cloudarchive-kilo.sh | tee log-update-cloudarchive-controller

Go on install Controller node (RabbitMQ, DB, Keystone, ...):

bash install-controller-node.sh | tee log-install-controller-node

Network Node

prepare script repository:

sudo su

apt-get install -y git 

git clone https://github.com/infortrend-openstack/ubuntu-kilo-multinode.git 

cd ubuntu-kilo-multinode/

Check your network topology is right(see topology),

Use ip addr or ifconfig to check your network interface name

Execute setup IP script, it will ask your IP, enter the Mgmt net, Ext net, VM net related to 3 nodes

bash set-network-node-ip.sh

Recheck ip is correct (ifconfig, /etc/hosts, /etc/network/interfaces)

Update cloudarchive package, this script will reboot after installed:

bash update-cloudarchive-kilo.sh | tee log-update-cloudarchive-network

Go on install Network node (Neutron ...):

bash install-network-node.sh | tee log-install-network-node

Compute Node

Prepare script repository:

sudo su

apt-get install -y git 

git clone https://github.com/infortrend-openstack/ubuntu-kilo-multinode.git 

cd ubuntu-kilo-multinode/

Check your network topology is right(see topology),

Use ip addr or ifconfig to check your network interface name

Execute setup IP script, it will ask your IP, enter the Mgmt net, Ext net, VM net related to 3 nodes

bash set-compute-node-ip.sh

Recheck ip is correct (ifconfig, /etc/hosts, /etc/network/interfaces)

Update cloudarchive package, this script will reboot after installed:

bash update-cloudarchive-kilo.sh | tee log-update-cloudarchive-compute

Go on install Compute node (Nova, Neutron ...):

bash install-compute-node.sh | tee log-install-compute-node

Next

After set up 3 node completely, reboot the 3 nodes

    reboot

Finally, create networking on controller node, or you can create by yourself :)

    bash create-initial-network.sh

You can launch VM instance now, have fun!

ubuntu-kilo-multinode's People

Contributors

chopperqwertz avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.