Code Monkey home page Code Monkey logo

openstack-on-docker's Introduction

Openstack on Docker

About

This project attempts to start the various openstack components inside docker containers.

  • Uses docker's new[ish] naming and link features ( developed on 0.7.2 )
  • wrapper scripts to build / start containers
  • Currently working : Keystone, Glance

Using

git clone https://github.com/paulczar/openstack-on-docker.git
cd openstack-on-docker
bin/build_all
bin/start_all

source ./openrc
keystone catalog
wget -O /tmp/cirros.img http://cdn.download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img
glance image-create --name=test --disk-format=qcow2 --container-format=bare --is-public=true < /tmp/cirros.img
glance image-list

bin/destroy

Cleanup

docker kill openstack-mysql openstack-glance openstack-

License

Apache 2

Authors

  • Paul Czarkowski

openstack-on-docker's People

Contributors

jayofdoom avatar paulczar avatar

Watchers

 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.