Giter Club home page Giter Club logo

openstack-dev's Introduction

OPENSTACK DEVELOPMENT

License: MIT

Deploy an OpenStack Dev instance with Vagrant and Ansible πŸ—οΈ πŸ§‘β€πŸ­ πŸ› οΈ

Abstract

OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter,
all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface.
OpenStack is a fully functional cloud platform as defined by the National Institute of Standards and Technology.
This means that OpenStack basically resembles the behaviour of public clouds.
Users can request compute, network and storage resources on-demand through a self-service portal.
Although they are provided in the form of virtual machines, virtual network and virtual disks, exactly as in the traditional virtualisation management platforms, they are defined through the APIs.

OpenStack itself does not handle virtualisation.
Instead, it leverages the existing virtualisation technologies.
Therefore, OpenStack is more like a wrapper around traditional virtualisation tools, enabling cloud-native capabilities.

DevStack is a series of extensible scripts used to quickly bring up a complete OpenStack environment based on the latest versions of everything from git master.
It is used interactively as a development environment and as the basis for much of the OpenStack project’s functional testing.

The source is available at https://opendev.org/openstack/devstack.

Requirements

The code in this repo has been tested on Ubuntu 22.04 with

  • Vagrant 2.2.19
  • ansible 2.10.8
  • VirtualBox 6.1.34_Ubuntur150636

It should work even with older versions of the aforementioned software.

Instructions

clone this repo and start the provisioning:

git clone https://github.com/R3DRUN3/openstack-dev.git \
&& cd openstack-dev \
&& vagrant up

After the provisioning is completed (It may takes up to 30 minute), you can login to openstack web dashboard (admin, secret) at the following url:
http://192.168.56.10/


At this point you can use this instance to learn and do experiments with OpenStack.

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.