Helm charts for deploying OpenStack on Kubernetes
Go to file
Pete Birley 5d9519b396 Nova: Move nova sudoers file to be drive fully by values.yaml
This PS brings novas sudoers file config to be in line with neutron
and other osh charts.

Change-Id: I609455b1a58e576644b8a6cfb8b273d5aeb94c58
Signed-off-by: Pete Birley <pete@port.direct>
2018-07-30 18:24:43 -05:00
barbican Logging: Only output std logs to stdout 2018-07-27 11:01:30 +00:00
ceilometer Keystone: Use service domain for service users 2018-07-26 05:19:38 +00:00
ceph-client Keystone: Use service domain for service users 2018-07-26 05:19:38 +00:00
ceph-mon Ceph-Mon/Ceph-OSD: Update default fluentbit configuration 2018-07-13 09:45:28 -05:00
ceph-osd ceph-osd: Make hash calculcation deterministic 2018-07-29 11:26:45 +00:00
ceph-provisioners Ceph: Split out ceph provsioners from client chart 2018-07-06 20:54:19 +00:00
cinder Logging: Only output std logs to stdout 2018-07-27 11:01:30 +00:00
congress Logging: Only output std logs to stdout 2018-07-27 11:01:30 +00:00
doc Merge "Document Ceph upgrade test scenario" 2018-07-25 18:15:07 +00:00
etcd Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
glance Merge "Glance: disable V1 API and registry" 2018-07-30 15:39:02 +00:00
gnocchi Keystone: Use service domain for service users 2018-07-26 05:19:38 +00:00
heat Logging: Only output std logs to stdout 2018-07-27 11:01:30 +00:00
horizon Keystone: Update admin port declaration to use standard layout 2018-07-25 13:00:52 -05:00
ironic Logging: Only output std logs to stdout 2018-07-27 11:01:30 +00:00
keystone Logging: Only output std logs to stdout 2018-07-27 11:01:30 +00:00
ldap Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
libvirt Improve robustness of hugepage checks on startup 2018-07-13 23:11:07 -07:00
magnum Logging: Only output std logs to stdout 2018-07-27 11:01:30 +00:00
mariadb Complete the Default values decription 2018-06-30 05:25:57 +00:00
mistral Logging: Only output std logs to stdout 2018-07-27 11:01:30 +00:00
mongodb Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
neutron Logging: Only output std logs to stdout 2018-07-27 11:01:30 +00:00
nova Nova: Move nova sudoers file to be drive fully by values.yaml 2018-07-30 18:24:43 -05:00
openvswitch Fix the default values for some projects 2018-06-26 12:59:04 +08:00
postgresql Allow overriding some critical postgre parameters 2018-06-26 12:05:40 -07:00
rabbitmq Fix to configure RABBIT_CAPABILITIES 2018-07-29 14:56:52 +00:00
rally Keystone: Use service domain for service users 2018-07-26 05:19:38 +00:00
senlin Logging: Only output std logs to stdout 2018-07-27 11:01:30 +00:00
tempest Keystone: Use service domain for service users 2018-07-26 05:19:38 +00:00
tests Refactor Ceph secret generation 2017-06-27 13:42:03 -05:00
tools Merge "Glance: disable V1 API and registry" 2018-07-30 15:39:02 +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 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

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.