Helm charts for deploying OpenStack on Kubernetes
Go to file
Pete Birley d2e03055cd Heat: Add helm test
This PS adds helm test functionaility to heat. This test is taxing
om the oslo.db backend and can expose clustering issues effectively
when run with high concurrency.

Change-Id: I5d6074cedbc870b9536d85859381c3dba1ad4f61
2018-05-14 00:42:01 -05:00
barbican Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
ceilometer Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
ceph-client Merge "ceph: run 2 mds replicas" 2018-05-14 04:30:23 +00:00
ceph-mon Ceph: Setup radosgw with increased swift support. 2018-05-12 12:58:03 -05:00
ceph-osd Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
cinder Cinder: Use Swift for volume backups by default 2018-05-13 14:53:33 +00:00
congress Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
doc Remove the inexistence script 2018-05-09 22:49:51 +08:00
etcd Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
glance Ceph: Setup radosgw with increased swift support. 2018-05-12 12:58:03 -05:00
gnocchi Ceph: Setup radosgw with increased swift support. 2018-05-12 12:58:03 -05:00
heat Heat: Add helm test 2018-05-14 00:42:01 -05:00
horizon Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
ingress Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
ironic Ceph: Setup radosgw with increased swift support. 2018-05-12 12:58:03 -05:00
keystone Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
ldap Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
libvirt Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
magnum Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
mariadb Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
memcached Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
mistral Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
mongodb Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
neutron Merge "Start using nova_metadata_host" 2018-05-13 06:23:55 +00:00
nova Cinder: Use correct service names for api versions 2018-05-13 04:00:28 +00:00
openvswitch Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
postgresql Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
rabbitmq Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
rally Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
senlin Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
tempest Add local-registry image managment to OSH from OSH-Infra 2018-05-12 14:35:48 +00:00
tests Refactor Ceph secret generation 2017-06-27 13:42:03 -05:00
tools Heat: Add helm test 2018-05-14 00:42:01 -05: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 Remove helm-toolkit from OSH 2018-05-13 14:54:08 +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.