Katello 2.4 and pulp 2.7.1

Hello,

We are using katello 2.4 and foreman 1.10, but with pulp 2.7.

We are seeing those errors:

gofer.messaging.consumer:DEBUG: rejected: {"data": {"consumer_id":
"26a88927-7c16-49bf-a932-7491129b3e59", "task_id":
"6a4001dc-eb3b-43c9-b434-ac82edb39f36"}, "result": {"retval": {"details":
{"rpm": {"details": {"deps": [], "failed": [], "resolved": [{"arch":
"x86_64", "epoch": "2", "name": "vim-enhanced", "qname":
"2:vim-enhanced-7.4.629-5.el6.x86_64", "release": "5.el6", "repoid":
"installed", "version": "7.4.629"}]}, "succeeded": true}}, "num_changes":
1, "reboot": {"details": {}, "scheduled": false}, "succeeded": true}},
"routing": [null, "pulp.task"], "sn":
"59b45286-43f5-44cb-ad64-0cf49d192a5b", "timestamp":
"2016-02-22T08:40:51Z", "version": "2.0"}

Is pulp 2.7 not supported with katello 2.4?

Thank you,
Cristian Falcas

We don't test our releases against multiple Pulps, and really only the one
that we carry in our Pulp repository. At present, if you use a version
outside of what we release with a given version you may encounter breakages
or incompatibilities.

This looks like a client error which may result from needing a newer
katello-agent. You could try the agent package from nightlies that is
currently built to work with Pulp 2.8.

Eric

··· On Mon, Feb 22, 2016 at 7:27 AM, Cristian Falcas wrote:

Hello,

We are using katello 2.4 and foreman 1.10, but with pulp 2.7.

We are seeing those errors:

gofer.messaging.consumer:DEBUG: rejected: {“data”: {“consumer_id”:
“26a88927-7c16-49bf-a932-7491129b3e59”, “task_id”:
“6a4001dc-eb3b-43c9-b434-ac82edb39f36”}, “result”: {“retval”: {“details”:
{“rpm”: {“details”: {“deps”: [], “failed”: [], “resolved”: [{“arch”:
“x86_64”, “epoch”: “2”, “name”: “vim-enhanced”, “qname”:
“2:vim-enhanced-7.4.629-5.el6.x86_64”, “release”: “5.el6”, “repoid”:
“installed”, “version”: “7.4.629”}]}, “succeeded”: true}}, “num_changes”:
1, “reboot”: {“details”: {}, “scheduled”: false}, “succeeded”: true}},
“routing”: [null, “pulp.task”], “sn”:
“59b45286-43f5-44cb-ad64-0cf49d192a5b”, “timestamp”:
“2016-02-22T08:40:51Z”, “version”: “2.0”}

Is pulp 2.7 not supported with katello 2.4?

Thank you,
Cristian Falcas


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 foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Eric D. Helms
Red Hat Engineering
Ph.D. Student - North Carolina State University

We found out that the problem was this setting in server.conf:

[messaging]
auth_enabled: true

After we set auth_enabled to false everything worked normally.

What we should do on the client side to enable auth_enabled?

Thank you,
Cristi

··· On Mon, Feb 22, 2016 at 3:34 PM, Eric D Helms wrote:

We don’t test our releases against multiple Pulps, and really only the one
that we carry in our Pulp repository. At present, if you use a version
outside of what we release with a given version you may encounter breakages
or incompatibilities.

This looks like a client error which may result from needing a newer
katello-agent. You could try the agent package from nightlies that is
currently built to work with Pulp 2.8.

Eric

On Mon, Feb 22, 2016 at 7:27 AM, Cristian Falcas cristi.falcas@gmail.com > wrote:

Hello,

We are using katello 2.4 and foreman 1.10, but with pulp 2.7.

We are seeing those errors:

gofer.messaging.consumer:DEBUG: rejected: {“data”: {“consumer_id”:
“26a88927-7c16-49bf-a932-7491129b3e59”, “task_id”:
“6a4001dc-eb3b-43c9-b434-ac82edb39f36”}, “result”: {“retval”: {“details”:
{“rpm”: {“details”: {“deps”: [], “failed”: [], “resolved”: [{“arch”:
“x86_64”, “epoch”: “2”, “name”: “vim-enhanced”, “qname”:
“2:vim-enhanced-7.4.629-5.el6.x86_64”, “release”: “5.el6”, “repoid”:
“installed”, “version”: “7.4.629”}]}, “succeeded”: true}}, “num_changes”:
1, “reboot”: {“details”: {}, “scheduled”: false}, “succeeded”: true}},
“routing”: [null, “pulp.task”], “sn”:
“59b45286-43f5-44cb-ad64-0cf49d192a5b”, “timestamp”:
“2016-02-22T08:40:51Z”, “version”: “2.0”}

Is pulp 2.7 not supported with katello 2.4?

Thank you,
Cristian Falcas


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 foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Eric D. Helms
Red Hat Engineering
Ph.D. Student - North Carolina State University


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 foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Cristian,

Have you tried upgrading katello-agent on your client like suggested? This
may allow you to turn authentication back on.

Thanks,

John Mitsch
Red Hat Engineering
(860)-967-7285
irc: jomitsch

··· On Mon, Mar 21, 2016 at 2:38 AM, Cristian Falcas wrote:

We found out that the problem was this setting in server.conf:

[messaging]
auth_enabled: true

After we set auth_enabled to false everything worked normally.

What we should do on the client side to enable auth_enabled?

Thank you,
Cristi

On Mon, Feb 22, 2016 at 3:34 PM, Eric D Helms ericdhelms@gmail.com > wrote:

We don’t test our releases against multiple Pulps, and really only the
one that we carry in our Pulp repository. At present, if you use a version
outside of what we release with a given version you may encounter breakages
or incompatibilities.

This looks like a client error which may result from needing a newer
katello-agent. You could try the agent package from nightlies that is
currently built to work with Pulp 2.8.

Eric

On Mon, Feb 22, 2016 at 7:27 AM, Cristian Falcas <cristi.falcas@gmail.com >> > wrote:

Hello,

We are using katello 2.4 and foreman 1.10, but with pulp 2.7.

We are seeing those errors:

gofer.messaging.consumer:DEBUG: rejected: {“data”: {“consumer_id”:
“26a88927-7c16-49bf-a932-7491129b3e59”, “task_id”:
“6a4001dc-eb3b-43c9-b434-ac82edb39f36”}, “result”: {“retval”: {“details”:
{“rpm”: {“details”: {“deps”: [], “failed”: [], “resolved”: [{“arch”:
“x86_64”, “epoch”: “2”, “name”: “vim-enhanced”, “qname”:
“2:vim-enhanced-7.4.629-5.el6.x86_64”, “release”: “5.el6”, “repoid”:
“installed”, “version”: “7.4.629”}]}, “succeeded”: true}}, “num_changes”:
1, “reboot”: {“details”: {}, “scheduled”: false}, “succeeded”: true}},
“routing”: [null, “pulp.task”], “sn”:
“59b45286-43f5-44cb-ad64-0cf49d192a5b”, “timestamp”:
“2016-02-22T08:40:51Z”, “version”: “2.0”}

Is pulp 2.7 not supported with katello 2.4?

Thank you,
Cristian Falcas


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 foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Eric D. Helms
Red Hat Engineering
Ph.D. Student - North Carolina State University


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 foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


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 foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Yes, we tried with the newer client also, but we got the same issues.

I presume this is because:

  1. we are using puppet certificates to authenticate to qpid
  2. clients try to sign the messages with the same certificates
  3. pulp-server tries to validate messages with his own ca?
··· On Mon, Mar 21, 2016 at 7:46 PM, John Mitsch wrote:

Cristian,

Have you tried upgrading katello-agent on your client like suggested? This
may allow you to turn authentication back on.

Thanks,

John Mitsch
Red Hat Engineering
(860)-967-7285
irc: jomitsch

On Mon, Mar 21, 2016 at 2:38 AM, Cristian Falcas cristi.falcas@gmail.com > wrote:

We found out that the problem was this setting in server.conf:

[messaging]
auth_enabled: true

After we set auth_enabled to false everything worked normally.

What we should do on the client side to enable auth_enabled?

Thank you,
Cristi

On Mon, Feb 22, 2016 at 3:34 PM, Eric D Helms ericdhelms@gmail.com >> wrote:

We don’t test our releases against multiple Pulps, and really only the
one that we carry in our Pulp repository. At present, if you use a version
outside of what we release with a given version you may encounter breakages
or incompatibilities.

This looks like a client error which may result from needing a newer
katello-agent. You could try the agent package from nightlies that is
currently built to work with Pulp 2.8.

Eric

On Mon, Feb 22, 2016 at 7:27 AM, Cristian Falcas < >>> cristi.falcas@gmail.com> wrote:

Hello,

We are using katello 2.4 and foreman 1.10, but with pulp 2.7.

We are seeing those errors:

gofer.messaging.consumer:DEBUG: rejected: {“data”: {“consumer_id”:
“26a88927-7c16-49bf-a932-7491129b3e59”, “task_id”:
“6a4001dc-eb3b-43c9-b434-ac82edb39f36”}, “result”: {“retval”: {“details”:
{“rpm”: {“details”: {“deps”: [], “failed”: [], “resolved”: [{“arch”:
“x86_64”, “epoch”: “2”, “name”: “vim-enhanced”, “qname”:
“2:vim-enhanced-7.4.629-5.el6.x86_64”, “release”: “5.el6”, “repoid”:
“installed”, “version”: “7.4.629”}]}, “succeeded”: true}}, “num_changes”:
1, “reboot”: {“details”: {}, “scheduled”: false}, “succeeded”: true}},
“routing”: [null, “pulp.task”], “sn”:
“59b45286-43f5-44cb-ad64-0cf49d192a5b”, “timestamp”:
“2016-02-22T08:40:51Z”, “version”: “2.0”}

Is pulp 2.7 not supported with katello 2.4?

Thank you,
Cristian Falcas


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 foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Eric D. Helms
Red Hat Engineering
Ph.D. Student - North Carolina State University


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 foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


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 foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


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 foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.