Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Switch to use virt:8.3 for non-kolla container builds
Browse files Browse the repository at this point in the history
The train import branch is running on RHEL 8.3 and
requires virt:8.3 to build.

Change-Id: I3e826c0f29b321fbc5ed625276365c45cb2c78da
  • Loading branch information
rlandy committed Aug 12, 2020
1 parent 473d9cb commit 082d3be
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion container-images/tcib/base/collectd/collectd.yaml
Expand Up @@ -53,7 +53,7 @@ tcib_packages:
- python3-sqlalchemy-collectd
modules:
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
rhel:
- python3-collectd-rabbitmq-monitoring
x86_64:
Expand Down
Expand Up @@ -7,5 +7,5 @@ tcib_packages:
- openstack-ceilometer-central
modules:
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
tcib_user: ceilometer
Expand Up @@ -7,4 +7,4 @@ tcib_packages:
- openstack-ceilometer-compute
modules:
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
Expand Up @@ -7,5 +7,5 @@ tcib_packages:
- openstack-ceilometer-ipmi
modules:
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
tcib_user: ceilometer
2 changes: 1 addition & 1 deletion container-images/tcib/base/os/cinder-base/cinder-base.yaml
Expand Up @@ -12,4 +12,4 @@ tcib_packages:
- python3-oslo-vmware
modules:
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
2 changes: 1 addition & 1 deletion container-images/tcib/base/os/glance-api/glance-api.yaml
Expand Up @@ -18,5 +18,5 @@ tcib_packages:
- qemu-img
modules:
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
tcib_user: glance
Expand Up @@ -27,7 +27,7 @@ tcib_packages:
- xfsprogs
modules:
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
rhel:
- python-ovirt-engine-sdk4
- python3dist\(ansible\)
Expand Down
Expand Up @@ -15,7 +15,7 @@ tcib_packages:
- qemu-img
modules:
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
- disable: container-tools:rhel8
- enable: container-tools:2.0
tcib_user: mistral
Expand Up @@ -10,5 +10,5 @@ tcib_packages:
- python3-novajoin
modules:
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
tcib_user: nova
Expand Up @@ -25,5 +25,5 @@ tcib_packages:
- xfsprogs
modules:
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
tcib_user: nova
Expand Up @@ -24,6 +24,6 @@ tcib_packages:
- disable: container-tools:rhel8
- enable: container-tools:2.0
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
x86_64:
- edk2-ovmf
Expand Up @@ -8,5 +8,5 @@ tcib_packages:
- openstack-tripleo-common
modules:
- disable: virt:rhel
- enable: virt:8.2
- enable: virt:8.3
tcib_user: nova

0 comments on commit 082d3be

Please sign in to comment.