Files
openstack-helm/zuul.d/project.yaml
James Bhattarai 74bd196bb8 Feat: Implemented Swift for Openstack-Helm
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>
2026-02-12 00:04:52 -06:00

82 lines
3.6 KiB
YAML

---
# Copyright 2018, SUSE LINUX GmbH.
#
# 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.
- project:
vars:
# shared across all jobs
helm_version: "3.18.1"
chart_testing_version: "3.11.0"
virtualenv: "{{ ansible_user_dir }}/venv"
base_version: "2025.2.0"
templates:
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-helm-linter
- openstack-helm-pre-commit
- openstack-helm-bandit
# 2024.2
- openstack-helm-cinder-2024-2-ubuntu_jammy # 3 nodes rook
- openstack-helm-compute-kit-2024-2-ubuntu_jammy # 1 node + 3 nodes
# 2025.1 Ubuntu Jammy
- openstack-helm-cinder-2025-1-ubuntu_jammy # 3 nodes rook
- openstack-helm-compute-kit-2025-1-ubuntu_jammy # 1 node + 3 nodes
- openstack-helm-octavia-2025-1-ubuntu_jammy # 4 nodes
- openstack-helm-blazar-2025-1-ubuntu_jammy # 3 nodes; run only if blazar changed
- openstack-helm-cloudkitty-2025-1-ubuntu_jammy # 3 nodes; run only if cloudkitty changed
- openstack-helm-freezer-2025-1-ubuntu_jammy # 3 nodes; run only if freezer changed
- openstack-helm-zaqar-2025-1-ubuntu_jammy # 3 nodes; run only if zaqar changed
# TODO: Configure Cilium not to setup it's own overlay and
# use existing VXLAN overlay interface for internal K8s communication
# - openstack-helm-compute-kit-cilium-2025-1-ubuntu_jammy # 1 node + 3 nodes
- openstack-helm-horizon-2025-1-ubuntu_jammy # 1 node
- openstack-helm-compute-kit-dpdk-2025-1-ubuntu_jammy # 32GB node
# 2025.1 Ubuntu Noble
- openstack-helm-cinder-2025-1-ubuntu_noble # 5 nodes rook
- openstack-helm-compute-kit-2025-1-ubuntu_noble # 1 node + 3 nodes
# 2025.2 Ubuntu Noble
- openstack-helm-cinder-2025-2-ubuntu_noble # 5 nodes rook
- openstack-helm-compute-kit-2025-2-ubuntu_noble # 1 node + 3 nodes
- openstack-helm-compute-kit-ovn-2025-2-ubuntu_noble # 1 node + 3 nodes
- openstack-helm-skyline-2025-2-ubuntu_noble # 3 nodes
- openstack-helm-trove-2025-2-ubuntu_noble # 5 nodes rook
- openstack-helm-swift-2025-2-ubuntu_noble # 3 nodes
# Infra jobs
- openstack-helm-logging
- openstack-helm-monitoring
- openstack-helm-metacontroller
gate:
jobs:
- openstack-helm-linter
- openstack-helm-cinder-2025-1-ubuntu_jammy
- openstack-helm-compute-kit-2025-1-ubuntu_jammy
# - openstack-helm-logging
# - openstack-helm-monitoring
- openstack-helm-metacontroller
post:
jobs:
- openstack-helm-publish-charts
periodic:
jobs:
- openstack-helm-compute-kit-helm-repo-public-2025-1-ubuntu_jammy # 1 node + 3 nodes
- openstack-helm-watcher-2025-1-ubuntu_jammy # 3 nodes
- openstack-helm-blazar-2025-1-ubuntu_jammy # 3 nodes
- openstack-helm-cloudkitty-2025-1-ubuntu_jammy # 3 nodes
- openstack-helm-freezer-2025-1-ubuntu_jammy # 3 nodes
- openstack-helm-tacker-2025-1-ubuntu_jammy # 3 nodes
...