Actions
Bug #25683
closedUpgrade katello-ca-consumer rpm will cause rhsm.conf to point back to customer portal.
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1619533
Description of problem:
I think this is the regression of Bug #1371585.
%postun will be triggered on upgrade and cause the rhsm.conf to restore back to default.
...
postun
test -f /etc/rhsm/rhsm.conf.kat-backup &x%x command cp /etc/rhsm/rhsm.conf.kat-backup /etc/rhsm/rhsm.conf <========= move the backup rhsm.conf back
...
- rpm -Uvh katello-ca-consumer-foo.com-1.0-8.noarch.rpm
Preparing... ################################# [100%]
Updating / installing...
1:katello-ca-consumer-foo.com################################# [ 50%]
Cleaning up / removing...
2:katello-ca-consumer-foo.com################################# [100%] <=========== %postun will be triggered here
% egrep -i 'host|server' /etc/rhsm/rhsm.conf | egrep -v '^#'
[server]
hostname = subscription.rhsm.redhat.com
Updated by Andrew Kofink about 6 years ago
- Subject changed from Upgrade katello-ca-consumer rpm will cause rhsm.conf to point back to customer portal. to Upgrade katello-ca-consumer rpm will cause rhsm.conf to point back to customer portal.
- Found in Releases Katello 3.7.1 added
Updated by John Mitsch about 6 years ago
- Category set to Client/Agent
- Target version set to Katello 3.11.0
- Triaged changed from No to Yes
Updated by Jonathon Turel about 6 years ago
- Target version changed from Katello 3.11.0 to Katello Backlog
Updated by Justin Sherrill about 5 years ago
- Project changed from Katello to Installer
- Category changed from Client/Agent to Foreman modules
- Assignee set to Justin Sherrill
- Target version deleted (
Katello Backlog)
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-certs/pull/267 added
Updated by Justin Sherrill about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-certs|7bea39e9a03a5a34c675174f9e43b2bc44de51f0.
Updated by The Foreman Bot about 5 years ago
- Pull request https://github.com/theforeman/puppet-certs/pull/271 added
Updated by Ewoud Kohl van Wijngaarden about 5 years ago
- Pull request deleted (
https://github.com/theforeman/puppet-certs/pull/271)
Disregard that, it was just me making a PR for a release with the incorrect base branch.
Actions