puppet-ceph/.zuul.yaml
Takashi Kajinami 5ebde1e6b1 Remove CentOS/RHEL 7 support
The train release was the last release with CentOS 7 support, but it is
now being transitioned to EOL.

This change removes support for CentOS 7 and RHEL 7 because we no
longer support any OpenStack release supporting these old operating
systems.

Because fastcgi package was available for only CentOS/RHEL 7, its
support is also removed by this change.

This also removes the wrong warning message for rgw deployment with
mod_proxy_fcgi. This pattern is still valid in supported operating
systems and only the one with mod_fastcgi should be deprecated or
removed.

Change-Id: I1238b23f1aee57641788a21556123bec94a1ed1b
2023-09-07 02:19:44 +09:00

24 lines
706 B
YAML

- project:
templates:
- puppet-openstack-check-jobs
- puppet-openstack-module-unit-jobs
- puppet-openstack-integration-jobs-scenario001
- puppet-openstack-integration-jobs-scenario004
- release-notes-jobs-python3
check:
jobs:
- puppet-ceph-unit-6.21-ubuntu-focal-yoga
gate:
jobs:
- puppet-ceph-unit-6.21-ubuntu-focal-yoga
# NOTE(tkajinam): stable/yoga supports CentOS 8, Ubuntu 20.04 and Puppet 6
- job:
name: puppet-ceph-unit-6.21-ubuntu-focal-yoga
parent: puppet-openstack-unit-base
nodeset: ubuntu-focal
override-checkout: stable/yoga
vars:
puppet_gem_version: 6.21.1
rspec_puppet_version: '= 2.9.0'