3 Easy Ways to Deploy OpenStack Development Environment
1. DevStack: Use minimal install of Ubuntu 12.04 (Precise) or Fedora 16, and git clone the lastest DevStack script: git clone git://github.com/openstack-dev/devstack.git Then execute: cd devstack;...
View ArticlePackstack: Openstack Install tool
Installing and deploying OpenStack is a tricky business and its not uncommon for people to get bogged down at the early stages, the task gets even more difficult when you try to do more then an all in...
View ArticleInstall Keystone
Keystone (Openstack Identity Service) Keystone is an OpenStack project that provides Identity, Token, Catalog and Policy services for use specifically by projects in the OpenStack family. It implements...
View ArticleDevStack: Deploy your OpenStack Cloud
DevStack is a set of scripts and utilities to quickly deploy an OpenStack cloud. Goals To quickly build dev OpenStack environments in a clean Ubuntu or Fedora environment To describe working...
View ArticleSwift3
Swift3 Middleware for OpenStack Swift, allowing access to OpenStack swift via the Amazon S3 API. The following operations are currently supported: GET Service DELETE Bucket GET Bucket (List Objects)...
View ArticleSwift
Swift is a highly available, distributed, eventually consistent object/blob store. Organizations can use Swift to store lots of data efficiently, safely, and cheap. OpenStack Object Storage Developer...
View ArticleOpenStack use PostgreSQL as backend db
Multiple database support of OpenStack is not really the issue of OpenStack, but is SQLAlchemy. So in theory, OpenStack can support any database which SQLAlchemy supported. In this article, allow...
View Articleonestack: OpenStack deploy scripts
onestack (github) is a tool to deploy complete and real OpenStack cloud computing service. ## 1. deploy OpenStack from scrach. Only checkout and run it! 1. Setup a fresh Ubuntu Precise(12.04) OS. 2....
View ArticleNova: OpenStack Compute
Nova is the project name for OpenStack Compute, a cloud computing fabric controller, the main part of an IaaS system. Individuals and organizations can use Nova to host and manage their own cloud...
View ArticleUse MultiTail to read OpenStack logs
Using OpenStack especially when to figure issues, it requires to read multi logs to figure out errors. It will open several Terminal window if using tail command, it is not convenient to switch...
View Article