Helm charts for deploying OpenStack on Kubernetes
Go to file
Zuul cbbb03f69f Merge "Magnum: Enable custom annotations" 2024-03-28 21:35:29 +00:00
aodh Aodh: Enable custom annotations 2024-03-26 11:04:08 +02:00
barbican Barbican: Enable custom annotations 2024-03-26 00:26:04 +02:00
ceilometer Ceilometer: Enable custom annotations 2024-03-25 23:46:49 +02:00
cinder Cinder: Enable custom annotations 2024-03-26 00:25:27 +02:00
cyborg Cyborg: Enable custom annotations 2024-03-26 18:37:25 +02:00
designate Designate: Enable custom annotations 2024-03-26 21:27:01 +02:00
doc [rook-ceph] Document the procedure for migrating Ceph to Rook 2024-03-25 14:58:43 -05:00
glance Glance: Enable custom annotations 2024-03-26 21:38:09 +02:00
heat Heat: Enable custom annotations 2024-03-27 09:11:34 +02:00
horizon Horizon: Enable custom annotations 2024-03-27 09:16:40 +02:00
ironic Ironic: Enable custom annotations 2024-03-27 09:20:45 +02:00
keystone Keystone: Enable custom annotations 2024-03-27 09:25:05 +02:00
magnum Magnum: Enable custom annotations 2024-03-28 09:47:23 +02:00
manila Manila: Enable custom annotations 2024-03-28 09:58:08 +02:00
masakari Add helm hook to job-rabbitmq-init of masakari 2024-02-29 16:40:37 +00:00
mistral Avoid unrequired policy setup 2022-11-23 22:43:10 +08:00
monasca Update osh-selenium image used by default 2023-10-26 12:49:04 -05:00
neutron Update for future ingress improvements 2024-03-19 16:13:14 -05:00
nova Support uWSGI for API server 2024-03-05 16:19:36 +08:00
octavia Octavia: Support uWSGI for API server 2024-03-07 15:44:45 +08:00
openstack [ceph] Update Ceph images to Jammy and Reef 18.2.1 2024-01-30 08:02:02 -07:00
placement Add log_dir option for placement 2023-12-18 11:02:47 +08:00
rally Bump Cirros image version to 0.6.2 2023-10-12 13:45:53 -05:00
releasenotes Merge "Magnum: Enable custom annotations" 2024-03-28 21:35:29 +00:00
senlin Senlin: Support uWSGI for API server 2024-03-07 14:20:21 +08:00
tacker Add 2023.2 (Bobcat) jobs 2023-10-13 12:40:12 -05:00
tempest Bump Cirros image version to 0.6.2 2023-10-12 13:45:53 -05:00
tests Enable templates linting 2020-07-11 00:52:51 +00:00
tools Add Metallb job 2024-03-26 19:34:46 -05:00
zuul.d Merge "Add 2024.1 jobs" 2024-03-27 21:04:32 +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
LICENSE Initial commit 2016-11-12 14:26:57 -05:00
Makefile Fix path to pull-images.sh 2024-01-24 20:00:53 +00:00
README.rst Update version support table in README.rst 2024-01-09 07:00:35 -06:00
bindep.txt Gate: Add bindep for docs requirements 2019-06-25 08:01:46 -05: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

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.

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
Yoga Ubuntu Focal Ubuntu Focal >=1.26,<=1.28
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

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.