Katello nightly pipeline failed:
https://ci.theforeman.org/job/katello-nightly-rpm-pipeline/2094/
foreman-pipeline-katello-rpm-nightly (failed) (remote job)
Katello nightly pipeline failed:
https://ci.theforeman.org/job/katello-nightly-rpm-pipeline/2094/
foreman-pipeline-katello-rpm-nightly (failed) (remote job)
All upgraded systems failed at
$ hammer repository synchronize --organization="${ORGANIZATION}" --product="${PRODUCT}" --name="${YUM_REPOSITORY}"
…
The repository's publication is missing. Please run a 'complete sync' on Zoo.
When I dig the Pulp logs, I see:
Aug 12 23:23:47 ip-192-168-122-16 pulpcore-api[59942]: django.core.exceptions.BadRequest: The role 'core.task_user_dispatcher' does not exist.
Which leads to
Poked #pulp-dev
So the role is created when yo call pulpcore-manager migrate
, but because there are no actual migrations outstanding (pulpcore-manager migrate --check
returns empty), our Puppet module does not call pulpcore-manager migrate
and the role is not created.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.