Bug 977594
Summary: | Customer can never install foreman-libvirt off of ISO because installer script removes repofile | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Corey Welton <cwelton> |
Component: | Installation | Assignee: | Justin Sherrill <jsherril> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Og Maciel <omaciel> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | Nightly | CC: | dcleal, ehelms, jmontleo, mmccune, omaciel |
Target Milestone: | Unspecified | Keywords: | 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: | 2014-04-24 17:09:27 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
Corey Welton
2013-06-25 01:15:18 UTC
WORKAROUND: cd <ISO mount dir>/Packages rpm -Uvh foreman-libvirt-*.rpm foreman-libvirt has dependencies, so yum might be the better route. That said, I still had some minor dependency issues installing foreman-libvirt, even though everything was there. I think the recommended route is creating a localrepo, but I guess it's not /too/ hard to identify all the necessary files... e.g.: yum localinstall foreman-libvirt-1.1.10014-1.noarch.rpm foreman-1.1.10014-1.noarch.rpm foreman-compute-1.1.10014-1.noarch.rpm I'm not even sure what the correct fix for this would be? The solutions i can currently think of: a) Install foreman-libvirt as part of katello-foreman-all b) Assume the user will leave the ISO mounted, and leave the repo file in place. c) have some script that will install a package from the iso (i.e. ./iso-install foreman-libvirt) Thoughts? We could do (2), but leave the repo disabled by default so it doesn't interfere when the ISO's removed? Users could then do "yum --enablerepo=satellite6 install foreman-libvirt". The other thing to consider is that we plan on having better support in the installer for plugins etc, so it might also be possible to re-run a part of the installer, which could re-enable the repo. I dislike (1) because there are a number of pieces of optional functionality. Always installing them on non-ISO installs via katello-foreman-all I think is over the top and will add many more packages. yeah, agree on you 100% with a). Leaving the repo file there but disabled is not a bad idea, i wonder what the likelihood of the user mounting it to a different location is though instead of mounting why don't we just copy the repo to something like /var/satellite/installer-repo and reference that instead of mounted directly. The repo isn't *that* big is it? https://github.com/Katello/katello-misc/pull/20 chose /opt/satellite as the destination, since these files are not tracked by the package manager * apr-util-ldap-1.3.9-3.el6_0.1.x86_64 * candlepin-0.8.25-1.el6sam.noarch * candlepin-scl-1-5.el6_4.noarch * candlepin-scl-quartz-2.1.5-5.el6_4.noarch * candlepin-scl-rhino-1.7R3-1.el6_4.noarch * candlepin-scl-runtime-1-5.el6_4.noarch * candlepin-selinux-0.8.25-1.el6sam.noarch * candlepin-tomcat6-0.8.25-1.el6sam.noarch * elasticsearch-0.19.9-8.el6sat.noarch * foreman-1.3.0-20.el6sat.noarch * foreman-postgresql-1.3.0-20.el6sat.noarch * katello-1.4.6-49.el6sat.noarch * katello-all-1.4.6-49.el6sat.noarch * katello-certs-tools-1.4.4-1.el6sat.noarch * katello-cli-1.4.3-27.el6sat.noarch * katello-cli-common-1.4.3-27.el6sat.noarch * katello-common-1.4.6-49.el6sat.noarch * katello-configure-1.4.7-7.el6sat.noarch * katello-configure-foreman-1.4.7-7.el6sat.noarch * katello-foreman-all-1.4.6-49.el6sat.noarch * katello-glue-candlepin-1.4.6-49.el6sat.noarch * katello-glue-elasticsearch-1.4.6-49.el6sat.noarch * katello-glue-pulp-1.4.6-49.el6sat.noarch * katello-selinux-1.4.4-4.el6sat.noarch * openldap-2.4.23-31.el6.x86_64 * pulp-katello-plugins-0.2-1.el6sat.noarch * pulp-nodes-common-2.3.0-0.24.beta.el6sat.noarch * pulp-nodes-parent-2.3.0-0.24.beta.el6sat.noarch * pulp-puppet-plugins-2.3.0-0.24.beta.el6sat.noarch * pulp-rpm-plugins-2.3.0-0.24.beta.el6sat.noarch * pulp-selinux-2.3.0-0.24.beta.el6sat.noarch * pulp-server-2.3.0-0.24.beta.el6sat.noarch * python-ldap-2.3.10-1.el6.x86_64 * ruby193-rubygem-ldap_fluff-0.2.2-2.el6sat.noarch * ruby193-rubygem-net-ldap-0.3.1-3.el6sat.noarch * ruby193-rubygem-runcible-1.0.7-1.el6sat.noarch * signo-0.0.23-2.el6sat.noarch * signo-katello-0.0.23-2.el6sat.noarch This was verified and delivered with MDP2. Closing it out. This was delivered and verified with MDP2. Closing the bug. |