Code Monkey home page Code Monkey logo

ha-infra-builder's Introduction

HA Infra Builder

Requirements
  • Three servers with minimum (24 cpu, 128 GB RAM)
  • Ubuntu 14.04.4 Installed on those servers

Installation steps

Execute below steps on each of your servers

  • Execute below lines from your command line
echo 'deb http://01.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse' >> /etc/apt/sources.list
echo 'deb-src http://01.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse' >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get install git
  • Clone the repository
sudo git clone https://github.com/madhukar32/ha-infra-builder.git
cd ha-infra-builder
  • Copy the appropriate source repo list and update the system
cp installation/ubuntu_source_list /etc/apt/sources.list
  • Install virtualbox, vagrant and ansible
./installation/install_packages.sh
  • Copy vagrant_box from build server to here
scp [email protected]:/users/mnayakbomman/vagrant_box/ubuntu-14.04.4.virtualbox.box .
  • Add vagrant box
vagrant box add contrail/ubuntu-14.04.4 ubuntu-14.04.4.virtualbox.box
  • Go to appropriate node folder and change the gateway in scripts for example
cd controller_3_openstack_1/node1
vi scripts/enable_gw.sh
  • Edit Vagrantfile and update IP's available for your vm's

  • Bring up the vm's

vagrant up

ha-infra-builder's People

Contributors

madhukar32 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.