
--Sig_//f3sxPNh_nhUHgIorJLGcCp Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 22 Mar 2016 17:28:20 +0100 Fabrice wrote: FB> I tried to add a new host on a RHEL7, but it fails. FB>=20 FB> In the ovirt-host-deploy-20160322171347-XXX-6ba9d4a3.log file, I found: FB>=20 FB> warning: /var/cache/yum/x86_64/7/ovirt-3.6-glusterfs-epel/packages/glus= terfs-libs-3.7.9-1.el7.x86_64.rpm: FB> Header V4 RSA/SHA256 Signature, key ID d5dc52dc: NOKEY Retrieving key FB> from https://download.gluster.org/pub/gluster/glusterfs/LATEST/pub.key Try this patch, it worked for me: diff --git a/yum.repos.d/ovirt-3.5-dependencies.repo b/yum.repos.d/ovirt-3.= 5-dependencies.repo index c1914bb..3ef8a28 100644 --- a/yum.repos.d/ovirt-3.5-dependencies.repo +++ b/yum.repos.d/ovirt-3.5-dependencies.repo @@ -14,7 +14,7 @@ baseurl=3Dhttp://download.gluster.org/pub/gluster/gluster= fs/LATEST/EPEL.repo/epel- enabled=3D1 skip_if_unavailable=3D1 gpgcheck=3D1 -gpgkey=3Dhttps://download.gluster.org/pub/gluster/glusterfs/LATEST/pub.key +gpgkey=3Dhttps://download.gluster.org/pub/gluster/glusterfs/LATEST/rsa.pub [ovirt-3.5-glusterfs-noarch-epel] name=3DGlusterFS is a clustered file-system capable of scaling to several = petabytes. @@ -22,7 +22,7 @@ baseurl=3Dhttp://download.gluster.org/pub/gluster/gluster= fs/LATEST/EPEL.repo/epel- enabled=3D1 skip_if_unavailable=3D1 gpgcheck=3D1 -gpgkey=3Dhttps://download.gluster.org/pub/gluster/glusterfs/LATEST/pub.key +gpgkey=3Dhttps://download.gluster.org/pub/gluster/glusterfs/LATEST/rsa.pub [ovirt-3.5-patternfly1-noarch-epel] name=3DCopr repo for patternfly1 owned by patternfly Robert --=20 Senior Software Engineer @ Parsons --Sig_//f3sxPNh_nhUHgIorJLGcCp Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlbxducACgkQ7/fVLLY1mniOhACfetCCu5rv5g99zYqHs+MOQvrl ikoAoJHTwHEuqlHkXRE2icCRWaMYNhSE =kp5X -----END PGP SIGNATURE----- --Sig_//f3sxPNh_nhUHgIorJLGcCp--