Jump to: navigation, search

Difference between revisions of "Kolla"

(Core Team)
m (Discussions / Etherpads)
 
(96 intermediate revisions by 37 users not shown)
Line 1: Line 1:
Kolla is the provider of containerized OpenStack services consumed by advanced orchestration tools including optional deployment tools produced by Kolla.  Kolla simplifies testing, deployment, and operations of OpenStack clouds by using container best practices.
+
Kolla provides production-ready containers and deployment tools for operating OpenStack clouds that are scalable, fast, reliable, and upgradable using community best practices.
  
* [https://github.com/stackforge/kolla Source Code]
+
== Kolla ==
 +
 
 +
Kolla provides tools to build container images for OpenStack services.
 +
 
 +
* [https://opendev.org/openstack/kolla Source Code]
 
* [https://launchpad.net/kolla Launchpad]
 
* [https://launchpad.net/kolla Launchpad]
 +
* [https://docs.openstack.org/kolla/latest/ Documentation]
  
== Core Team ==
+
== Kolla Ansible ==
  
* [PTL] Steven Dake (sdake)
+
Kolla Ansible provides Ansible playbooks to deploy the Kolla images.
* Martin Andre (mandre)
+
 
* Ryan Hallisey (rhallisey)
+
* [https://opendev.org/openstack/kolla-ansible Source Code]
* Daneyon Hansen (danehans)
+
* [https://launchpad.net/kolla-ansible Launchpad]
* Jeff Peeler (jpeeler)
+
* [https://docs.openstack.org/kolla-ansible/latest/ Documentation]
* Sam Yaple (samyaple)
+
 
 +
== Kayobe ==
 +
 
 +
Kayobe enables deployment of containerised OpenStack to bare metal using Kolla, Kolla Ansible and Bifrost.
 +
 
 +
* [https://opendev.org/openstack/kayobe Source Code]
 +
* [https://storyboard.openstack.org/#!/project/openstack/kayobe Storyboard]
 +
* [https://docs.openstack.org/kayobe/latest/ Documentation]
  
 
== Resources ==
 
== Resources ==
Line 20: Line 32:
 
|-
 
|-
 
|  IRC  
 
|  IRC  
| #kolla on Freenode
+
| #openstack-kolla on OFTC
 
|-
 
|-
 
|  Milestones   
 
|  Milestones   
| https://launchpad.net/kolla/+milestones
+
| https://launchpad.net/kolla/+milestones and https://launchpad.net/kolla-ansible/+milestones
 
|-
 
|-
 
| Mailing List
 
| Mailing List
| [http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev OpenStack dev] list, prefix with [kolla]
+
| [http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss OpenStack dev] list, prefix with [kolla]
 
|-
 
|-
| Bug tracker   
+
| Bug tracker   
| https://bugs.launchpad.net/kolla
+
| https://bugs.launchpad.net/kolla, https://bugs.launchpad.net/kolla-ansible and https://storyboard.openstack.org/#!/project/openstack/kayobe
 
|-  
 
|-  
 
| Blueprints
 
| Blueprints
| [http://blueprints.launchpad.net/kolla]
+
| http://blueprints.launchpad.net/kolla and http://blueprints.launchpad.net/kolla-ansible
 +
|-
 +
| Whiteboard
 +
| https://etherpad.openstack.org/p/KollaWhiteBoard
 
|}
 
|}
  
== Discussions / Etherpads ==
+
== Getting Started ==
* [https://etherpad.openstack.org/p/kolla-manifesto Manifesto]
 
  
== Getting Started ==
+
(switch to the latest stable branch [as suggested by the docs page] if you are interested in a production release)
  
* [https://github.com/stackforge/kolla/blob/master/docs/dev-quickstart.md Developer Quickstart]
+
* [https://docs.openstack.org/kolla/latest/ Kolla Documentation]
* [https://github.com/stackforge/kolla/blob/master/docs/integration-guide.md Integration Guide]
+
* [https://docs.openstack.org/kolla-ansible/latest/ Kolla Ansible Documentation]
 +
* [https://docs.openstack.org/kayobe/latest/ Kayobe Documentation]
  
 
== Presentations ==
 
== Presentations ==
  
 +
* [https://www.slideshare.net/MarkGoddard2/kolla-project-onboarding-train-144103972 Kolla project onboarding for Train cycle (slides)]
 +
* [https://www.youtube.com/watch?v=fxhkFWgOGHU Kolla project update for Stein release]
 +
* [https://www.slideshare.net/MarkGoddard2/to-kayobe-or-not-to-kayobe To Kayobe or not to Kayobe]
 +
* [https://www.slideshare.net/MarkGoddard2/kolla-project-update-stein-144103973 Kolla project update for Stein release (slides)]
 
* [https://www.youtube.com/watch?v=YDKbephsS5s Kolla thanks docker the pros and cons of containerizing your openstack services]
 
* [https://www.youtube.com/watch?v=YDKbephsS5s Kolla thanks docker the pros and cons of containerizing your openstack services]
 +
* [https://www.slideshare.net/SwapnilKulkarni9/project-kolla-bof-at-containercon Kolla BoF session at ContainerCon NA 2015]
  
 
[[category: ContainerDeployment]]
 
[[category: ContainerDeployment]]

Latest revision as of 17:47, 24 January 2023

Kolla provides production-ready containers and deployment tools for operating OpenStack clouds that are scalable, fast, reliable, and upgradable using community best practices.

Kolla

Kolla provides tools to build container images for OpenStack services.

Kolla Ansible

Kolla Ansible provides Ansible playbooks to deploy the Kolla images.

Kayobe

Kayobe enables deployment of containerised OpenStack to bare metal using Kolla, Kolla Ansible and Bifrost.

Resources

Meetings Meetings/Kolla
IRC #openstack-kolla on OFTC
Milestones https://launchpad.net/kolla/+milestones and https://launchpad.net/kolla-ansible/+milestones
Mailing List OpenStack dev list, prefix with [kolla]
Bug tracker https://bugs.launchpad.net/kolla, https://bugs.launchpad.net/kolla-ansible and https://storyboard.openstack.org/#!/project/openstack/kayobe
Blueprints http://blueprints.launchpad.net/kolla and http://blueprints.launchpad.net/kolla-ansible
Whiteboard https://etherpad.openstack.org/p/KollaWhiteBoard

Getting Started

(switch to the latest stable branch [as suggested by the docs page] if you are interested in a production release)

Presentations