Merge "overcloud image build: Use CentOS Stream 9 by default"

This commit is contained in:
Zuul 2022-11-21 07:06:15 +00:00 committed by Gerrit Code Review
commit 04d8bd88d2
3 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Now the ``openstack overcloud image build`` command uses CentOS Stream 9 as
base os by default.

View File

@ -50,7 +50,7 @@ class TestOvercloudImageBuild(TestPluginV1):
['/usr/share/openstack-tripleo-common/image-yaml/'
'overcloud-images-python3.yaml',
'/usr/share/openstack-tripleo-common/image-yaml/'
'overcloud-images-centos8.yaml'],
'overcloud-images-centos9.yaml'],
output_directory='.',
skip=True,
images=None)

View File

@ -43,7 +43,7 @@ class BuildOvercloudImage(command.Command):
IMAGE_YAML_PATH = "/usr/share/openstack-tripleo-common/image-yaml"
DEFAULT_YAML = ['overcloud-images-python3.yaml',
'overcloud-images-centos8.yaml']
'overcloud-images-centos9.yaml']
REQUIRED_PACKAGES = [
'openstack-tripleo-common',
'openstack-ironic-python-agent-builder',