Magnum driver that uses Kubernetes Cluster API via Helm.
Go to file
Michal Nasiadka eaccbd2cd0 CI: Stop running py38, add py312
Python 3.8 is end of life and jobs started to fail.

Bump hacking to latest 7.0.0 as well, since currently pinned
version does not support python 3.9+

Depends-On: https://review.opendev.org/c/openstack/magnum/+/936751

Change-Id: If230a819c90e2ff29e38e141943ec2060562a1df
2024-12-05 10:20:08 +00:00
devstack/contrib Helm chart repo changes 2024-10-04 13:07:51 +01:00
doc Intro docs for Magnum-CAPI-helm 2024-11-19 15:37:05 +00:00
magnum_capi_helm Merge "Helm chart repo changes" 2024-10-07 06:11:49 +00:00
releasenotes typo in release note 2024-10-10 11:42:31 +01:00
.coveragerc CI: Add cover jobs 2024-03-14 10:28:15 +01:00
.gitignore Attempt to import from openstack cookiecutter 2023-09-12 16:39:06 +01:00
.gitreview Update .gitreview and remove .github, add basic CI 2024-03-13 12:38:48 +00:00
.stestr.conf Attempt to import from openstack cookiecutter 2023-09-12 16:39:06 +01:00
.zuul.yaml CI: Stop running py38, add py312 2024-12-05 10:20:08 +00:00
LICENSE Attempt to import from openstack cookiecutter 2023-09-12 16:39:06 +01:00
README.rst Helm chart repo changes 2024-10-04 13:07:51 +01:00
requirements.txt Test on latest magnum, now its not broken (#29) 2023-11-15 13:11:19 +00:00
setup.cfg Add a stub cluster_api driver (#1) 2023-09-12 18:16:32 +01:00
setup.py Add automatic black formatting 2023-09-12 17:04:17 +01:00
test-requirements.txt CI: Stop running py38, add py312 2024-12-05 10:20:08 +00:00
tox.ini Add initial docs 2024-05-24 11:21:56 +01:00

magnum-capi-helm

OpenStack Magnum driver using Helm to create k8s clusters with Cluster API.

The driver uses capi-helm-charts to create the k8s resources needed to provision a k8s cluster using Cluster API, including various useful add-ons like a CNI and a monitoring stack.

Note, the above Helm charts are intended to be a way to share a reference method to create K8s on OpenStack. The charts are not expected or intended to be specific to Magnum. The hope is they can also be used by ArgoCD, Flux or Azimuth to create k8s clusters on OpenStack.

Work on this driver started upstream around October 2021. After failing to get merged during Bobcat, we created this downstream repo as a stop-gap to help those wanting to use this driver now. https://specs.openstack.org/openstack/magnum-specs/specs/bobcat/clusterapi-driver.html