Bug 1635680
| Summary: | 6.4 snap25 bug joining a realm on kickstart | |||
|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | chris procter <cprocter> | |
| Component: | Provisioning Templates | Assignee: | satellite6-bugs <satellite6-bugs> | |
| Status: | CLOSED ERRATA | QA Contact: | Sanket Jagtap <sjagtap> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.4 | CC: | egolov, ekohlvan, fvzwieten, inecas, mhulan, sjagtap, slutade, stbenjam | |
| Target Milestone: | 6.5.0 | Keywords: | Regression, Triaged | |
| Target Release: | Unused | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | foreman-1.20.0-0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1646747 (view as bug list) | Environment: | ||
| Last Closed: | 2019-05-14 12:38:11 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
chris procter
2018-10-03 13:24:00 UTC
I've raised an issue with a PR for upstream https://projects.theforeman.org/issues/25117 Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/25117 has been resolved. *** Bug 1633661 has been marked as a duplicate of this bug. *** *** Bug 1645054 has been marked as a duplicate of this bug. *** Build: Satellite 6.5 snap 8
Rendered template for created host.
<snip>
freeipa_client=ipa-client
/usr/sbin/sshd-keygen
yum install -y libsss_sudo $freeipa_client
##
## IPA Client Installation
##
freeipa_mkhomedir="--mkhomedir"
# One-time password will be requested at install time. Otherwise, $HOST[OTP] is used as a placeholder value.
/usr/sbin/ipa-client-install -w '7Ps!camJaNRza7:kTO?*hN' --realm=RELAM -U $freeipa_mkhomedir $freeipa_opts $freeipa_server $freeipa_domain $freeipa_ssh
##
## Automounter
<snip>
On Satellite:
satellite-installer --foreman-proxy-realm true --foreman-proxy-realm-keytab /etc/foreman-proxy/freeipa.keytab --foreman-proxy-realm-principal foreman-proxy@RELAM --foreman-proxy-realm-provider freeipa
Resetting puppet server version param...
Installing Done [100%] [................................................................................................................................]
Success!
* Satellite is running at https://qe-sat6-feature-rhel7.sat-domain
* To install an additional Capsule on separate machine continue by running:
capsule-certs-generate --foreman-proxy-fqdn "$CAPSULE" --certs-tar "/root/$CAPSULE-certs.tar"
* To upgrade an existing 6.4 Capsule to 6.5:
Please see official documentation for steps and parameters to use when upgrading a 6.4 Capsule to 6.5.
The full log is at /var/log/foreman-installer/satellite.log
On Host:
[root@eldon-guster ~]# id foreman-proxy
uid=632600010(foreman-proxy) gid=632600010(foreman-proxy) groups=632600010(foreman-proxy)
[root@eldon-guster ~]#
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, 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-2019:1222 |