RPM-GPG-KEY-CentOS-SIG-Virtualization-RDO key removed from centos-release-openstack-ussuri
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Invalid
|
Undecided
|
Unassigned | ||
Ussuri |
Fix Committed
|
Critical
|
Unassigned |
Bug Description
A new release of the centos-
Which has been removed in master and stable/victoria, but is still in stable/ussiri
The absence of this key causes kolla-build for Ussuri to fail with the error:
```
INFO:kolla.
```
This can be resolved from removing the key from the Dockerfile template as per the patch:
```
--- a/docker/
+++ b/docker/
@@ -184,8 +184,7 @@ RUN rpm --import /etc/pki/
{% set base_centos_
'/
'/
- '/etc/pki/
- '/etc/pki/
+ '/etc/pki/
] %}
{% set base_centos_
--
```
In it's current state stable/ussuri and the tag 10.2.0 can not be built.
Changed in kolla: | |
status: | New → Triaged |
importance: | Undecided → Critical |
status: | Triaged → Invalid |
importance: | Critical → Undecided |
Patch proposed here: https:/ /review. opendev. org/c/openstack /kolla/ +/780552