Giter Club home page Giter Club logo

cloudgear's Introduction

CloudGear

Here we are going to deploy openstack on a single node, i.e all openstack components Nova, Glance, Keystone, Quantum and Horizon will be running in the same box. Nova-compute is also running on the same machine which will provision virtual machines on the KVM.

Requirements:

  • Ubuntu 12.04 running on Oracle VirtualBox with two NIC ‘s.

  • Setup a ubuntu virtual machine in virtualBox. (can follow Guide http://ilearnstack.wordpress.com/2013/04/13/setting-ubuntu-vm-in-virtualbox/)

  • Add a second NIC to the VM.

  • Power Off the Virtual Machine

  • In the Network Section select Adapter 2 tab

  • Select “Attached to:” to internal

  • Power On the VM

  • When the VM boots up configure to network for second NIC Edit /etc/network/interfaces to something like

  • Restart Network service service networking restart

  • You can verify your network setting using “ ifconfig ”

Deploying Openstack

  • Login to the ubuntu VM.

  • Change the user to root. sudo -i

  • If your network is behind proxy then please export proxy variables. export http_proxy= export https_proxy= export no_proxy=”localhost,127.0.0.1″

  • Install git on the machine apt-get install git -y

  • Clone the CloudGear git to install Openstack git clone https://github.com/ilearnstack/cloudgear.git

  • Execute the script to set up openstack cd cloudgear/ python cloudgear.py

  • Open Openstack Dashboard in browser from URL http:///horizon

  • Login with credentials admin/secret

Link to the detailed description of Deployment

You can refer to the step by step guide at Our Blog http://ilearnstack.wordpress.com/2013/04/26/setting-up-a-single-node-openstack-environment/ Please Post your Comments to the page or write to us at [email protected] for any issues faced with the script.

cloudgear's People

Contributors

ilearnstack avatar ishantt avatar rakrup avatar

Watchers

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