Fix overcloud host image resolv workaround on CentOS 8.3
If a seed's bifrost_deploy container is deployed using a CentOS 8.2 base image, prior to the CentOS 8.3 release, then a user runs 'kayobe seed service deploy', the following task may fail: TASK [Ensure the overcloud host image has bogus name server entries removed] This seems to be an issue with libgcrypt not being upgraded with qemu-kvm, and becoming incompatible. The workaround is to ensure libgcrypt is upgraded also. Story: 2008430 Task: 41379 Change-Id: I82313fcd258e58969e0b68ae91a78943df537a7f
This commit is contained in:
parent
858c0f2a62
commit
bd5c5c0187
@ -20,7 +20,7 @@
|
||||
--connection local
|
||||
--become
|
||||
-m dnf
|
||||
-a "name=libguestfs-tools state=present"'
|
||||
-a "name=libgcrypt,libgcrypt-devel,libguestfs-tools state=present"'
|
||||
|
||||
- name: Ensure the overcloud host image has bogus name server entries removed
|
||||
command: >
|
||||
|
6
releasenotes/notes/story-2008430-6a50101d05219aad.yaml
Normal file
6
releasenotes/notes/story-2008430-6a50101d05219aad.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue with the ``kayobe seed service deploy`` command on CentOS
|
||||
8.3 release. See `story 2008430
|
||||
<https://storyboard.openstack.org/#!/story/2008430>`__ for details.
|
Loading…
Reference in New Issue
Block a user