Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
116f5bfc
Commit
116f5bfc
authored
9 years ago
by
David Moreau Simard
Browse files
Options
Downloads
Patches
Plain Diff
Improve README with list of supported projects and components
Change-Id: Ieb1b9bcdbb7db4732bd69ef4a2378cf4030680ba
parent
cb96171e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+38
-25
38 additions, 25 deletions
README.rst
with
38 additions
and
25 deletions
README.rst
+
38
−
25
View file @
116f5bfc
...
...
@@ -26,40 +26,53 @@ The learn about Kolla, you can find the documentation online on
You can get started by reading the `Developer
Quickstart <http://docs.openstack.org/developer/kolla/quickstart.html>`__.
Kolla provides images to deploy the following OpenStack projects:
- `Ceilometer <http://docs.openstack.org/developer/ceilometer/>`__
- `Cinder <http://docs.openstack.org/developer/cinder/>`__
- `Designate <http://docs.openstack.org/developer/designate/>`__
- `Glance <http://docs.openstack.org/developer/glance/>`__
- `Gnocchi <http://docs.openstack.org/developer/gnocchi/>`__
- `Heat <http://docs.openstack.org/developer/heat/>`__
- `Horizon <http://docs.openstack.org/developer/horizon/>`__
- `Ironic <http://docs.openstack.org/developer/ironic/>`__
- `Keystone <http://docs.openstack.org/developer/keystone/>`__
- `Magnum <http://docs.openstack.org/developer/magnum/>`__
- `Murano <http://docs.openstack.org/developer/murano/>`__
- `Nova <http://docs.openstack.org/developer/nova/>`__
- `Neutron <http://docs.openstack.org/developer/neutron/>`__
- `Swift <http://docs.openstack.org/developer/swift/>`__
- `Zaqar <http://docs.openstack.org/developer/zaqar/>`__
As well as these infrastructure components:
- `Ceph <http://ceph.com/>`__ implementation for Cinder, Glance and Nova
- `Openvswitch <http://openvswitch.org/>`__ and Linuxbridge backends for Neutron
- `MongoDB <https://www.mongodb.org/>`__ as a database backend for Ceilometer
and Gnocchi
- `RabbitMQ <https://www.rabbitmq.com/>`__ as a messaging backend for
communication between services.
- `HAProxy <http://www.haproxy.org/>`__ and
`Keepalived <http://www.keepalived.org/>`__ for high availability of services
and their endpoints.
- `MariaDB and Galera <https://mariadb.com/kb/en/mariadb/galera-cluster/>`__ for
highly available MySQL databases
Docker Images
-------------
=============
The `Docker images <https://docs.docker.com/userguide/dockerimages/>`__
are built by the Kolla project maintainers. A detailed process for
contributing to the images can be found in the `image building
guide <http://docs.openstack.org/developer/kolla/image-building.html>`__.
Images reside in the Docker Hub `Kollaglue
repo <https://hub.docker.com/u/kollaglue/>`__.
The Kolla developers build images in the kollaglue namespace for the
following services for every tagged release and implement Ansible
deployment for them:
- Ceilometer
- Cinder
- Glance
- Haproxy
- Heat
- Horizon
- Keepalived
- Keystone
- Mariadb + galera
- Mongodb
- Neutron (linuxbridge or neutron)
- Nova
- Openvswitch
- Rabbitmq
::
The Kolla developers build images in the `kollaglue` namespace for every tagged
release and implement Ansible deployment for them.
$ sudo docker search kollaglue
You can view the available images on `Docker Hub
<https://hub.docker.com/u/kollaglue/>`__ or with the Docker CLI::
A list of the upstream built docker images will be shown.
$ sudo docker search kollaglue
Directories
===========
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment