Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubernetes/cloud-provider-openstack
https://github.com/kubernetes/cloud-provider-openstack
cloud-controller-manager csi-plugin k8s-sig-cloud-provider k8s-sig-storage kubernetes openstack
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kubernetes/cloud-provider-openstack
- Owner: kubernetes
- License: apache-2.0
- Created: 2018-03-21T06:46:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T02:52:51.000Z (about 2 months ago)
- Last Synced: 2024-10-29T14:57:54.612Z (about 1 month ago)
- Topics: cloud-controller-manager, csi-plugin, k8s-sig-cloud-provider, k8s-sig-storage, kubernetes, openstack
- Language: Go
- Size: 6.07 MB
- Stars: 618
- Watchers: 35
- Forks: 608
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-repositories - kubernetes/cloud-provider-openstack - (Go)
README
# Cloud Provider OpenStack
Thank you for visiting the `Cloud Provider OpenStack` repository!
This Repository hosts various plugins relevant to OpenStack and Kubernetes Integration
* [OpenStack Cloud Controller Manager](/docs/openstack-cloud-controller-manager/using-openstack-cloud-controller-manager.md/)
* [Octavia Ingress Controller](/docs/octavia-ingress-controller/using-octavia-ingress-controller.md/)
* [Cinder CSI Plugin](/docs/cinder-csi-plugin/using-cinder-csi-plugin.md/)
* [Keystone Webhook Authentication Authorization](/docs/keystone-auth/using-keystone-webhook-authenticator-and-authorizer.md/)
* [Client Keystone](/docs/keystone-auth/using-client-keystone-auth.md/)
* [Manila CSI Plugin](/docs/manila-csi-plugin/using-manila-csi-plugin.md/)
* [Barbican KMS Plugin](/docs/barbican-kms-plugin/using-barbican-kms-plugin.md/)
* [Magnum Auto Healer](/docs/magnum-auto-healer/using-magnum-auto-healer.md/)**NOTE:**
* Cinder Standalone Provisioner, Manila Provisioner and Cinder FlexVolume Driver were removed since release v1.18.0.
* Version 1.17 was the last release of Manila Provisioner, which is unmaintained from now on. Due to dependency issues, we removed the code from master but it is still accessible in the [release-1.17](https://github.com/kubernetes/cloud-provider-openstack/tree/release-1.17) branch. Please consider migrating to Manila CSI Plugin.
* Start from release v1.26.0, neutron lbaasv1 support is removed and only Octavia is supported.## Developing
Refer to [Getting Started Guide](/docs/developers-guide.md/) for setting up development environment and contributing.
## Contact
Please join us on [Kubernetes provider-openstack slack channel](https://kubernetes.slack.com/messages/provider-openstack)
Project Co-Leads:
* @dulek - Michał Dulko
* @jichenjc - Chen Ji
* @kayrus
* @zetaab - Jesse Haka## License
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.