Bug #13681
closedAdditional param in puppet distributor is causing issues
Description
absolute_path is no longer needed here https://github.com/Katello/runcible/blob/master/lib/runcible/models/puppet_distributor.rb#L10
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) Task pulp.server.tasks.repository.distributor_update[72efcea0-02fc-45f8-aea4-12281ee1be63] raised unexpected: KeyError(u'absolute_path',)
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) Traceback (most recent call last):
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) R = retval = fun(*args, **kwargs)
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 473, in call
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) return super(Task, self).__call__(*args, **kwargs)
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 103, in call
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) return super(PulpTask, self).__call__(*args, **kwargs)
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 437, in protected_call
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) return self.run(*args, **kwargs)
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) File "/usr/lib/python2.7/site-packages/pulp/server/controllers/distributor.py", line 211, in update
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) distributor.config.pop(k)
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) File "/usr/lib/python2.7/site-packages/mongoengine/base/datastructures.py", line 73, in pop
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) return super(BaseDict, self).pop(*args, **kwargs)
Feb 11 11:22:54 abed-capsule pulp: celery.worker.job:ERROR: (1847-36672) KeyError: u'absolute_path'
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to John Mitsch
- Pull request https://github.com/Katello/runcible/pull/169 added
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release set to 134
Updated by Eric Helms almost 9 years ago
- Has duplicate Refactor #13448: Puppet distributor does not take an absolute path added
Updated by Eric Helms over 8 years ago
- Status changed from Ready For Testing to Closed
- Translation missing: en.field_release changed from 134 to 149
Updated by Eric Helms over 8 years ago
- Related to Bug #14086: Fix broken casettes after runcible 1.7.0 release added