Helm charts for deploying OpenStack on Kubernetes
Go to file
Vladimir Kozhukalov 79f3ddfa17 Update Chart.yaml apiVersion to v2
Depends-On: I66dcaedefd0640f8a7b5343363354ba539d70627
Change-Id: I25a9354dff75cf4e02c28c0e756c360df7807778
2024-12-16 17:43:52 -06:00
aodh Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
barbican Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
ceilometer Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
cinder Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
cyborg Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
designate Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
doc Move values overrides to a separate directory 2024-12-13 15:25:19 -06:00
glance Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
heat Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
horizon Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
ironic Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
keystone Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
magnum Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
manila Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
masakari Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
mistral Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
monasca Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
neutron Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
nova Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
octavia Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
openstack Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
placement Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
rally Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
releasenotes Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
senlin Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
tacker Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
tempest Update Chart.yaml apiVersion to v2 2024-12-16 17:43:52 -06:00
tests Enable templates linting 2020-07-11 00:52:51 +00:00
tools Move values overrides to a separate directory 2024-12-13 15:25:19 -06:00
values_overrides Move values overrides to a separate directory 2024-12-13 15:25:19 -06:00
zuul.d Move values overrides to a separate directory 2024-12-13 15:25:19 -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.