Giter Site home page Giter Site logo

openstack-4's Introduction

OpenStack Cloud Deployment

This repository contains OpenStack Cloud Control related projects.

There are two sub-projects in this repository:

  • openstack-installer, which is an Ansible based deployment tool to provision clouds as fast, and as easy as possible.
  • openstack-monitoring, which is also an Ansible based deployment tool to set up Nagios monitoring and Collectd metrics collecting for the Cloud.

The motivation for creating this deployment tool is that existing solutions are too complex, over-engineered, and not reliable.

The design behind this installer is to remain simple, use Ansible's features, but not over-use them. Don't use bash scripts, which are usually going to an unmaintainable state after some iterations. Use the packages of the underlying OS (from the Newton release, only 16.04 is supported), and don't mess the system with software installed from various sources. The installer also can be used after the deployment to change parameters of an existing cloud, so it supports the full life-cycle of the deployed OpenStack.

The deployed cloud is fully production ready, and the controlling and API components are highly available. Upgrade option from the previous version is available.

Current OpenStack versions supported:

  • Liberty/Ubuntu Trusty - trusty/liberty branch
  • Mitaka/Ubuntu Trusty/Xenial - mitaka branch
  • Newton/Ubuntu Xenial - xenial/newton branch
  • Ocata/Ubuntu Xenial - master branch

Integrated Infra components:

  • Pacemaker
  • Galera cluster (supervised by Pacemaker)
  • MongoDB (optional)
  • RabbitMQ
  • HAProxy
  • Memcached
  • PowerDNS (for designate - optional)
  • Zookeeper (optional but recommended)
  • Ceph (optional)

Integrated OpenStack components (all compontents can be enabled/disabled in the inventory):

  • Core components, they should work out-of-box after the installer finishes:

    • keystone
    • glance
    • nova
    • neutron
    • cinder
    • gnocchi
    • panko
    • ceilometer
    • aodh
    • heat
    • swift
  • Components, which are working, but maybe need some handwork (like getting guest images):

    • ironic
    • trove
    • murano
  • Components, which are tagged experimental (maybe work, but there are upstream bugs to be fixed, or not really tested):

    • barbican
    • designate
    • magnum
    • manila
    • mistral
    • sahara
    • senlin

Installing an all-in-one (Ceph, controller, compute) VM with Vagrant:

  • Install vagrant
  • Clone the repo
  • Setup aio
    $ cd openstack/openstack-installer
    $ scripts/restorecfg.sh aio
    $ scripts/generate_secrets.py
    $ cd vagrant
    $ vagrant up

openstack-4's People

Contributors

gyurco avatar leki75 avatar sfeeser avatar

Watchers

James Cloos avatar Tô Thành Công 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.