Jump to: navigation, search

Difference between revisions of "DevStack"

(Created page with "'''Official Title''': DevStack '''PTL''': Dean Troyer <dtroyer@gmail.com> '''Mission Statement''': To provide an installation of OpenStack from git repository master, or spe...")
 
m (Reverted edits by Gana (talk) to last revision by Rabel)
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
'''Official Title''': DevStack
 
'''Official Title''': DevStack
  
'''PTL''': Dean Troyer <dtroyer@gmail.com>
+
'''Core Team''' ([https://review.openstack.org/#/admin/groups/50 devstack-core]): Chmouel Boudjnah, Dean Troyer, Gary Kotton, Ian Wienand, James Blair, Sean Dague
  
'''Mission Statement''': To provide an installation of OpenStack from git repository master, or specific branches, suitable for development and operational testing.  It also attempts to document the process and provide examples of command line usage.
+
''As of 19Aug2014 'DevStack is part of the [[QA]] program.''
  
DevStack is not a general OpenStack installer and does not support all installation combinations.
+
== Mission Statement ==
  
'''Documentation''': http://devstack.org
+
DevStack's mission is to provide and maintain tools used for the installation of the central OpenStack services from source (git repository master, or specific branches) suitable for development and operational testing.  It also demonstrates and documents examples of configuring and running services as well as command line client usage.
'''GitHub''': https://github.com/openstack-dev/devstack
+
 
'''LaunchPad''': https://launchpad.net/devstack
+
== Description ==
 +
 
 +
DevStack is an opinionated script to quickly create an OpenStack development environment. It can also be used to demonstrate starting/running OpenStack services and provide examples of using them from a command line. The example exercises were fleshed out beyond simple examples and became useful as a quick sanity check for the OpenStack installation. That sanity check became the basis for the Gerrit gate tests for all OpenStack checkins and continues in that role until Tempest takes over. These remain as the driving priorities for ongoing DevStack development.
 +
 
 +
DevStack is not and has never been intended to be a general OpenStack installer. It has evolved to support a large number of configuration options and alternative platforms and support services. However, that evolution has grown well beyond what was originally intended and unfortunately many of the configuration combinations are rarely, if ever, tested.
 +
 
 +
See the [http://docs.openstack.org/developer/devstack/overview.html DevStack Overview] for more details on supported configurations.
 +
 
 +
{| border="1" cellpadding="2" cellspacing="0"
 +
| '''Documentation'''
 +
| http://devstack.org
 +
|-
 +
| '''FAQ'''
 +
| http://docs.openstack.org/developer/devstack/
 +
|-
 +
| '''GitHub'''
 +
| https://github.com/openstack-dev/devstack
 +
|-
 +
| '''LaunchPad'''
 +
| https://launchpad.net/devstack
 +
|}
 +
[[Category: Horizontal_Team]]
 +
 
 +
 
 +
The simplest way to try DevStack is to run script https://github.com/makelinux/devstack-install-on-iso, which automatically installs Ubuntu in VM and DevStack without any manual configuration.

Revision as of 02:57, 30 December 2016

Official Title: DevStack

Core Team (devstack-core): Chmouel Boudjnah, Dean Troyer, Gary Kotton, Ian Wienand, James Blair, Sean Dague

As of 19Aug2014 'DevStack is part of the QA program.

Mission Statement

DevStack's mission is to provide and maintain tools used for the installation of the central OpenStack services from source (git repository master, or specific branches) suitable for development and operational testing. It also demonstrates and documents examples of configuring and running services as well as command line client usage.

Description

DevStack is an opinionated script to quickly create an OpenStack development environment. It can also be used to demonstrate starting/running OpenStack services and provide examples of using them from a command line. The example exercises were fleshed out beyond simple examples and became useful as a quick sanity check for the OpenStack installation. That sanity check became the basis for the Gerrit gate tests for all OpenStack checkins and continues in that role until Tempest takes over. These remain as the driving priorities for ongoing DevStack development.

DevStack is not and has never been intended to be a general OpenStack installer. It has evolved to support a large number of configuration options and alternative platforms and support services. However, that evolution has grown well beyond what was originally intended and unfortunately many of the configuration combinations are rarely, if ever, tested.

See the DevStack Overview for more details on supported configurations.

Documentation http://devstack.org
FAQ http://docs.openstack.org/developer/devstack/
GitHub https://github.com/openstack-dev/devstack
LaunchPad https://launchpad.net/devstack


The simplest way to try DevStack is to run script https://github.com/makelinux/devstack-install-on-iso, which automatically installs Ubuntu in VM and DevStack without any manual configuration.