Hi, I have katello 3.2-rc2 installed on a CentOS 7 VM and am having problems syncing the EPEL-7 repo.
I get the error below, which according to the pulp project (https://pulp.plan.io/issues/2077) seems to be fixed in version 2.9.2. Katello is shipping with 2.9.1. Are there any plans to upgrade pulp to 2.9.2? I rely heavily on the EPEL repo so this is going to be a bit of a showstopper for me adopting katello atm. Thanks J Oct 20 09:12:46 katello pulp: pulp.server.async.tasks:INFO: Task failed : [e1b0b712-2c63-41d4-82aa-3b033144c98f] Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) Task pulp.server.managers.repo.publish.publish[e1b0b712-2c63-41d4-82aa-3b033144c98f] raised unexpected: TemplateSyntaxError(u"Invalid block tag: 'compress'",) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) Traceback (most recent call last): Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) R = retval = fun(*args, **kwargs) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 484, in __call__ Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) return super(Task, self).__call__(*args, **kwargs) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 103, in __call__ Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) return super(PulpTask, self).__call__(*args, **kwargs) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/celery/app/trace.py", line 437, in __protected_call__ Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) return self.run(*args, **kwargs) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 971, in publish Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) result = check_publish(repo_obj, dist_id, dist_inst, transfer_repo, conduit, call_config) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 1038, in check_publish Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) result = _do_publish(repo_obj, dist_id, dist_inst, transfer_repo, conduit, call_config) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp/server/controllers/repository.py", line 1090, in _do_publish Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) publish_report = publish_repo(transfer_repo, conduit, call_config) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp/server/async/tasks.py", line 669, in wrap_f Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) return f(*args, **kwargs) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/distributors/yum/distributor.py", line 174, in publish_repo Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) return self._publisher.process_lifecycle() Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 562, in process_lifecycle -- Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 232, in process Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) self._process_block(item=item) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp/plugins/util/publish_step.py", line 291, in _process_block Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) self.process_main(item=item) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/distributors/yum/publish.py", line 485, in process_main Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) context.add_unit_metadata(unit) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/distributors/yum/metadata/primary.py", line 53, in add_unit_metadata Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) self.metadata_file_handle.write(unit.render_primary(self.checksum_type)) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/db/models.py", line 766, in render_primary Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) return self._render(metadata, context) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/pulp_rpm/plugins/db/models.py", line 809, in _render Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) t = Template(template) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/django/template/base.py", line 125, in __init__ Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) self.nodelist = compile_string(template_string, origin) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/django/template/base.py", line 153, in compile_string Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) return parser.parse() Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/django/template/base.py", line 276, in parse Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) self.invalid_block_tag(token, command, parse_until) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) File "/usr/lib/python2.7/site-packages/django/template/base.py", line 332, in invalid_block_tag Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) raise self.error(token, "Invalid block tag: '%s'" % command) Oct 20 09:12:46 katello pulp: celery.worker.job:ERROR: (5852-30528) TemplateSyntaxError: Invalid block tag: 'compress' -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
