Helm charts for deploying OpenStack on Kubernetes
Go to file
Vladimir Kozhukalov 3ec4825c30 Use base64 encoded values for custom horizon logo
SVG is not YAML friendly and for some svg files we can
get "error converting YAML to JSON". Let's use base64 encoded
values to avoid such issues.

Story: 2010974
Task: 49140
Change-Id: I9df11c2ba4420afc60c7562341c5d645dd891599
2024-06-10 12:01:13 -05:00
aodh Update default images wherever possible 2024-04-30 19:55:33 +00:00
barbican Sync Babrican uWSGI config to other services. 2024-05-03 12:13:12 +08:00
ceilometer Update default images wherever possible 2024-04-30 19:55:33 +00:00
cinder Update default images wherever possible 2024-04-30 19:55:33 +00:00
cyborg Update default images wherever possible 2024-04-30 19:55:33 +00:00
designate Update default images wherever possible 2024-04-30 19:55:33 +00:00
doc Merge "Update docs: not require cloning git repos" 2024-05-12 06:13:42 +00:00
glance Update default images wherever possible 2024-04-30 19:55:33 +00:00
heat Update default images wherever possible 2024-04-30 19:55:33 +00:00
horizon Use base64 encoded values for custom horizon logo 2024-06-10 12:01:13 -05:00
ironic ironic: make conductor statefulset more configurable 2024-05-22 14:49:34 -05:00
keystone Update default images wherever possible 2024-04-30 19:55:33 +00:00
magnum Update default images wherever possible 2024-04-30 19:55:33 +00:00
manila Update default images wherever possible 2024-04-30 19:55:33 +00:00
masakari Update default images wherever possible 2024-04-30 19:55:33 +00:00
mistral Update default images wherever possible 2024-04-30 19:55:33 +00:00
monasca Update default images wherever possible 2024-04-30 19:55:33 +00:00
neutron feat: add OVN VPNaaS support 2024-05-20 14:16:39 +08:00
nova Update default images wherever possible 2024-04-30 19:55:33 +00:00
octavia Update default images wherever possible 2024-04-30 19:55:33 +00:00
openstack Add 2024.1 overrides 2024-04-03 17:26:56 -05:00
placement Placement: Support uWSGI for API server 2024-06-05 03:55:13 -05:00
rally Update default images wherever possible 2024-04-30 19:55:33 +00:00
releasenotes Use base64 encoded values for custom horizon logo 2024-06-10 12:01:13 -05:00
senlin Update default images wherever possible 2024-04-30 19:55:33 +00:00
tacker Update default images wherever possible 2024-04-30 19:55:33 +00:00
tempest Update default images wherever possible 2024-04-30 19:55:33 +00:00
tests Enable templates linting 2020-07-11 00:52:51 +00:00
tools Placement: Support uWSGI for API server 2024-06-05 03:55:13 -05:00
zuul.d Use base64 encoded values for custom horizon logo 2024-06-10 12:01:13 -05: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 Fix path to pull-images.sh 2024-01-24 20:00:53 +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.