Metadata-Version: 2.4
Name: magnum-cluster-api
Version: 0.36.6
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: certifi
Requires-Dist: click>=8.0.4
Requires-Dist: diskcache>=5.6.1
Requires-Dist: eventlet>=0.33.1
Requires-Dist: haproxyadmin>=0.2.4
Requires-Dist: kubernetes>=24.2.0
Requires-Dist: magnum>=15.0.0
Requires-Dist: oslo-concurrency>=4.5.0
Requires-Dist: oslo-config>=8.8.0
Requires-Dist: oslo-context>=4.1.0
Requires-Dist: oslo-log>=4.7.0
Requires-Dist: oslo-privsep>=2.7.0
Requires-Dist: oslo-service>=2.8.0
Requires-Dist: platformdirs>=2.4.0
Requires-Dist: pykube-ng
Requires-Dist: pyroute2>=0.3.4
Requires-Dist: python-heatclient
Requires-Dist: python-manilaclient>=3.3.2
Requires-Dist: requests>=2.27.1
Requires-Dist: semver>=2.0.0
Requires-Dist: sherlock>=0.4.1
Requires-Dist: shortuuid
License-File: LICENSE
Summary: Cluster API driver for Magnum
Author-email: Mohammed Naser <mnaser@vexxhost.com>
License-Expression: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

![Cluster API driver for Magnum](docs/static/logo.png?raw=true "Cluster API driver for Magnum")

The Cluster API driver for Magnum allows you to deploy fully conformant
Kubernetes cluster using the [Cluster API](https://cluster-api.sigs.k8s.io/)
project which are fully integrated with the OpenStack cluster they are running
on.

For more information, please refer to the following resources:

* **Documentation**: https://vexxhost.github.io/magnum-cluster-api/
* **Community**: [`#magnum-cluster-api`](https://kubernetes.slack.com/archives/C05Q8TDTK6Z) channel
  on the Kubernetes Slack. If you are new to Kubernetes Slack workspace,
  [Join the Kubernetes Slack workspace](https://slack.kubernetes.io/) first.

## Images

The Cluster API driver for Magnum relies on specific OpenStack images containing
all necessary dependencies for deploying Kubernetes clusters.

For more information on how to build images and where to find pre-built images,
refer to the [user guide](https://vexxhost.github.io/magnum-cluster-api/user/images/)

## Testing & Development

For more information on how to test, develop and contribute to the Cluster API
driver for Magnum, refer to the [developer guide](https://vexxhost.github.io/magnum-cluster-api/developer/testing-and-development/).

