Katello pulp epel-7 sync problem

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'

Hello,
I just got started with katello and installed version 3.2. I get the same
error when syncing EPEL 7.

··· On Friday, October 21, 2016 at 12:51:35 PM UTC+2, jamese wrote: > > 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' >

Does anyone have any information they can share on this issue?

Should I raise this as an official foreman bug?

Are there other people that are not suffering with this issue?
I feel like EPEL is a very common repository that people would be using so
am surprised that there aren't more people reporting this problem.

Thanks

J

Hi,
check Bug #16877: PLP0000: Invalid block tag: 'compress' error on EPEL 7 repo - Katello - Foreman

Klaas
----- Ursprüngliche Mail -----

··· Von: "jamese" An: "Foreman users" Gesendet: Sonntag, 27. November 2016 13:34:43 Betreff: [foreman-users] Re: katello pulp epel-7 sync problem

Does anyone have any information they can share on this issue?

Should I raise this as an official foreman bug?

Are there other people that are not suffering with this issue?
I feel like EPEL is a very common repository that people would be using so
am surprised that there aren’t more people reporting this problem.

Thanks

J


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.

This has been fixed in a newer version of pulp, which will be included in
katello 3.2.1.

you can update pulp to fix the issue, which is mentioned in
http://projects.theforeman.org/issues/16877

Here is the work-around:

"a simple yum update to 2.9.3 from
https://repos.fedorapeople.org/repos/pulp/pulp/stable/2.9/7Server/x86_64/

and a 'foreman-installer --upgrade'"

Let me know if you have any further questions.

-John

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

··· On Mon, Nov 28, 2016 at 9:26 AM, Klaas Demter wrote:

Hi,
check Bug #16877: PLP0000: Invalid block tag: 'compress' error on EPEL 7 repo - Katello - Foreman

Klaas
----- Ursprüngliche Mail -----
Von: “jamese” james.eckersall@gmail.com
An: “Foreman users” foreman-users@googlegroups.com
Gesendet: Sonntag, 27. November 2016 13:34:43
Betreff: [foreman-users] Re: katello pulp epel-7 sync problem

Does anyone have any information they can share on this issue?

Should I raise this as an official foreman bug?

Are there other people that are not suffering with this issue?
I feel like EPEL is a very common repository that people would be using so
am surprised that there aren’t more people reporting this problem.

Thanks

J


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.

No worries at all, glad to hear we could help!

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

··· On Mon, Nov 28, 2016 at 10:21 AM, James Eckersall wrote:

Thanks guys, that’s brilliant news. Apologies that I didn’t spot the open
issue for this.

On Mon, 28 Nov 2016 at 15:06 John Mitsch jomitsch@redhat.com wrote:

This has been fixed in a newer version of pulp, which will be included in
katello 3.2.1.

you can update pulp to fix the issue, which is mentioned in
Bug #16877: PLP0000: Invalid block tag: 'compress' error on EPEL 7 repo - Katello - Foreman

Here is the work-around:

"a simple yum update to 2.9.3 from https://repos.fedorapeople.
org/repos/pulp/pulp/stable/2.9/7Server/x86_64/

and a ‘foreman-installer --upgrade’"

Let me know if you have any further questions.

-John

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

On Mon, Nov 28, 2016 at 9:26 AM, Klaas Demter demter@atix.de wrote:

Hi,
check Bug #16877: PLP0000: Invalid block tag: 'compress' error on EPEL 7 repo - Katello - Foreman

Klaas
----- Ursprüngliche Mail -----
Von: “jamese” james.eckersall@gmail.com
An: “Foreman users” foreman-users@googlegroups.com
Gesendet: Sonntag, 27. November 2016 13:34:43
Betreff: [foreman-users] Re: katello pulp epel-7 sync problem

Does anyone have any information they can share on this issue?

Should I raise this as an official foreman bug?

Are there other people that are not suffering with this issue?
I feel like EPEL is a very common repository that people would be using so
am surprised that there aren’t more people reporting this problem.

Thanks

J


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 a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/foreman-users/DuuhLNuJW1o/unsubscribe.
To unsubscribe from this group and all its topics, 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.

Thanks guys, that's brilliant news. Apologies that I didn't spot the open
issue for this.

··· On Mon, 28 Nov 2016 at 15:06 John Mitsch wrote:

This has been fixed in a newer version of pulp, which will be included in
katello 3.2.1.

you can update pulp to fix the issue, which is mentioned in
Bug #16877: PLP0000: Invalid block tag: 'compress' error on EPEL 7 repo - Katello - Foreman

Here is the work-around:

"a simple yum update to 2.9.3 from
https://repos.fedorapeople.org/repos/pulp/pulp/stable/2.9/7Server/x86_64/

and a ‘foreman-installer --upgrade’"

Let me know if you have any further questions.

-John

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

On Mon, Nov 28, 2016 at 9:26 AM, Klaas Demter demter@atix.de wrote:

Hi,
check Bug #16877: PLP0000: Invalid block tag: 'compress' error on EPEL 7 repo - Katello - Foreman

Klaas
----- Ursprüngliche Mail -----
Von: “jamese” james.eckersall@gmail.com
An: “Foreman users” foreman-users@googlegroups.com
Gesendet: Sonntag, 27. November 2016 13:34:43
Betreff: [foreman-users] Re: katello pulp epel-7 sync problem

Does anyone have any information they can share on this issue?

Should I raise this as an official foreman bug?

Are there other people that are not suffering with this issue?
I feel like EPEL is a very common repository that people would be using so
am surprised that there aren’t more people reporting this problem.

Thanks

J


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 a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/foreman-users/DuuhLNuJW1o/unsubscribe.
To unsubscribe from this group and all its topics, 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.