Merge "Revert "Switch images to CentOS Stream 8""

This commit is contained in:
Zuul 2020-12-15 17:54:21 +00:00 committed by Gerrit Code Review
commit 2f2f15fce5
3 changed files with 5 additions and 9 deletions

View File

@ -1,4 +0,0 @@
---
upgrade:
- |
Pre-built images are now built with CentOS Stream 8 instead of just CentOS.

View File

@ -1,13 +1,13 @@
- name: Default to CentOS Stream 8
- name: Default to CentOS 8
set_fact:
image_release: 8-stream
image_release: 8
when:
- image_distro in ["centos-minimal", "centos"]
- not image_release
- name: Generate a nice target name for CentOS
set_fact:
image_target_name: centos{{ image_release | replace('-stream', '') }}
image_target_name: centos{{ image_release }}
when:
- image_distro in ["centos-minimal", "centos"]
- not image_target_name

View File

@ -37,7 +37,7 @@
vars:
image_type: 'dib'
image_distro: 'centos'
image_release: 8-stream
image_release: 8
- job:
name: ironic-python-agent-check-image-base
@ -95,7 +95,7 @@
vars:
image_type: 'dib'
image_distro: 'centos'
image_release: 8-stream
image_release: 8
- job:
name: ironic-python-agent-check-image-dib-centos8-extra