Helm charts for deploying OpenStack on Kubernetes
Go to file
Ruslan Khanbikov c3b2c944f8 Update fernet keys rotation and expiration
Keystone token expiration, rotation frequency and active keys
values should follow the formula:

max_active_keys = (token_expiration / rotation_frequency) + 2

max_active_keys by default is 3
token expiration set to 43200 (12h)
rotation frequency set to 12 hours

Change-Id: Ia04daec9b2905ef2d3f2d4fbb43557dda220dc70
Signed-off-by: Ruslan Khanbikov <rk760n@att.com>
2018-06-27 17:43:28 -07:00
barbican Merge "Add logging.conf files to enabled loggers/handlers/formatters" 2018-06-26 18:02:54 +00:00
ceilometer Fix the default values for some projects 2018-06-26 12:59:04 +08:00
ceph-client Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +00:00
ceph-mon Sometimes hostname can contain the '-' character. 2018-06-26 02:18:27 +00:00
ceph-osd Ceph: update daemonset overrides to reference correct key 2018-06-25 11:41:16 +00:00
cinder Merge "Add logging.conf files to enabled loggers/handlers/formatters" 2018-06-26 18:02:54 +00:00
congress Add logging.conf files to enabled loggers/handlers/formatters 2018-06-26 09:51:14 -05:00
doc Add cpu_mode in nova.conf 2018-06-21 17:22:50 +08:00
etcd Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
glance Merge "Glance: move to use swift backend by default" 2018-06-26 19:24:49 +00:00
gnocchi Merge "Gotpl: remove quote and trunc to suppress output" 2018-06-17 07:14:10 +00:00
heat Merge "Add logging.conf files to enabled loggers/handlers/formatters" 2018-06-26 18:02:54 +00:00
horizon Ingress: Add initial TLS Support for core service public endpoints 2018-06-26 07:15:24 +00:00
ingress Fix the default values for some projects 2018-06-26 12:59:04 +08:00
ironic Add logging.conf files to enabled loggers/handlers/formatters 2018-06-26 09:51:14 -05:00
keystone Update fernet keys rotation and expiration 2018-06-27 17:43:28 -07:00
ldap Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
libvirt Nova/Libvirt: mount vm state directories with bidirectional propagation 2018-06-27 04:00:25 +00:00
magnum Add logging.conf files to enabled loggers/handlers/formatters 2018-06-26 09:51:14 -05: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 Add logging.conf files to enabled loggers/handlers/formatters 2018-06-26 09:51:14 -05:00
mongodb Deployments: Use current kubernetes deployment version 2018-06-13 21:29:59 -05:00
neutron Neutron: Ensure agent processes are reaped 2018-06-26 18:26:00 +00:00
nova Nova/Libvirt: mount vm state directories with bidirectional propagation 2018-06-27 04:00:25 +00: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 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 Add logging.conf files to enabled loggers/handlers/formatters 2018-06-26 09:51:14 -05: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 Merge "Add cpu_mode in nova.conf" 2018-06-27 03:53:26 +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: Add glance radosgw/swift backed gate 2018-06-26 23:59:10 +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

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.