Skip to content

Instantly share code, notes, and snippets.

@sweetcheeks24
Created December 18, 2013 19:29
Show Gist options
  • Save sweetcheeks24/8028295 to your computer and use it in GitHub Desktop.
Save sweetcheeks24/8028295 to your computer and use it in GitHub Desktop.
Pulp puppet repo install failure
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