Project Kolla BoF at ContainerCon

13
Project - Kolla Swapnil Kulkarni Senior Software Engineer, Red Hat August 19, 2015 @coolsvap

Transcript of Project Kolla BoF at ContainerCon

Page 1: Project Kolla BoF at ContainerCon

Project - Kolla

Swapnil KulkarniSenior Software Engineer, Red HatAugust 19, 2015

@coolsvap

Page 2: Project Kolla BoF at ContainerCon

❏ Deploying OpenStack is difficult❏ Operating OpenStack is even more difficult❏ Deployment options consisted of bare metal

or VM’s❏ TripleO❏ Multiple packaged installation options❏ Manual Installation

2

Background

Page 3: Project Kolla BoF at ContainerCon

❏ (In Theory) “Kolla” is Greek for glue❏ An open source project hosted on

❏ https://github.com/stackforge/kolla **❏ ASL2 licensed

3

Kolla

What is Kolla

** has been accepted in OpenStack Big Tent, the repo will change to https://github.com/openstack/kolla

Page 4: Project Kolla BoF at ContainerCon

Mission StatementKolla provides production-ready containers and deployment tools for operating OpenStack clouds.

Page 5: Project Kolla BoF at ContainerCon

❏ Simplified Deployment❏ Simplified Operations

❏ Configuration Management Support with Ansible❏ Containers...

❏ Ready to use components❏ Fast Deployment

5

How does Kolla Help?

Page 6: Project Kolla BoF at ContainerCon

6

How does Kolla Help?❏ Image Repository❏ Versioning❏ App-Centric

Page 7: Project Kolla BoF at ContainerCon

7

Why Docker?Pros:❏ Immutable❏ Portable❏ Fast❏ App focused experience❏ Massive community❏ Branding❏ Growth

Cons:❏ Green

❏ Kolla is even greener❏ Additional complexity❏ Difficult to audit

Page 8: Project Kolla BoF at ContainerCon

8

Kolla Architecture

Page 9: Project Kolla BoF at ContainerCon

❏ Core Services Containers completed❏ Support for CentOS, Fedora, RHEL, Ubuntu as Platform with binaries❏ Single Node & Multinode installation with Ansible Completed❏ Vagrant Support with VirtualBox❏ Configuration Management for core services with Ansible is in progress❏ Templating Dockerfiles in progress❏ Install from Source in progress

Kolla - Current Status

Page 10: Project Kolla BoF at ContainerCon

10

Contribution Summary

Page 11: Project Kolla BoF at ContainerCon

❏ Implementation of all services❏ Expand multi-host deployment❏ High-Availability for all services❏ Install from Source

11

Roadmap

Page 12: Project Kolla BoF at ContainerCon

12

Contributing to KollaJoin us on IRC : #kolla on Freenode

Mailing List: OpenStack dev list, prefix with [kolla]

Launchpad Project : https://launchpad.net/kolla

Features/Blueprints: https://blueprints.launchpad.net/kolla

Bug Tracker: https://bugs.launchpad.net/kolla

Github Repo : https://github.com/stackforge/kolla/ **

Docker Hub Images: https://hub.docker.com/u/kollaglue/

** has been accepted in OpenStack Big Tent, the repo will change to https://github.com/openstack/kolla

Page 13: Project Kolla BoF at ContainerCon

Questions