Bug 2062189
| Summary: | satellite-installer gets failed with "Could not open SSL root certificate file /root/.postgresql/root.crt" error. | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Devendra Singh <desingh> |
| Component: | Installation | Assignee: | Evgeni Golov <egolov> |
| Status: | CLOSED ERRATA | QA Contact: | Devendra Singh <desingh> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.11.0 | CC: | ahumbe, egolov, ehelms, gtalreja, mdolezel, pcreech |
| Target Milestone: | 6.11.0 | Keywords: | AutomationBlocker, Regression, Triaged |
| Target Release: | Unused | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | foreman-installer-3.1.2.3 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-07-05 14:34:21 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Devendra Singh
2022-03-09 11:01:07 UTC
Created redmine issue https://projects.theforeman.org/issues/34672 from this bug Upstream bug assigned to egolov Upstream bug assigned to egolov Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/34672 has been resolved. Huh, forgot to expose that in the installer, sorry! https://github.com/theforeman/puppet-katello/pull/448 fixes it. this was merged, needs to be picked again Verified on 6.11 Snap19 and it worked well.
satellite-installer --scenario satellite --foreman-initial-admin-password ***** --foreman-db-manage false --foreman-db-host XYZ.com --foreman-db-database foreman1db --foreman-db-username foreman1! --foreman-db-password **** --foreman-db-port 5432 --katello-candlepin-manage-db false --katello-candlepin-db-host XYZ.com --katello-candlepin-db-name candlepin1db --katello-candlepin-db-user candlepin1! --katello-candlepin-db-password ***** --katello-candlepin-db-port 5432 --foreman-proxy-content-pulpcore-manage-postgresql false --foreman-proxy-content-pulpcore-postgresql-host ABC.com --foreman-proxy-content-pulpcore-postgresql-db-name pulpcore1db --foreman-proxy-content-pulpcore-postgresql-user pulp1! --foreman-proxy-content-pulpcore-postgresql-password **** --foreman-proxy-content-pulpcore-postgresql-port 5432 --foreman-db-sslmode verify-full --foreman-db-root-cert /usr/share/foreman/root.crt --katello-candlepin-db-ssl true --katello-candlepin-db-ssl-verify true --foreman-proxy-content-pulpcore-postgresql-ssl true --katello-candlepin-db-ssl-ca /usr/share/foreman/root.crt
........
........
[34m2022-05-09 05:09:30[0m [[32mNOTICE[0m] [[36mroot[0m] Loading installer configuration. This will take some time.
[34m2022-05-09 05:09:36[0m [[32mNOTICE[0m] [[36mroot[0m] Running installer with log based terminal output at level NOTICE.
[34m2022-05-09 05:09:36[0m [[32mNOTICE[0m] [[36mroot[0m] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions.
[34m2022-05-09 05:12:47[0m [[32mNOTICE[0m] [[36mconfigure[0m] Starting system configuration.
[34m2022-05-09 05:12:59[0m [[32mNOTICE[0m] [[36mconfigure[0m] 250 configuration steps out of 1441 steps complete.
[34m2022-05-09 05:14:01[0m [[32mNOTICE[0m] [[36mconfigure[0m] 500 configuration steps out of 1443 steps complete.
[34m2022-05-09 05:14:31[0m [[32mNOTICE[0m] [[36mconfigure[0m] 750 configuration steps out of 1444 steps complete.
[34m2022-05-09 05:17:27[0m [[32mNOTICE[0m] [[36mconfigure[0m] 1000 configuration steps out of 1464 steps complete.
[34m2022-05-09 05:26:11[0m [[32mNOTICE[0m] [[36mconfigure[0m] 1250 configuration steps out of 1464 steps complete.
[34m2022-05-09 05:33:35[0m [[32mNOTICE[0m] [[36mconfigure[0m] System configuration has finished.
[1m[32mSuccess![0m
* [1m[36mSatellite[0m is running at [1m[36mhttps://XYZ.com[0m
Initial credentials are [1m[36madmin[0m / [1m[36m*****[0m
* To install an additional Capsule on separate machine continue by running:
capsule-certs-generate --foreman-proxy-fqdn "[1m[36m$CAPSULE[0m" --certs-tar "[1m[36m/root/$CAPSULE-certs.tar[0m"
* [1m[36mCapsule[0m is running at [1m[36mhttps://XYZ.com:9090[0m
The full log is at [1m[36m/var/log/foreman-installer/satellite.log[0m
[1m[36mPackage versions are being locked.[0m
I've raised an upstream PR to document this: https://github.com/theforeman/foreman-documentation/pull/1270 @mdolezel what's the right way to get this into 6.11 docs? Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Satellite 6.11 Release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5498 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 365 days |