| Summary: | Installation of Satellite 6.1.X fails due to RHSA-2016-0455 | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Mike McCune <mmccune> |
| Component: | Packaging | Assignee: | Mike McCune <mmccune> |
| Status: | CLOSED ERRATA | QA Contact: | Sachin Ghai <sghai> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.7 | CC: | bbuckingham, cwelton, sghai |
| Target Milestone: | Unspecified | Keywords: | PrioBumpGSS, PrioBumpPM, PrioBumpQA, Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-18 13:53:50 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: | |
|
Description
Mike McCune
2016-03-18 00:04:46 UTC
Packages that fix the issue are available: RHEL7: http://download.devel.redhat.com/brewroot/packages/ruby193-rubygem-apipie-rails/0.2.5/3.el7sat/noarch/ruby193-rubygem-apipie-rails-0.2.5-3.el7sat.noarch.rpm RHEL6: http://download.devel.redhat.com/brewroot/packages/ruby193-rubygem-apipie-rails/0.2.5/3.el6_6sat/noarch/ruby193-rubygem-apipie-rails-0.2.5-3.el6_6sat.noarch.rpm To install just do: RHEL7: rpm -Uvh http://download.devel.redhat.com/brewroot/packages/ruby193-rubygem-apipie-rails/0.2.5/3.el7sat/noarch/ruby193-rubygem-apipie-rails-0.2.5-3.el7sat.noarch.rpm RHEL6: rpm -Uvh http://download.devel.redhat.com/brewroot/packages/ruby193-rubygem-apipie-rails/0.2.5/3.el6_6sat/noarch/ruby193-rubygem-apipie-rails-0.2.5-3.el6_6sat.noarch.rpm then run: # /usr/sbin/foreman-rake apipie:cache --trace ensure no errors then if you had a previously failed install, re-run it. I tried the fix with give packages in comment 2 and covering two scenarios: 1) Installed 6.1.7 from CDN on *rhel7* and installer failed with the reported error. Applied fix with following steps a) rpm -Uvh <rhel7 package that includes the fix> b) /usr/sbin/foreman-rake apipie:cache --trace Logs: ==== [root@cloud-qe-20 ~]# rpm -qa | grep ruby193-rubygem-apipie-rails-0.2.5-3.el7sat ruby193-rubygem-apipie-rails-0.2.5-3.el7sat.noarch [root@cloud-qe-20 ~]# /usr/sbin/foreman-rake apipie:cache --trace ** Invoke apipie:cache (first_time) ** Invoke environment (first_time) ** Execute environment Apipie cache enabled but not present yet. Run apipie:cache rake task to speed up API calls. ** Execute apipie:cache 2016-03-18 04:19:06 -0400 | Started 2016-03-18 04:19:14 -0400 | Documents loaded... 2016-03-18 04:19:14 -0400 | Processing docs for 2016-03-18 04:19:25 -0400 | Finished Just doublecheck, I re-ran the installer and it was completed successfully. 2) Installed 6.1.7 packages from CDN on *rhel6* w/o running katello-installer Applied fix with following steps: a) rpm -Uvh <rhel6 package that includes the fix> b) katello-installer Installer successfully completed. I ran some hammer commands to create/product/repo and synchronize it via hammer as suggested by Ivan and gone through API docs.. everything looks good. 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/RHBA-2016:0462 |