Helm charts for deploying OpenStack on Kubernetes
Go to file
Pete Birley e19be77f08 Ingress: Add initial TLS Support for core service public endpoints
This PS adds support for TLS on over-ridden fqdn's for public
endpoints for core OpenStack Services. Currently this implementation
is limited, in that it does not provide support for dynamicly loading
CAs into the containers, or specifying them manually via configuration.
As a result only well known or CA's added manually to containers will
be recognised.

Change-Id: I8f1b699af29cbed2d83ad91bb6840dccce8c5146
Depends-On: I535f38a8d92c01280d79926a1f0acd06984aabbf
Signed-off-by: Tin Lam <tin@irrational.io>
Signed-off-by: Pete Birley <pete@port.direct>
2018-06-26 07:15:24 +00:00
barbican Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +00:00
ceilometer Merge "Gotpl: remove quote and trunc to suppress output" 2018-06-17 07:14:10 +00:00
ceph-client Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +00:00
ceph-mon Merge "Add fluentbit sidecars to ceph mon and ceph osd charts" 2018-06-19 23:53:24 +00:00
ceph-osd Ceph: update daemonset overrides to reference correct key 2018-06-25 11:41:16 +00:00
cinder Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +00:00
congress Update the typo "dont" to "don't" 2018-06-21 17:38:24 +08:00
doc Merge "Updates Launchpad references to Storyboard" 2018-06-20 00:53:55 +00:00
etcd Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
glance Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +00:00
gnocchi Merge "Gotpl: remove quote and trunc to suppress output" 2018-06-17 07:14:10 +00:00
heat Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +00:00
horizon Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +00:00
ingress Merge "[ingress] fix ingress-vip container to exit immediately with sigterm" 2018-06-24 05:35:36 +00:00
ironic Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
keystone Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +00:00
ldap Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
libvirt Libvirt: add dynamic deps on neutron agents as option. 2018-06-16 17:54:53 +00:00
magnum Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
mariadb Daemonsets/Deployments: Use current kubernetes api version 2018-06-15 14:35:31 -05:00
memcached Daemonsets/Deployments: Use current kubernetes api version 2018-06-15 14:35:31 -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 Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +00:00
nova Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +00:00
openvswitch Daemonsets/Deployments: Use current kubernetes api version 2018-06-15 14:35:31 -05:00
postgresql Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
rabbitmq Merge "Gotpl: remove quote and trunc to suppress output" 2018-06-17 07:14:10 +00:00
rally Consolidate all variations of member role 2018-06-25 18:40:22 +00:00
senlin Gotpl: remove quote and trunc to suppress output 2018-06-16 18:52:13 +00:00
tempest Consolidate all variations of member role 2018-06-25 18:40:22 +00:00
tests Refactor Ceph secret generation 2017-06-27 13:42:03 -05:00
tools Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +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 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 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

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.