Helm charts for deploying OpenStack on Kubernetes
Go to file
Pete Birley 75ecf8fdf4 Gotpl: remove quote and trunc to suppress output
This PS removes the use of the `quote and truncate` approach to
suppress output from gotpl actions in templates and replaces it
with the recommended practice of defining `$_` instead.

Change-Id: I5f35c5f7e70b4f7f461d772e3b72ed1c695c56a8
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-16 18:52:13 +00:00
barbican Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
ceilometer Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
ceph-client Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
ceph-mon Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
ceph-osd Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
cinder Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
congress Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
doc Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
etcd Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
glance Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
gnocchi Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
heat Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
horizon Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
ingress Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
ironic Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
keystone Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
ldap Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
libvirt Add image management function to manifests 2018-05-20 10:10:16 -05:00
magnum Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
mariadb Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
memcached Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
mistral Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
mongodb Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
neutron Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
nova Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
openvswitch Add image management function to manifests 2018-05-20 10:10:16 -05:00
postgresql Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
rabbitmq Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
rally Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
senlin Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
tempest Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
tests Refactor Ceph secret generation 2017-06-27 13:42:03 -05:00
tools Merge "Update armada source repository for armada multinode check" 2018-06-14 16:45:47 +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 Release Support: OpenStack Pike 2018-05-17 22:43:08 -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 Update Makefile 2018-05-14 00:17:55 -05: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.