Project

General

Profile

Actions

Bug #26602

closed

unable to update the x509 Certificates

Added by Mario K about 5 years ago. Updated about 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Hello!

I'm using an CentOS7 System with Katello.

  1. cat /etc/centos-release
    CentOS Linux release 7.6.1810 (Core)
  2. rpm -q katello
    katello-3.2.2-1.el7.noarch #

This week the x509 Certificate expired and I got new one from our CA. I placed the key, the certificate, the certificate signing request and the CA file inside /data/pki/tls and did run the following command:

foreman-installer --scenario katello --certs-server-cert /data/pki/tls/certs/servername.domain.tld-base64.pem --certs-server-cert-req /data/pki/tls/certificatesigningrequest/servername.domain.tldRequest.pem --certs-server-key /data/pki/tls/private/servername.domain.tldKey.pem --certs-server-ca-cert /data/pki/tls/certs/rootca2018+subca2018-base64.pem --certs-update-server --certs-update-server-ca

this command gives me the following error message:
/Stage[main]/Qpid::Install/Package[python-qpid-qmf]/ensure: change from absent to present failed: Execution of '/bin/yum -d 0 -e 0 -y list python-qpid-qmf' returned 1: Error: No matching Packages to list

On the system there is a package python2-qpid-qmf installed but the package python-qpid-qmf is not installed.

sincerely yours

icingauserm

Actions #1

Updated by Mario K about 5 years ago

In the file /usr/share/katello-installer-base/modules/qpid/manifests/params.pp
I changed the line
$server_packages = ['qpid-cpp-server', 'qpid-cpp-client', 'python-qpid-qmf', 'python-qpid', ]
to
$server_packages = ['qpid-cpp-server', 'qpid-cpp-client', 'python-qpid', ]

this solved my issue. thanks

Actions #2

Updated by Tomer Brisker about 5 years ago

  • Status changed from New to Resolved

Marking as resolved. Katello 3.2 is no longer supported and the issue seems to have been fixed since then.

Actions

Also available in: Atom PDF