| Summary: | puppet 3.3.0 release breaks pulp compatibility | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Abhay Chrungoo <chrungoo.abhay> |
| Component: | puppet-support | Assignee: | Michael Hrivnak <mhrivnak> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.2 | CC: | bcourt, dcleal, kim-andre.johansen, koweblomke, marv, mhrivnak, ohadlevy, pthomas, rbarlow, rush.ru, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-09 06:54:22 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 927466 | ||
|
Description
Abhay Chrungoo
2013-10-01 08:56:55 UTC
*** Bug 1013834 has been marked as a duplicate of this bug. *** Transitioning back to pulp-bugs to focus on sprint work. I assume jdob is no longer working on this one :) Got it to work: https://github.com/pulp/pulp_puppet/pull/96 # puppet module --verbose --debug install --modulepath '/etc/puppet/modules' --module_repository=http://<consumer>:.@<host> base/sshd Notice: Preparing to install into /etc/puppet/modules ... Notice: Downloading from http://<consumer>:.@<host> ... Notice: Installing -- do not interrupt ... Debug: Executing 'tar xzf /var/lib/puppet/puppet-module/cache/http_<onsumer>_<host>-12058a42b986e51863bf9bdd754c7303efc94034/base-sshd-1.0.3.tar.gz --no-same-owner -C /var/lib/puppet/puppet-module/cache/tmp-unpacker-4bc80c076cb71a1712785f180aa73ef7cbdd1dd1' Debug: Executing 'find /var/lib/puppet/puppet-module/cache/tmp-unpacker-4bc80c076cb71a1712785f180aa73ef7cbdd1dd1 -type d -exec chmod 755 {} +' Debug: Executing 'find /var/lib/puppet/puppet-module/cache/tmp-unpacker-4bc80c076cb71a1712785f180aa73ef7cbdd1dd1 -type f -exec chmod a-wst {} +' Debug: Executing 'chown -R 0:0 /var/lib/puppet/puppet-module/cache/tmp-unpacker-4bc80c076cb71a1712785f180aa73ef7cbdd1dd1' /etc/puppet/modules └── base-sshd (v1.0.3) Kim, I'm seeing the following using your patch and puppet 3.3.0. Thoughts? $ puppet module install --module_repository=http://.:foo@localhost puppetlabs/stdlib Notice: Preparing to install into /home/mhrivnak/.puppet/modules ... Notice: Downloading from http://.:foo@localhost ... Error: userinfo not supported. [RFC3986] Error: Try 'puppet help module install' for usage build: 2.4.0-0.7.beta verified [root@hp-dl380pgen8-01 ~]# rpm -qa |grep pulp-puppet pulp-puppet-consumer-extensions-2.4.0-0.19.beta.fc20.noarch python-pulp-puppet-common-2.4.0-0.19.beta.fc20.noarch pulp-puppet-admin-extensions-2.4.0-0.19.beta.fc20.noarch pulp-puppet-tools-2.4.0-0.19.beta.fc20.noarch pulp-puppet-handlers-2.4.0-0.19.beta.fc20.noarch pulp-puppet-plugins-2.4.0-0.19.beta.fc20.noarch [root@hp-dl380pgen8-01 ~]# rpm -qa puppet puppet-3.4.3-3.fc20.noarch [root@hp-dl380pgen8-01 ~]# pulp-admin puppet consumer install run --consumer-id kitkat -u puppetlabs/apache Install task created with id [ 797c46cb-de9b-4c66-8d49-98329af1b467 ] This command may be exited via ctrl+c without affecting the request. 1 change was made Install Succeeded This has been fixed in Pulp 2.4.0-1. |