Helm charts for deploying OpenStack on Kubernetes
Go to file
Jawon Choo 7bb4aed56c Tempest: add option to execute cleanup always
This PS makes to control cleanup action.
If there are FAILED cases, temepest-test returns non-zero code.
_run-tests.sh.tpl exit immediately without cleanup.
if set Values.conf.cleanup.force to true, cleanup is excuted always.

Change-Id: Ie2ffee8faa9561f8acb4dc762fcfa9a282477f50
Closes-Bug: #1788076
2018-08-22 18:12:44 +09:00
barbican Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
ceilometer Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
ceph-client Make Ceph Mon port configurable 2018-08-13 14:12:51 -07:00
ceph-mon Make Ceph Mon port configurable 2018-08-13 14:12:51 -07:00
ceph-osd Make Ceph Mon port configurable 2018-08-13 14:12:51 -07:00
ceph-provisioners Make Ceph Mon port configurable 2018-08-13 14:12:51 -07:00
cinder Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
congress Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
doc Merge "Docs: update proxy troubleshooting guide" 2018-08-11 21:01:22 +00:00
etcd Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
glance Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
gnocchi Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
heat Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
horizon Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
ironic Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
keystone Keystone: move all configuration to be values driven 2018-08-05 08:39:17 -05:00
ldap Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
libvirt Libvirt: Warn if hugetlb cgroup controller is enabled 2018-08-16 11:21:53 -05:00
magnum Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
mariadb Complete the Default values decription 2018-06-30 05:25:57 +00:00
mistral Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
mongodb Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
neutron Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
nova Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
openvswitch OVS: update container privs 2018-07-31 20:50:32 +00:00
postgresql postgresql prometheus exporter 2018-08-07 13:11:14 -05:00
rally Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
senlin Keystone: Stop running keystone container with root user 2018-08-04 10:06:32 -05:00
tempest Tempest: add option to execute cleanup always 2018-08-22 18:12:44 +09:00
tests Refactor Ceph secret generation 2017-06-27 13:42:03 -05:00
tools Merge "Armada: Add prometheus generated password to nagios chart doc" 2018-08-15 21:22:38 +00:00
.gitignore Update .gitignore 2018-05-13 22:17:57 -05:00
.gitreview Add .gitreview to OpenStack-Helm 2017-04-11 07:03:45 -05:00
.zuul.yaml Gate: allow OS release version to be used in scripts 2018-07-29 19:38:53 +00:00
CONTRIBUTING.rst Updates Launchpad references to Storyboard 2018-06-09 20:00:11 -05:00
LICENSE Initial commit 2016-11-12 14:26:57 -05:00
Makefile Update Makefile 2018-05-14 00:17:55 -05:00
README.rst Updates Launchpad references to Storyboard 2018-06-09 20:00:11 -05: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 doc build to use py3 2018-08-11 22:58:38 -05: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

Storyboard

Bugs and enhancements are tracked via OpenStack-Helm's Storyboard.

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 Storyboard backlog.

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