Helm charts for deploying OpenStack on Kubernetes
Go to file
Tin Lam f15f709266 Fix Makefile
This patch sets fixes the make clean target as it currently attempts
to delete the generated */charts up the parents, where the directory
is guaranteed to be non-empty.

Change-Id: I6575cb9e1e7da8b6c690e433418d1115130e0eff
2017-12-18 06:39:45 +00:00
barbican Add option to set external policy to local for openstack services 2017-11-02 15:07:21 +09:00
ceilometer Update names of helm test pods for openstack services 2017-12-14 14:03:12 +00:00
ceph Ceph: luminous fixes 2017-12-13 15:52:36 -05:00
cinder Update names of helm test pods for openstack services 2017-12-14 14:03:12 +00:00
congress Images: Congress service specific explicit image names 2017-11-29 04:05:33 +00:00
dns-helper Docs: true-up to recent changes 2017-11-05 10:06:46 -06:00
doc/source Fix error in doc of install openstack-helm 2017-12-15 19:10:16 +08:00
etcd Images: Update values to allow simple parse of images being used 2017-10-23 10:05:20 -05:00
glance Update names of helm test pods for openstack services 2017-12-14 14:03:12 +00:00
gnocchi Update names of helm test pods for openstack services 2017-12-14 14:03:12 +00:00
heat Images: Heat service specific explicit image names 2017-11-28 23:20:56 -05:00
helm-toolkit Add congress chart 2017-11-20 11:19:50 -08:00
horizon Images: Horizon service specific explicit image names 2017-11-28 23:22:29 -05:00
ingress Ingress: Remove resolv.conf workaround 2017-11-20 12:01:26 -05:00
keystone Update names of helm test pods for openstack services 2017-12-14 14:03:12 +00:00
ldap Images: Update values to allow simple parse of images being used 2017-10-23 10:05:20 -05:00
libvirt Images: Update values to allow simple parse of images being used 2017-10-23 10:05:20 -05:00
magnum Images: Magnum service specific explicit image names 2017-12-01 10:53:17 -06:00
mariadb Images: Update values to allow simple parse of images being used 2017-10-23 10:05:20 -05:00
memcached Images: Update values to allow simple parse of images being used 2017-10-23 10:05:20 -05:00
mistral Images: Mistral service specific explicit image names 2017-12-03 05:28:17 +00:00
mongodb MongoDB: Fix race with setting up auth for DB 2017-11-19 18:57:05 +00:00
neutron Update names of helm test pods for openstack services 2017-12-14 14:03:12 +00:00
nfs-provisioner Sync nfs-provisioner with 'infra 2017-11-19 21:18:05 +00:00
nova Update names of helm test pods for openstack services 2017-12-14 14:03:12 +00:00
openvswitch OvS: Implement cleaner shutdown and start logic 2017-11-28 21:42:24 -05:00
postgresql Images: Update values to allow simple parse of images being used 2017-10-23 10:05:20 -05:00
rabbitmq Images: Update values to allow simple parse of images being used 2017-10-23 10:05:20 -05:00
rally Images: Remove Kolla-Toolbox image as not required 2017-11-14 12:04:01 -06:00
senlin Images: Senlin service specific explicit image names 2017-12-02 00:48:07 +00:00
tests Refactor Ceph secret generation 2017-06-27 13:42:03 -05:00
tools Update names of helm test pods for openstack services 2017-12-14 14:03:12 +00:00
.gitignore ignore vagrant generated files 2017-06-28 01:31:21 +00:00
.gitreview Add .gitreview to OpenStack-Helm 2017-04-11 07:03:45 -05:00
.zuul.yaml [zuul] Make openstack-helm-dev-deploy job gated 2017-12-11 23:31:18 +00:00
CONTRIBUTING.rst Optimize the link address 2017-06-12 04:38:50 +00:00
LICENSE Initial commit 2016-11-12 14:26:57 -05:00
Makefile Fix Makefile 2017-12-18 06:39:45 +00:00
README.rst Docs: true-up to recent changes 2017-11-05 10:06:46 -06:00
setup.cfg Optimize the link address 2017-06-12 04:38:50 +00:00
setup.py Beggining of docs conversion to OpenStack format 2017-04-27 17:04:17 +02:00
test-requirements.txt Add sphinxcontrib-blockdig for graph drawing 2017-11-14 22:28:44 +09:00
tox.ini Add upper constraints for testing 2017-05-16 13:34:42 -05:00

OpenStack-Helm

Mission

The goal of OpenStack-Helm is to provide a collection of Helm charts that simply, resiliently, and flexibly deploy OpenStack and related services on Kubernetes.

Communication

  • Join us on Slack - #openstack-helm
  • Join us on IRC: #openstack-helm on freenode
  • Community IRC Meetings: [Every Tuesday @ 3PM UTC], #openstack-meeting-5 on freenode
  • Meeting Agenda Items: Agenda

Launchpad

Bugs and blueprints are tracked via OpenStack-Helm's Launchpad.

Installation and Development

Please review our documentation. For quick installation, evaluation, and convenience, we have a kubeadm based all-in-one solution that runs in a Docker container. The Kubeadm-AIO set up can be found here, and the gate scripts, use are supported on any fresh Ubuntu, CentOS or Fedora machine.

This project is under active development. We encourage anyone interested in OpenStack-Helm to review our Installation documentation. Feel free to ask questions or check out our current Issues and Bugs.

To evaluate a multinode installation, follow the Bare Metal install guide.