Bug 1105673
| Summary: | Face dependencies issue when pulp-puppet-module-builder is run on non sat6box | |||
|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Kedar Bidarkar <kbidarka> | |
| Component: | Pulp | Assignee: | Mike McCune <mmccune> | |
| Status: | CLOSED ERRATA | QA Contact: | Kedar Bidarkar <kbidarka> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 6.0.3 | CC: | bbuckingham, bkearney, bmbouter, cwelton, daviddavis, djuran, dkliban, ehelms, ggainey, ipanova, kbidarka, kshirsal, mhrivnak, mmccune, pcreech, rchan, sauchter, sthirugn, ttereshc, xdmoon | |
| Target Milestone: | Unspecified | Keywords: | ReleaseNotes, Triaged | |
| Target Release: | Unused | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | pulp-puppet-2.8.3-1 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1145713 (view as bug list) | Environment: | ||
| Last Closed: | 2016-07-27 11:17:23 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: | ||||
| Bug Depends On: | 1145713 | |||
| Bug Blocks: | 950746, 1175448, 1190823, 1317008 | |||
|
Description
Kedar Bidarkar
2014-06-06 17:19:23 UTC
WORKAROUND: # yum -y install pulp-puppet-module-builder python-setuptools python-pulp-puppet-common you need the extra few packages in that above yum command. This entire function will require documentation, specifically about telling users how to install a subset of packages in order to be able to use a remote repo as a source for a satellite. This fix is in 2.6.0 upstream, which will be in sat 6.1. The Pulp upstream bug status is at CLOSED - CURRENTRELEASE. Updating the external tracker on this bug. Is this still required for Sat6.1 rel notes? It was included in the 6.0 notes. https://access.redhat.com/documentation/en-US/Red_Hat_Satellite/6.0/html-single/Release_Notes/index.html#Packaging thanks yes this release note is still required for satellite6.1. Can I get some info as to, which package this bug needs to be tested if this is fixed or which repos should be enabled to resolve the deps? Currently I tried with the package: pulp-puppet-tools-2.8.0.1-2.beta.el7sat.noarch.rpm ~]# pulp-puppet-module-builder --url=https://github.com/puppetlabs/puppetlabs-xinetd -o ./modules Traceback (most recent call last): File "/usr/bin/pulp-puppet-module-builder", line 9, in <module> load_entry_point('pulp-puppet-tools==2.8.0b7', 'console_scripts', 'pulp-puppet-module-builder')() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2566, in load_entry_point return ep.load() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) ImportError: No module named pulp_puppet.tools.puppet_module_builder I feel installing package "pulp-puppet-tools" should also pull in the below packages as dependency, a) python-setuptools, b) python-pulp-puppet-common This is not fixed yet with "pulp-puppet-tools" package. The Pulp upstream bug status is at NEW. Updating the external tracker on this bug. The Pulp upstream bug status is at ASSIGNED. Updating the external tracker on this bug. The Pulp upstream bug status is at POST. Updating the external tracker on this bug. Installing pulp-puppet-tools packages should pull in all the deps, which still does not happend with the package version pulp-puppet-tools.noarch 0:2.8.0.2-1.el7sat 1) Installing "pulp-puppet-tools.noarch 0:2.8.0.2-1.el7sat" package should also pull in, a) python-setuptools, b) python-pulp-puppet-common 2) We can now find all the required packages in sattools repo a) pulp-puppet-tools b) python-pulp-puppet-common As seen below dependency resolution still fails. ~]# pulp-puppet-module-builder --url=https://github.com/puppetlabs/puppetlabs-xinetd -o ./modules Traceback (most recent call last): File "/usr/bin/pulp-puppet-module-builder", line 9, in <module> load_entry_point('pulp-puppet-tools==2.8.0', 'console_scripts', 'pulp-puppet-module-builder')() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2566, in load_entry_point return ep.load() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) ImportError: No module named pulp_puppet.tools.puppet_module_builder The Pulp upstream bug status is at MODIFIED. Updating the external tracker on this bug. Reset docs contact <> daobrien The Pulp upstream bug status is at ON_QA. Updating the external tracker on this bug. The Pulp upstream bug status is at CLOSED - CURRENTRELEASE. Updating the external tracker on this bug. We can now run the command "pulp-puppet-module-builder --url=https://github.com/puppetlabs/puppetlabs-xinetd -o ../modules" without any dependency issues. Installing a) pulp-puppet-tools also installs b) python-pulp-puppet-common as dependency without having to install it separately. VERIFIED with sat62-snap(GA)-13.1 Sorry it was VERIFIED with sat62-snap(GA)-14.0 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:1501 |