======================== Team and repository tags ======================== .. image:: http://governance.openstack.org/badges/kolla-ansible.svg :target: http://governance.openstack.org/reference/tags/index.html .. Change things from this point on ============== Kolla Overview ============== The Kolla project is a member of the OpenStack `Big Tent Governance `__. Kolla's mission statement is: :: To provide production-ready containers and deployment tools for operating OpenStack clouds. Kolla provides `Docker `__ containers and `Ansible `__ playbooks to meet Kolla's mission. Kolla is highly opinionated out of the box, but allows for complete customization. This permits operators with little experience to deploy OpenStack quickly and as experience grows modify the OpenStack configuration to suit the operator's exact requirements. Getting Started =============== Learn about Kolla by reading the documentation online `docs.openstack.org `__. Get started by reading the `Developer Quickstart `__. Docker images ============= The `Docker images `__ are built by the Kolla project maintainers. A detailed process for contributing to the images can be found in the `image building guide `__. The Kolla developers build images in the `kolla` namespace for every tagged release and implement an Ansible roles for many but not all of them. You can view the available images on `Docker Hub `__ or with the Docker CLI:: $ sudo docker search kolla OpenStack services ------------------ Kolla provides images to deploy the following OpenStack projects: - `Aodh `__ - `Barbican `__ - `Bifrost `__ - `Ceilometer `__ - `Cinder `__ - `CloudKitty `__ - `Congress `__ - `Designate `__ - `Freezer `__ - `Glance `__ - `Gnocchi `__ - `Heat `__ - `Horizon `__ - `Ironic `__ - `Karbor `__ - `Keystone `__ - `Kuryr `__ - `Magnum `__ - `Manila `__ - `Mistral `__ - `Murano `__ - `Neutron `__ - `Nova `__ - `Panko `__ - `Rally `__ - `Sahara `__ - `Searchlight `__ - `Senlin `__ - `Solum `__ - `Swift `__ - `Tempest `__ - `Trove `__ - `Vmtp `__ - `Watcher `__ - `Zaqar `__ Infrastructure components ------------------------- Kolla provides images to deploy the following infrastructure components: - `Ceph `__ implementation for Cinder, Glance and Nova - `collectd `__, `InfluxDB `__, and `Grafana `__ for performance monitoring. - `Elasticsearch `__ and `Kibana `__ to search, analyze, and visualize log messages. - `HAProxy `__ and `Keepalived `__ for high availability of services and their endpoints. - `Heka `__ A distributed and scalable logging system for OpenStack services. - `MariaDB and Galera Cluster `__ for highly available MySQL databases - `MongoDB `__ as a database backend for Ceilometer and Gnocchi - `Open vSwitch `__ and Linuxbridge backends for Neutron - `RabbitMQ `__ as a messaging backend for communication between services. Directories =========== - ``ansible`` - Contains Ansible playbooks to deploy Kolla in Docker containers. - ``contrib`` - Contains demos scenarios for Heat and Murano and a development environment for Vagrant - ``doc`` - Contains documentation. - ``docker`` - Contains jinja2 templates for the docker build system. - ``etc`` - Contains a reference etc directory structure which requires configuration of a small number of configuration variables to achieve a working All-in-One (AIO) deployment. - ``tests`` - Contains functional testing tools. - ``tools`` - Contains tools for interacting with Kolla. - ``specs`` - Contains the Kolla communities key arguments about architectural shifts in the code base. Getting Involved ================ Need a feature? Find a bug? Let us know! Contributions are much appreciated and should follow the standard `Gerrit workflow `__. - We communicate using the #openstack-kolla irc channel. - File bugs, blueprints, track releases, etc on `Launchpad `__. - Attend weekly `meetings `__. - Contribute `code `__. Contributors ============ Check out who's `contributing code `__ and `contributing reviews `__. Notices ======= Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries. Docker, Inc. and other parties may also have trademark rights in other terms used herein.