Implements complete Swift object storage service for OpenStack-Helm with proxy and storage components, ring management, and full Kubernetes integration following openstack-helm patterns. Features: - Swift proxy deployment with configurable workers and middleware - Storage daemonset with account/container/object servers - Automated ring building and distribution - Full networking: ClusterIP, NodePort, Ingress, service-ingress - Keystone integration and service registration - Helm test suite for functional validation - Production-ready configuration management Change-Id: I0e0abd5c0cdfc86d4a5a0cda5b8bcb4cc84983bf Co-Authored-By: Vladimir Kozhukalov <kozhukalov@gmail.com> Signed-off-by: James Bhatarai <jamesbhattarai14@gmail.com> Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
# 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
|
|
#
|
|
# 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.
|
|
|
|
---
|
|
apiVersion: v2
|
|
appVersion: v1.0.0
|
|
name: swift
|
|
description: Openstack-Helm Swift
|
|
version: 2025.2.0
|
|
home: https://docs.openstack.org/swift/latest/
|
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Swift/OpenStack_Project_Swift_vertical.jpg
|
|
sources:
|
|
- https://opendev.org/openstack/swift
|
|
- https://opendev.org/openstack/openstack-helm
|
|
maintainers:
|
|
- name: Openstack-Helm Authors
|
|
|
|
dependencies:
|
|
- name: helm-toolkit
|
|
repository: file://../helm-toolkit
|
|
version: ">= 0.1.0"
|
|
...
|