Helm charts for deploying OpenStack on Kubernetes
Go to file
Chris Wedgwood 626d7d6ef6 MariaDB: Update to 10.2.13; patching wsrep_sst_xtrabackup-v2
Recent versions of MariaDB (10.1.31, 10.2.13) have a regression that
breaks clustering.  See https://github.com/MariaDB/server/pull/457 and
4e6dab94d0
for an in depth explanation.

We need 10.2.13+ for Barbican to function correctly (see bug #1734329)
but we also need the fix above to support MariaDB clustering.

This work-around can be removed later on when MariaDB 10.2.x releases
contain the needed script fix.

Thanks to Sam Yample <sam@yaple.net> for helping track this down.

Change-Id: Ifd09d7effe7d382074ca9e6678df36bdd4bce0af
2018-03-22 02:35:15 +00:00
barbican Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
ceilometer Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
ceph Use v0.3.0 of kubernetes-entrypoint 2018-03-19 10:35:36 -05:00
cinder Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
congress Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
doc Merge "Document node and label specific configurations" 2018-03-21 20:33:23 +00:00
etcd Use v0.3.0 of kubernetes-entrypoint 2018-03-19 10:35:36 -05:00
glance Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
gnocchi Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
heat Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
helm-toolkit Ingress: support arbitary hostnames. 2018-03-21 09:39:55 -05:00
horizon Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
ingress Use v0.3.0 of kubernetes-entrypoint 2018-03-19 10:35:36 -05:00
ironic Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
keystone Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
ldap Use v0.3.0 of kubernetes-entrypoint 2018-03-19 10:35:36 -05:00
libvirt Use v0.3.0 of kubernetes-entrypoint 2018-03-19 10:35:36 -05:00
magnum Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
mariadb MariaDB: Update to 10.2.13; patching wsrep_sst_xtrabackup-v2 2018-03-22 02:35:15 +00:00
memcached Use v0.3.0 of kubernetes-entrypoint 2018-03-19 10:35:36 -05:00
mistral Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
mongodb Use v0.3.0 of kubernetes-entrypoint 2018-03-19 10:35:36 -05:00
neutron Ingress: support arbitary hostnames. 2018-03-21 09:39:55 -05:00
nova Ingress: support arbitary hostnames. 2018-03-21 09:39:55 -05:00
openvswitch Use v0.3.0 of kubernetes-entrypoint 2018-03-19 10:35:36 -05:00
postgresql Use v0.3.0 of kubernetes-entrypoint 2018-03-19 10:35:36 -05:00
rabbitmq Use v0.3.0 of kubernetes-entrypoint 2018-03-19 10:35:36 -05:00
rally Use v0.3.0 of kubernetes-entrypoint 2018-03-19 10:35:36 -05:00
senlin Merge "Ingress: support arbitary hostnames." 2018-03-21 23:24:55 +00:00
tests Refactor Ceph secret generation 2017-06-27 13:42:03 -05:00
tools Merge "Libvirt: Update ubuntu package version" 2018-03-19 23:46:35 +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 LDAP-backed domain gate 2018-03-14 23:25:54 -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

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.