doc/source/overview.rst
0986a7b7
 ========
 Overview
 ========
09e550c3
 
 DevStack has evolved to support a large number of configuration options
 and alternative platforms and support services. That evolution has grown
 well beyond what was originally intended and the majority of
 configuration combinations are rarely, if ever, tested. DevStack is not
 a general OpenStack installer and was never meant to be everything to
cae97da9
 everyone.
09e550c3
 
 Below is a list of what is specifically is supported (read that as
 "tested") going forward.
 
 Supported Components
3293046d
 ====================
09e550c3
 
 Base OS
3293046d
 -------
09e550c3
 
 *The OpenStack Technical Committee (TC) has defined the current CI
 strategy to include the latest Ubuntu release and the latest RHEL
2686b36c
 release.*
09e550c3
 
 -  Ubuntu: current LTS release plus current development release
 -  Fedora: current release plus previous release
b3ed561c
 -  RHEL/CentOS: current major release
09e550c3
 -  Other OS platforms may continue to be included but the maintenance of
    those platforms shall not be assumed simply due to their presence.
    Having a listed point-of-contact for each additional OS will greatly
    increase its chance of being well-maintained.
 -  Patches for Ubuntu and/or Fedora will not be held up due to
    side-effects on other OS platforms.
 
 Databases
3293046d
 ---------
09e550c3
 
 *As packaged by the host OS*
 
 -  MySQL
 
 Queues
3293046d
 ------
09e550c3
 
 *As packaged by the host OS*
 
 -  Rabbit
 
 Web Server
3293046d
 ----------
09e550c3
 
 *As packaged by the host OS*
 
 -  Apache
 
 OpenStack Network
3293046d
 -----------------
09e550c3
 
 -  Neutron: A basic configuration approximating the original FlatDHCP
    mode using linuxbridge or OpenVSwitch.
 
 Services
3293046d
 --------
09e550c3
 
cae97da9
 The default services configured by DevStack are Identity (keystone),
2686b36c
 Object Storage (swift), Image Service (glance), Block Storage
3336b4be
 (cinder), Compute (nova), Networking (neutron), Dashboard (horizon)
09e550c3
 
 Additional services not included directly in DevStack can be tied in to
ea3cdfad
 ``stack.sh`` using the :doc:`plugin mechanism <plugins>` to call
09e550c3
 scripts that perform the configuration and startup of the service.
 
 Node Configurations
3293046d
 -------------------
09e550c3
 
 -  single node
2686b36c
 -  multi-node configurations as are tested by the gate