2014-10-29 22:08:13 -05:00
|
|
|
========
|
|
|
|
Overview
|
|
|
|
========
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
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
|
2015-04-16 13:58:56 -04:00
|
|
|
everyone.
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
Below is a list of what is specifically is supported (read that as
|
|
|
|
"tested") going forward.
|
|
|
|
|
|
|
|
Supported Components
|
2014-11-18 06:51:16 -05:00
|
|
|
====================
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
Base OS
|
2014-11-18 06:51:16 -05:00
|
|
|
-------
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
*The OpenStack Technical Committee (TC) has defined the current CI
|
|
|
|
strategy to include the latest Ubuntu release and the latest RHEL
|
2017-05-02 08:49:17 -04:00
|
|
|
release.*
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
- Ubuntu: current LTS release plus current development release
|
2023-06-07 15:19:37 +02:00
|
|
|
- RHEL/CentOS/RockyLinux: current major release
|
2014-10-21 11:40:08 -04:00
|
|
|
- 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.
|
2023-06-07 15:19:37 +02:00
|
|
|
- Patches for Ubuntu and/or RockyLinux will not be held up due to
|
2014-10-21 11:40:08 -04:00
|
|
|
side-effects on other OS platforms.
|
|
|
|
|
|
|
|
Databases
|
2014-11-18 06:51:16 -05:00
|
|
|
---------
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
*As packaged by the host OS*
|
|
|
|
|
|
|
|
- MySQL
|
|
|
|
|
|
|
|
Queues
|
2014-11-18 06:51:16 -05:00
|
|
|
------
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
*As packaged by the host OS*
|
|
|
|
|
|
|
|
- Rabbit
|
|
|
|
|
|
|
|
Web Server
|
2014-11-18 06:51:16 -05:00
|
|
|
----------
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
*As packaged by the host OS*
|
|
|
|
|
|
|
|
- Apache
|
|
|
|
|
|
|
|
OpenStack Network
|
2014-11-18 06:51:16 -05:00
|
|
|
-----------------
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
- Neutron: A basic configuration approximating the original FlatDHCP
|
|
|
|
mode using linuxbridge or OpenVSwitch.
|
|
|
|
|
|
|
|
Services
|
2014-11-18 06:51:16 -05:00
|
|
|
--------
|
2014-10-21 11:40:08 -04:00
|
|
|
|
2015-04-16 13:58:56 -04:00
|
|
|
The default services configured by DevStack are Identity (keystone),
|
2017-05-02 08:49:17 -04:00
|
|
|
Object Storage (swift), Image Service (glance), Block Storage
|
2019-02-13 15:04:02 +09:00
|
|
|
(cinder), Compute (nova), Placement (placement),
|
|
|
|
Networking (neutron), Dashboard (horizon).
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
Additional services not included directly in DevStack can be tied in to
|
2014-11-08 08:29:16 -06:00
|
|
|
``stack.sh`` using the :doc:`plugin mechanism <plugins>` to call
|
2014-10-21 11:40:08 -04:00
|
|
|
scripts that perform the configuration and startup of the service.
|
|
|
|
|
|
|
|
Node Configurations
|
2014-11-18 06:51:16 -05:00
|
|
|
-------------------
|
2014-10-21 11:40:08 -04:00
|
|
|
|
|
|
|
- single node
|
2017-05-02 08:49:17 -04:00
|
|
|
- multi-node configurations as are tested by the gate
|