Created
December 18, 2013 19:29
-
-
Save sweetcheeks24/8028295 to your computer and use it in GitHub Desktop.
Pulp puppet repo install failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pulp-admin puppet consumer install run --consumer-id=cw.frog -u leonardothibes/wget/1.0.2 | |
This command may be exited via ctrl+c without affecting the request. | |
[-] | |
Waiting to begin... | |
An unexpected error has occurred. More information can be found in the client | |
log file ~/.pulp/admin.log. | |
... | |
2013-12-18 14:27:44,042 - ERROR - Client-side exception occurred | |
Traceback (most recent call last): | |
File "/usr/lib/python2.6/site-packages/pulp/client/extensions/core.py", line 478, in run | |
exit_code = Cli.run(self, args) | |
File "/usr/lib/python2.6/site-packages/okaara/cli.py", line 974, in run | |
exit_code = command_or_section.execute(self.prompt, remaining_args) | |
File "/usr/lib/python2.6/site-packages/pulp/client/extensions/extensions.py", line 224, in execute | |
return self.method(*arg_list, **clean_kwargs) | |
File "/usr/lib/python2.6/site-packages/pulp_puppet/extensions/admin/consumer/content.py", line 201, in run | |
return super(InstallCommand, self).run(**kwargs) | |
File "/usr/lib/python2.6/site-packages/pulp/client/commands/consumer/content.py", line 115, in run | |
self.poll([task], kwargs) | |
File "/usr/lib/python2.6/site-packages/pulp/client/commands/polling.py", line 143, in poll | |
self.succeeded(task) | |
TypeError: succeeded() takes exactly 3 arguments (2 given) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment