Helm charts for deploying OpenStack on Kubernetes
Go to file
Chris Wedgwood b69eb7078a ceph: mgr; replicas 2 by default, 1 for developer/single-node
ideally we want 2 mgr replicas, 1 active and 1 standby

Change-Id: Idc82a159354c2be4da90213583aba19b8e29aa39
2018-05-04 18:25:29 +00:00
barbican Barbican: Fix rabbit deps 2018-05-01 01:23:20 -05:00
ceilometer Merge "Ceilometer/MongoDB: Various small fixes" 2018-05-01 14:47:24 +00:00
ceph-client ceph: mgr; replicas 2 by default, 1 for developer/single-node 2018-05-04 18:25:29 +00:00
ceph-mon ceph - split chart into mon, osd and client 2018-04-27 18:13:34 +00:00
ceph-osd Ceph: allow un-interupted operation during partial mon outage 2018-04-30 15:50:39 -05:00
cinder Move to v0.3.1 of kubernetes-entrypoint 2018-04-25 12:45:50 -05:00
congress Congress: Fix rabbit deps 2018-05-01 01:19:06 -05:00
doc Merge "Add directly script description into Packages" 2018-05-04 16:10:38 +00:00
etcd Move to v0.3.1 of kubernetes-entrypoint 2018-04-25 12:45:50 -05:00
glance Glance: Fix rabbit deps 2018-05-01 03:07:08 +00:00
gnocchi Tidy charts 2018-04-30 20:58:40 +00:00
heat Heat: Fix rabbit job deps 2018-04-30 15:15:56 -05:00
helm-toolkit Move to v0.3.1 of kubernetes-entrypoint 2018-04-25 12:45:50 -05:00
horizon Horizon: Make deployment compatible with Django 1.10 2018-05-02 12:02:15 +00:00
ingress Move to v0.3.1 of kubernetes-entrypoint 2018-04-25 12:45:50 -05:00
ironic Ironic: Fix rabbit deps 2018-05-02 12:05:41 +00:00
keystone Move to v0.3.1 of kubernetes-entrypoint 2018-04-25 12:45:50 -05:00
ldap Tidy charts 2018-04-30 20:58:40 +00:00
libvirt Move to v0.3.1 of kubernetes-entrypoint 2018-04-25 12:45:50 -05:00
magnum Magnum: basic chart enhancement 2018-05-03 20:05:42 -05:00
mariadb Tidy charts 2018-04-30 20:58:40 +00:00
memcached Move to v0.3.1 of kubernetes-entrypoint 2018-04-25 12:45:50 -05:00
mistral Mistral: Add helm test 2018-05-04 02:34:44 +00:00
mongodb Ceilometer/MongoDB: Various small fixes 2018-04-30 16:20:17 -05:00
neutron Merge "neutron: default to OVSHybridIptablesFirewallDriver firewall driver" 2018-04-27 20:00:17 +00:00
nova Nova: Update cell and db management 2018-05-03 16:59:50 +00:00
openvswitch Move to v0.3.1 of kubernetes-entrypoint 2018-04-25 12:45:50 -05:00
postgresql Tidy charts 2018-04-30 20:58:40 +00:00
rabbitmq Move to v0.3.1 of kubernetes-entrypoint 2018-04-25 12:45:50 -05:00
rally Tidy charts 2018-04-30 20:58:40 +00:00
senlin Senlin: fix chart 2018-05-03 23:24:58 +00:00
tempest Add Tempest Chart 2018-04-25 16:22:35 -05:00
tests Refactor Ceph secret generation 2017-06-27 13:42:03 -05:00
tools ceph: mgr; replicas 2 by default, 1 for developer/single-node 2018-05-04 18:25:29 +00:00
.gitignore Add checks for armada fullstack deployment 2018-02-09 01:08:28 +00:00
.gitreview Add .gitreview to OpenStack-Helm 2017-04-11 07:03:45 -05:00
.zuul.yaml Add Tempest Chart 2018-04-25 16:22:35 -05:00
CONTRIBUTING.rst Remove some useless indents 2018-01-26 03:00:29 +00:00
LICENSE Initial commit 2016-11-12 14:26:57 -05:00
Makefile Makefile: cleanup after helm 2018-02-14 00:34:18 +00:00
README.rst Fix dead link for AIO guide 2018-01-19 10:06:18 -06:00
setup.cfg Update the home-page link 2018-02-25 13:09:24 +08:00
setup.py Beggining of docs conversion to OpenStack format 2017-04-27 17:04:17 +02:00
tox.ini Update docs building infra 2017-12-29 00:07:26 -06:00

README.rst

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.

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.