Helm charts for deploying OpenStack on Kubernetes
Go to file
Vladimir Kozhukalov 1483987d2e Update versions of all charts to 2024.2.0
Depends-On: Ia064d83881626452dc3c0cf888128e152692ae77
Change-Id: I3c43bbc1e82cc6afbe90056fe4173d774b8c24db
2024-12-21 17:28:15 +00:00
aodh Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
barbican Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
ceilometer Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
cinder Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
cyborg Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
designate Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
doc Move values overrides to a separate directory 2024-12-13 15:25:19 -06:00
glance Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
heat Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
horizon Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
ironic Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
keystone Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
magnum Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
manila Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
masakari Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
mistral Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
monasca Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
neutron Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
nova Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
octavia Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
openstack Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
placement Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
rally Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
releasenotes Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
senlin Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
tacker Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
tempest Update versions of all charts to 2024.2.0 2024-12-21 17:28:15 +00:00
tests Enable templates linting 2020-07-11 00:52:51 +00:00
tools Minor fixes for tests 2024-12-20 23:44:07 -06:00
values_overrides Move values overrides to a separate directory 2024-12-13 15:25:19 -06:00
zuul.d Minor fixes for tests 2024-12-20 23:44:07 -06:00
.gitignore use helm-docs to generate docs for the values.yaml 2024-11-22 09:37:45 -06: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 Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
README.rst Bump K8s to v1.31 2024-12-02 22:02:38 -06: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 use helm-docs to generate docs for the values.yaml 2024-11-22 09:37:45 -06: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
2023.2 (Bobcat) Ubuntu Jammy Ubuntu Jammy >=1.29,<=1.31
2024.1 (Caracal) Ubuntu Jammy Ubuntu Jammy >=1.29,<=1.31
2024.2 (Dalmatian) Ubuntu Jammy Ubuntu Jammy >=1.29,<=1.31

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.