Files
openstack-helm-images/zuul.d/ovn.yaml
Vladimir Kozhukalov 5dd5a3802d [ovn] Add openvswitch user with uid 42424
This is needed for running openvswitch as non root.

Depends-On: Ie00dd2657c616645ec237c0880bbc552b3805236
Change-Id: I79dac70d752bd0a7013740933c2cc4a4348850fa
2025-01-30 07:34:33 -06:00

90 lines
2.7 KiB
YAML

---
# Copyright 2019, 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:
check:
jobs:
- openstack-helm-images-build-ovn
- openstack-helm-images-compute-kit-ovn-2024-1-ubuntu_jammy
gate:
jobs:
- openstack-helm-images-upload-ovn
promote:
jobs:
- openstack-helm-images-promote-ovn
periodic-weekly:
jobs:
- openstack-helm-images-upload-ovn
- openstack-helm-images-promote-ovn:
dependencies:
- name: openstack-helm-images-upload-ovn
- job:
name: openstack-helm-images-build-ovn
parent: openstack-helm-images-build
description: Build ovn images
vars: &ovn_vars
currentdate: "{{ now(utc=True,fmt='%Y%m%d') }}"
docker_images:
- context: ovn
repository: openstackhelm/ovn
dockerfile: Dockerfile.ubuntu
tags:
- ubuntu_focal
- "ubuntu_focal-{{ currentdate }}"
build_args:
- FROM=ubuntu:focal
- context: ovn
repository: openstackhelm/ovn
dockerfile: Dockerfile.ubuntu
tags:
- ubuntu_jammy
- "ubuntu_jammy-{{ currentdate }}"
build_args:
- FROM=ubuntu:jammy
- context: ovn
repository: openstackhelm/ovn
dockerfile: Dockerfile.centos
tags:
- centos_stream9
- "centos_stream9-{{ currentdate }}"
docker_use_buildkit: true
files: &ovn_files
- ovn/.*
- zuul.d/ovn.yaml
- job:
name: openstack-helm-images-upload-ovn
parent: openstack-helm-images-upload
description: Build and upload ovn images
vars: *ovn_vars
files: *ovn_files
- job:
name: openstack-helm-images-promote-ovn
parent: openstack-helm-images-promote
description: Promote a previously published ovn image to latest.
vars: *ovn_vars
files: *ovn_files
- job:
name: openstack-helm-images-compute-kit-ovn-2024-1-ubuntu_jammy
parent: openstack-helm-compute-kit-ovn-2024-1-ubuntu_jammy
voting: false
files: *ovn_files
dependencies:
- name: openstack-helm-images-build-ovn
soft: true