| Summary: | puppet repo bind fails from consumer | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | puppet-support | Assignee: | Jeff Ortel <jortel> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | Master | CC: | skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-09 14:29:56 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
Preethi Thomas
2013-09-17 18:26:40 UTC
[root@pulp-v2-server ~]# pulp-admin puppet consumer install run --consumer-id pulp-client -u puppetlabs/stdlib/ This command may be exited via ctrl+c without affecting the request. [-] Waiting to begin... Install Failed Error in sasl_client_start (-1) SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Credentials cache file '/tmp/krb5cc_48' not found) [root@pulp-v2-server ~]# Works for me: [root@pulp1 ~]# pulp-admin puppet consumer bind --repo-id=forge --consumer-id=pulp3 This command may be exited via ctrl+c without affecting the request. -- Updating Pulp Server -- [-] Waiting to begin... [-] Running... Task Succeeded -- Notifying the Consumer -- [-] Waiting to begin... [\] Running... Task Succeeded [root@pulp2 ~]# pulp-consumer -u admin -p admin puppet bind --repo-id=forge This command may be exited via ctrl+c without affecting the request. -- Updating Pulp Server -- [-] Waiting to begin... [-] Running... Task Succeeded -- Notifying the Consumer -- [-] Waiting to begin... [-] Running... Task Succeeded Please retest. [root@pulp-v2-client ~]# rpm -qa pulp-consumer-client
pulp-consumer-client-2.3.0-0.17.beta.el6.noarch
[root@pulp-v2-client ~]#
[root@pulp-v2-client ~]# pulp-consumer -u admin -p admin puppet bind --repo-id puppet-repo
This command may be exited via ctrl+c without affecting the request.
-- Updating Pulp Server --
[-]
Waiting to begin...
[-]
Running...
Task Succeeded
-- Notifying the Consumer --
[-]
Waiting to begin...
[-]
Running...
Task Succeeded
[root@pulp-v2-client ~]# pulp-consumer puppet repos
+----------------------------------------------------------------------+
Repositories
+----------------------------------------------------------------------+
Id: puppet-repo
Display Name: puppet-repo
Description: None
Content Unit Counts:
Puppet Module: 38
Notes:
[root@pulp-v2-client ~]#
Pulp 2.3 released. |