Helm charts for deploying OpenStack on Kubernetes
Go to file
Vasyl Saienko b82ed1e973 Allow to package charts in specified directory
Use make PACKAGE_DIR=/foo/bar/

Change-Id: I0dadeb86cf643e07cea5fc603972d5c3bab4a039
2024-09-26 06:13:49 +00:00
aodh Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
barbican Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
ceilometer Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
cinder fix: fix volume type create to honor encrypt type 2024-08-21 12:09:33 +08:00
cyborg Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
designate Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
doc Merge "[ceph] Remove references to the CephFS provisioner" 2024-08-12 15:16:39 +00:00
glance Remove deprecated glance config options 2024-08-23 08:34:41 -05:00
heat Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
horizon horizon: allow setting WEBSSO_KEYSTONE_URL 2024-09-11 18:25:19 +01:00
ironic Use service tokens in ironic 2024-08-08 13:41:43 +10:00
keystone Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
magnum Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
manila Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
masakari Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
mistral Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
monasca Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
neutron Add service role to the Neutron user 2024-08-28 01:33:40 -05:00
nova Add configuration for nova-scheduler 2024-09-09 15:09:37 +08:00
octavia Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
openstack Run umbrella and tls test jobs on multinode envs 2024-07-29 05:01:56 -05:00
placement Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
rally Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
releasenotes Merge "Add configuration for nova-scheduler" 2024-09-13 19:34:26 +00:00
senlin Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
tacker Adds tacker test job 2024-08-16 07:21:33 +00:00
tempest Update kubernetes-entrypoint image 2024-07-11 12:56:20 -05:00
tests Enable templates linting 2020-07-11 00:52:51 +00:00
tools Add Kubespray compute-kit job 2024-09-12 17:31:22 -05:00
zuul.d Merge "Add 2024.2 jobs" 2024-09-17 00:10:14 +00:00
.gitignore Migrate CronJob resources to batch/v1 and PodDisruptionBudget resources to policy/v1 2022-05-19 10:08:18 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:45:14 +00:00
bindep.txt Gate: Add bindep for docs requirements 2019-06-25 08:01:46 -05:00
LICENSE Initial commit 2016-11-12 14:26:57 -05:00
Makefile Allow to package charts in specified directory 2024-09-26 06:13:49 +00:00
README.rst Update default images wherever possible 2024-04-30 19:55:33 +00:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-03 15:31:16 +08:00
setup.py Beggining of docs conversion to OpenStack format 2017-04-27 17:04:17 +02:00
tox.ini Remove unnecessary doc locales 2023-10-18 20:52:08 -05:00
yamllint-templates.conf Enable templates linting 2020-07-11 00:52:51 +00:00
yamllint.conf Parallelize osh-gate-runner for gate jobs 2020-08-06 00:51:23 +00: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.

Versions supported

The table below shows the combinations of the Openstack/Platform/Kubernetes versions that are tested and proved to work.

Openstack version Host OS Image OS Kubernetes version
Zed Ubuntu Focal Ubuntu Focal >=1.26,<=1.28
Zed Ubuntu Jammy Ubuntu Jammy >=1.26,<=1.28
2023.1 (Antelope) Ubuntu Focal Ubuntu Focal >=1.26,<=1.28
2023.1 (Antelope) Ubuntu Jammy Ubuntu Jammy >=1.26,<=1.28
2023.2 (Bobcat) Ubuntu Jammy Ubuntu Jammy >=1.26,<=1.28
2024.1 (Caracal) Ubuntu Jammy Ubuntu Jammy >=1.26,<=1.28

Communication

  • Join us on IRC: #openstack-helm on oftc
  • Join us on Slack (this is preferable way of communication): #openstack-helm
  • Join us on Openstack-discuss mailing list (use subject prefix [openstack-helm])

The list of Openstack-Helm core team members is available here openstack-helm-core.

Storyboard

You found an issue and want to make sure we are aware of it? You can do so on our Storyboard.

Bugs should be filed as stories in Storyboard, not GitHub.

Please be as much specific as possible while describing an issue. Usually having more context in the bug description means less efforts for a developer to reproduce the bug and understand how to fix it.

Also before filing a bug to the Openstack-Helm Storyboard please try to identify if the issue is indeed related to the deployment process and not to the deployable software.

Our documentation is available here.

This project is under active development. We encourage anyone interested in OpenStack-Helm to review the code changes

Our repositories:

We welcome contributions in any form: code review, code changes, usage feedback, updating documentation.