7086815c74
Recently we fixed the libvirt.sh script and removed the conditionals cgroup commands which were introduced for smooth transition to Jammy and cgroups v2 https://review.opendev.org/c/openstack/openstack-helm-infra/+/929401 But because we didn't have overrides for 2023.1 we used to run 2023.1 with the default libvirt image openstackhelm/libvirt:latest-ubuntu_focal which does not work with cgroups v2 on the host system with this recent fix (see above). So the 2023.1 Ubuntu Jammy compute-kit test jobs fails. This PR fixes this job by means of introducing explicit image overrides for 2023.1. Change-Id: Ie81f8fb412362388274ea92ad7fa5d3d176c0441
26 lines
836 B
YAML
26 lines
836 B
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: v1
|
|
appVersion: v1.0.0
|
|
description: OpenStack-Helm libvirt
|
|
name: libvirt
|
|
version: 0.1.39
|
|
home: https://libvirt.org
|
|
sources:
|
|
- https://libvirt.org/git/?p=libvirt.git;a=summary
|
|
- https://opendev.org/openstack/openstack-helm
|
|
maintainers:
|
|
- name: OpenStack-Helm Authors
|
|
...
|