Project

General

Profile

Activity

From 03/11/2021 to 04/09/2021

04/09/2021

07:18 PM Bug #32232 (Ready For Testing): Package matching query does not exist when syncing TimeScaleDB repo after migration
The Foreman Bot
07:01 PM Bug #32262 (Closed): Possible file descriptor leaks
Applied in changeset commit:katello|47277c64ee2193577501b6a80cec488286882ffe. Ewoud Kohl van Wijngaarden
07:01 PM Feature #31867 (Closed): update references to content (/pulp/repos/ /pulp/isos/ /pulp/deb) to point to /pulp/content/
Applied in changeset commit:katello|49fc9066fb92fbd2dd0e033b79a7fe6ce8bedfc6. James Jeffers
06:49 PM Revision 47277c64 (katello): Fixes #32262 - Avoid leaking file descriptors
Using File.open without closing it can leak file descriptors. File.read
ensures the file is closed and as a nice bonu...
Ewoud Kohl van Wijngaarden
06:26 PM Revision ddfbc398 (puppet-qpid): Refs #32037: Add ensure on qpid::tools class to allow removal of package
William Clark
06:11 PM Revision 49fc9066 (katello): Fixes #31867 - updates references to content to /pulp/content
James Jeffers
03:17 PM Revision 035a65b3 (puppet-qpid): Drop Package['qpit-tools'] -> Package['qpid-cpp-server'] test case
With 734b44 we added this regression test for an old issue where qpid-tools installed
compat-qpid-cpp-client that blo...
William Clark
02:38 PM Bug #32283 (Closed): New Content View Page - CV List page env and version expandable columns
Currently, CV list page has placeholders for the Environments and Versions columns. This will need to be implemented ... Samir Jha
02:20 PM Revision a7233d66 (puppet-foreman_proxy_content): Refs #32239 - Drop pulp 2 parameters from foreman_proxy::plugin::pulp
Eric Helms
01:51 PM Bug #32282: new host details - Repos restricted to an OS still show as Enabled on Repository Sets screen
this came from a documentation discussion here: https://github.com/theforeman/foreman-documentation/pull/474/files#r6... Jeremy Lenz
01:49 PM Bug #32282 (Closed): new host details - Repos restricted to an OS still show as Enabled on Repository Sets screen
If the "Restrict to OS Version" feature is used on a custom repository, it doesn't change anything about how that rep... Jeremy Lenz
01:34 PM Bug #32281 (Closed): New Content View Page - Versions tab
Create a new tab to show published/promoted versions for a content view.
Mockup:
https://marvelapp.com/prototype/...
Samir Jha

04/08/2021

10:56 PM Bug #32277 (Ready For Testing): Seed fails with PG::ForeignKeyViolation: ERROR: insert or update on table "foreman_tasks_tasks" violates foreign key constraint "fk_rails_a56904dd86"
The Foreman Bot
07:28 PM Bug #32277 (Closed): Seed fails with PG::ForeignKeyViolation: ERROR: insert or update on table "foreman_tasks_tasks" violates foreign key constraint "fk_rails_a56904dd86"
... Justin Sherrill
03:00 PM Bug #32275 (Closed): Katello 4.0 can't sync to a 3.18 proxy
When running a 4.0 Katello with a 3.18 proxy (which *should* work), I get the following error when trying to sync it:... Evgeni Golov
01:01 PM Feature #32234 (Closed): upgrade to pulpcore 3.11
Applied in changeset commit:katello|8b0b8dfe18fde5a2466cf675a624daee73b70c14. Justin Sherrill
01:01 PM Feature #17423 (Closed): Pulp download timeouts should be configurable
Applied in changeset commit:katello|0428d1dd79743a91138289dbc737e75794633011. Justin Sherrill
01:00 PM Revision ea9570ae (katello): Refs #32234 - refactor export code for easier testing
Justin Sherrill
01:00 PM Revision 8b0b8dfe (katello): Fixes #32234 - upgrade to pulpcore 3.11
Justin Sherrill
01:00 PM Revision 0428d1dd (katello): Fixes #17423 - support sync timeouts
Justin Sherrill
11:00 AM Revision faf5e22b (puppet-foreman_proxy_content): Generalize Puppet certs chaining
In current git master the integration code changed from
foreman::puppetmaster to puppetserver_foreman. This updates t...
Ewoud Kohl van Wijngaarden
09:19 AM Revision 71528519 (puppet-certs): Avoid resource defaults and set explicit parameters in qpid.pp
Eric Helms
09:19 AM Revision 78053bd6 (puppet-certs): Remove qpid_client class
The qpid_client class was used to setup certificates for use
by Pulp 2 when communicating with Qpid. With Pulp 3 now ...
Eric Helms

04/07/2021

11:01 PM Bug #32259 (Closed): hammer activation-key/content-host product-content not working correctly
Applied in changeset commit:katello|49799266289075aa71bb5832c841373fd7d04f7b. Partha Aji
10:10 PM Revision 49799266 (katello): Fixes #32259 - Fix apipie cache for repo sets (#9265)
A previous PR removed the product-content end points from activation key
and host subscriptions controller. It redire...
Partha Aji
06:05 PM Revision 9b3de80f (puppet-katello_devel): Switch default to Ruby 2.7
Eric Helms
05:56 PM Bug #31522 (Need more information): CentOS Kickstart stopped working after weekly sync.
James Jeffers
05:55 PM Bug #31522: CentOS Kickstart stopped working after weekly sync.
Hill, can you retry with Katello 4.0? If you still experience this problem, comment here and we will triage for follo... James Jeffers
02:44 PM Bug #31522 (New): CentOS Kickstart stopped working after weekly sync.
James Jeffers
05:43 PM Bug #29752 (Closed): make host dynflow worker count configurable and assign applicability to a dynflow queue
Fixed in puppet-katello. Ian Ballou
05:40 PM Bug #32250 (Need more information): NoMethodError: undefined method `id' for nil:NilClass
Hey Rohan, do you mind starting a discussion thread on our support forum to get some help with this? You may also wan... Jonathon Turel
02:46 PM Revision 271b5d8b (puppet-katello): Refs #29817 - Implement a resizable hosts_queue pool
This uses the new foreman::dynflow::pool defined type which allows users
to easily add additional workers or scale th...
Ewoud Kohl van Wijngaarden
02:41 PM Bug #32267 (Closed): Auto-attaching subscriptions on a host triggers pool import for all organizations
This is both undesirable for performance and unnecessary technically - let's find a better way (and that way may alre... Jonathon Turel
09:44 AM Bug #32262 (Ready For Testing): Possible file descriptor leaks
The Foreman Bot
09:42 AM Bug #32262 (Closed): Possible file descriptor leaks
In a few places File.open is used without closing it. Ewoud Kohl van Wijngaarden

04/06/2021

10:27 PM Feature #32233 (Ready For Testing): Katello should send user to repo permissions mapping to container gateway
The Foreman Bot
10:20 PM Feature #32085 (Ready For Testing): As a user, I can podman pull against an authenticated repo on a smart proxy with the Container Gateway
The Foreman Bot
08:53 PM Bug #32261 (Ready For Testing): Manifest deletion indexes subscriptions for all organizations
The Foreman Bot
08:46 PM Bug #32261 (Closed): Manifest deletion indexes subscriptions for all organizations
and not just the current organization! Jonathon Turel
07:35 PM Revision 2b3e263b (hammer-cli-katello): Fixes #32241 - Updated unit tests for auto create cv
The unit tests and the apipie json were not updated when the auto create
cv PR got merged. This commit fixes that issue
Partha Aji
07:19 PM Bug #32259 (Ready For Testing): hammer activation-key/content-host product-content not working correctly
The Foreman Bot
04:11 PM Bug #32259 (Closed): hammer activation-key/content-host product-content not working correctly
https://github.com/Katello/katello/pull/9219 removed the product_content api endpoint. It redirects if the old end po... Partha Aji
04:38 PM Refactor #32260 (Duplicate): Remove all puppet-related commands from hammer-cli-katello
Closing this as the work was already completed in https://projects.theforeman.org/issues/30939 James Jeffers
04:24 PM Refactor #32260 (Duplicate): Remove all puppet-related commands from hammer-cli-katello
James Jeffers
03:02 PM Bug #32178: deb repo - apt install - File has unexpected size - http pipeline
Thanks. I already raised it at https://pulp.plan.io/issues/8506 Rossen G
02:52 PM Bug #32178 (Rejected): deb repo - apt install - File has unexpected size - http pipeline

I've opened a pulp issue for this: https://pulp.plan.io/issues/8512
i'm not sure there's anything that kat...
Justin Sherrill
02:50 PM Bug #32145 (Rejected): syncing deb repo with invalid/incorrect gpg key produces "No valid Release file found" error
I've opened a pulp issue for this: https://pulp.plan.io/issues/8511
i'm not sure there's anything that katello ca...
Justin Sherrill
02:47 PM Bug #31808 (Duplicate): move pulp bulk_load_size SETTING to a Setting
Closing as a duplicate of https://projects.theforeman.org/issues/31323 James Jeffers
02:46 PM Revision 680cd851 (katello): rename single commit job
Justin Sherrill
02:11 PM Bug #32256 (Closed): Pulp3 services won't start after running a migration after performing switchover
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1946360
*Description of problem:*
After doing a switchov...
Justin Sherrill
12:36 PM Revision 145742a6 (puppet-qpid): Refs #32037: Do not remove all packages when ensuring absent
Addresses feedback from previous commit 734b44b8dd2061743f0b12695482ac691682deb5
to not remove ancillary packages and...
Eric Helms

04/05/2021

10:01 PM Bug #32250 (Rejected): NoMethodError: undefined method `id' for nil:NilClass
When creating a repository under a product, I receive the following error:
"NoMethodError: undefined method `id' for...
Rohan Eden
10:01 PM Bug #32241 (Closed): Auto create cv on import
Applied in changeset commit:katello|f34f3d21876d5fcb93a3cc25c5e9ffb18942ad40. Partha Aji
09:05 PM Bug #32226 (Ready For Testing): Pulp 3 migration abort fails with 409
The Foreman Bot
09:01 PM Revision f34f3d21 (katello): Fixes #32241 - Auto create CV on import (#9260)
Automatically create a content view if one with the same name does not
exist in this organization. The name of the co...
Partha Aji
08:18 PM Revision 734b44b8 (puppet-qpid): Refs #32037: Add ensure on qpid class to allow removal of all qpid assets
Adds an ensure parameter at the top level to allow specifyin 'absent'
to remove all packages, configuration files and...
Eric Helms
08:09 PM Revision d4e4b6d9 (hammer-cli-katello): Refs #32241 - Auto create cv on import
Partha Aji
08:01 PM Bug #32230 (Closed): syncing pulp3 to pulp2 container content sometimes fails with PLP0000: 'fsLayers
Applied in changeset commit:katello|c01834bd2e79974988b064826f1ab5197a54c54b. Justin Sherrill
07:40 PM Revision c01834bd (katello): Fixes #32230 - fix SPC sync with pulp2 for container
rails appends charset=utf-8 to the CONTENT_TYPE header of all requests
by default. This overrides that behavior as p...
Justin Sherrill
07:14 PM Revision 4a582dc6 (puppet-qpid): Add EL8 support
Eric Helms
06:32 PM Feature #32156 (Ready For Testing): Deprecate agent-based APIs
The Foreman Bot
06:27 PM Revision 22409221 (puppet-qpid): Add basic set of acceptance tests
Eric Helms
05:01 PM Bug #32127 (Closed): Add hammer bindings for `hammer content-import list`
Applied in changeset commit:hammer-cli-katello|228bde38ac5e0d236a1fe278a193a46fae590f2b. Partha Aji
04:11 PM Bug #32249 (Closed): "Unable to print debug information" log message from Katello::HttpResource.print_debug_info
Passed in payload https://github.com/Katello/katello/blob/1e38992603284a11def8de517e5b9ed280cb20e7/app/lib/katello/ht... Lucy Fu
04:00 PM Revision 228bde38 (hammer-cli-katello): Fixes #32127 - Add bindings for content-import list
hammer content-import list Partha Aji
03:39 PM Revision 067d6da6 (katello): Refs #32127 - Added type to import history (#9235)
This will keep track of whether the import was from complete or
incremental dump.
Partha Aji
02:49 PM Bug #32008 (Ready For Testing): Unsetting repository architecture restriction doesn't reach clients
The Foreman Bot

04/01/2021

06:16 PM Feature #32246 (Duplicate): Support global download_concurrency setting and default to 5
Today we have a download concurrency option on a per repo basis, defaulting to pulp's default of 10. With ~6 workers... Justin Sherrill
05:01 PM Bug #31704 (Closed): Module stream copying tests need to be un-skipped after Pulpcore 3.9.1 is released
Applied in changeset commit:katello|1e38992603284a11def8de517e5b9ed280cb20e7. Anonymous
04:52 PM Revision 1e389926 (katello): Fixes #31704 - Module stream copying tests need to be un-skipped (#9258)
Ian Ballou
03:01 PM Bug #31804 (Closed): New Content View Page - History Tab
Applied in changeset commit:katello|9cc57c12ad70f686e0e5543bd38d3b90ef3558f8. Samir Jha
02:21 PM Revision 9cc57c12 (katello): Fixes #31804 - New Content View Page - History Tab (#9179)
Samir Jha
10:41 AM Feature #31867 (Ready For Testing): update references to content (/pulp/repos/ /pulp/isos/ /pulp/deb) to point to /pulp/content/
The Foreman Bot
02:01 AM Bug #32067 (Closed): Activation Key Repository Set page not functioning correctly
Applied in changeset commit:katello|a41851ba5600cc8526edbfade6dae9058861393d. Partha Aji
01:51 AM Revision a41851ba (katello): Fixes #32067 - Content-Hosts/ActivationKey repository set UI fixes (#9219)
This commit addresses multiple issues with the Activation Key and
content hosts repository-sets page.
These include
1...
Partha Aji

03/31/2021

08:28 PM Bug #32241 (Ready For Testing): Auto create cv on import
The Foreman Bot
08:14 PM Bug #32241 (Closed): Auto create cv on import
As a user I 'd like to automatically create an import-only content view On import.
The importing metadata will hav...
Partha Aji
06:51 PM Bug #32210 (Closed): Pulp3 Migration after migration reset doesn't import errata info from pulp3
Justin Sherrill
06:43 PM Bug #31704 (Ready For Testing): Module stream copying tests need to be un-skipped after Pulpcore 3.9.1 is released
The Foreman Bot
05:45 PM Bug #32236 (Need more information): Syncing repo fails during publishing in Pulp 3
It sounds like the code you are running for pulp-rpm is older than 3.9.0. Did you upgrade from an older version of p... Justin Sherrill
07:45 AM Bug #32236 (Rejected): Syncing repo fails during publishing in Pulp 3
Katello nightly + Pulp3
tfm-rubygem-katello-4.1.0-0.5.pre.master.20210319213202gita09e10c.el7.noarch
pulp-katello...
Marek Hulán
05:39 PM Bug #32232: Package matching query does not exist when syncing TimeScaleDB repo after migration
Putting on 3.18.3 to get pulp-rpm 3.10 into 3.18 Justin Sherrill
05:36 PM Bug #26574 (Rejected): Segmentation Fault - unprooper file descritpor handling (Foreman, Katello, Dynflow or others)
Closing this now, feel free to respond to reopen it. we were a bit confused what this had to do with libvirt (unless... Justin Sherrill
05:01 PM Bug #32237 (Closed): Modify 'Media Selection' string of Operating System's hostgroup page
Applied in changeset commit:katello|cc1a7ecb7377e6492c095fb17810b8860dbbfddf. Amit Upadhye
09:11 AM Bug #32237 (Ready For Testing): Modify 'Media Selection' string of Operating System's hostgroup page
The Foreman Bot
08:55 AM Bug #32237 (Closed): Modify 'Media Selection' string of Operating System's hostgroup page
The i18n team reported issue about string not marked for translation,
https://projects.theforeman.org/issues/31360...
Amit Upadhye
04:47 PM Revision cc1a7ecb (katello): Fixes #32237 - Make 'Media Selection' translatable
Amit Upadhye
07:09 AM Revision 20aeb3b7 (puppet-qpid): Release 7.1.0
William Clark

03/30/2021

07:39 PM Bug #32129 (Closed): Failed to import content view with more than 20 repositories enabled
Chris Roberts
07:36 PM Feature #32233: Katello should send user to repo permissions mapping to container gateway
It's looking less likely that (2) will require a new API endpoint. Since the user logs in to the container gateway, ... Ian Ballou
07:01 PM Feature #32233 (Closed): Katello should send user to repo permissions mapping to container gateway
This will include two things:
1) Katello will send over the user->repo mapping for all users who are logged in to th...
Ian Ballou
07:17 PM Feature #32234 (Ready For Testing): upgrade to pulpcore 3.11
The Foreman Bot
07:05 PM Feature #32234 (Closed): upgrade to pulpcore 3.11
Justin Sherrill
06:42 PM Revision a7c54c91 (puppet-qpid): Support Puppet 7
Ewoud Kohl van Wijngaarden
06:32 PM Revision 2cc5a3c2 (smart_proxy_pulp): Release 3.0.0
Eric Helms
06:09 PM Bug #32232: Package matching query does not exist when syncing TimeScaleDB repo after migration
The fix for this will be to backport pulp-rpm 3.10 into Katello 3.18 after master gets pulpcore 3.11 and pulp-rpm 3.10. Ian Ballou
06:08 PM Bug #32232: Package matching query does not exist when syncing TimeScaleDB repo after migration
Related Pulp bugs: https://pulp.plan.io/issues/8052 and https://pulp.plan.io/issues/8452 Ian Ballou
06:07 PM Bug #32232 (Closed): Package matching query does not exist when syncing TimeScaleDB repo after migration
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1944812
Syncing https://packagecloud.io/timescale/timesca...
Ian Ballou
06:01 PM Bug #32231 (Closed): Intermittent module stream clause generator test
Applied in changeset commit:katello|5022393eda8a15bf68efe3f2813f00deaa51130c. Jonathon Turel
03:53 PM Bug #32231 (Ready For Testing): Intermittent module stream clause generator test
The Foreman Bot
03:51 PM Bug #32231 (Closed): Intermittent module stream clause generator test
... Jonathon Turel
06:01 PM Bug #32150 (Closed): Hypervisor task failed with NoMethodError: undefined method `split` for nil:NilClass
Applied in changeset commit:katello|28976c3db591e2cbdbaf1eb2ef36588d4e57b436. Lucy Fu
05:37 PM Revision 5022393e (katello): Fixes #32231 - intermittent module stream clause generator test
Jonathon Turel
05:35 PM Revision 28976c3d (katello): Fixes #32150 - rhsm facts may not always have a distribution version
Lucy Fu
04:01 PM Bug #31928 (Closed): Ansible collection remotes need auth_url, token fields exposed
Applied in changeset commit:katello|17636b306f28fbbe912178b5359c10419f33bf68. Samir Jha
03:49 PM Revision 2b195219 (puppet-katello): Set systemd to 2.12.0 in fixtures
Eric Helms
03:39 PM Revision 17636b30 (katello): Fixes #31928 - Add auth_url and token fields for ansible collections (#9239)
Samir Jha
02:46 PM Revision 4c9fde73 (puppet-qpid): Add types to router.pp
Eric Helms
02:02 PM Bug #32230 (Ready For Testing): syncing pulp3 to pulp2 container content sometimes fails with PLP0000: 'fsLayers
The Foreman Bot
01:59 PM Bug #32230 (Closed): syncing pulp3 to pulp2 container content sometimes fails with PLP0000: 'fsLayers
It seems that rails is appending a chaset=utf-8 to the content_type header
for example:
application/vnd.docker.di...
Justin Sherrill
01:46 PM Bug #32229 (Closed): Tables with MainTable component momentarily show empty content component before the table is populated.
Tables with MainTable component momentarily show empty content component before the table is populated.
More conte...
Samir Jha
01:04 PM Revision 96c7f07d (puppet-qpid): Router template should use mode and not router_mode
The header.conf.erb template was referencing router_mode instead
of the 'mode' parameter which can be set by users. T...
Eric Helms
12:33 PM Revision 8351ab53 (puppet-qpid): Install cyrus-sasl-plain package
Given the SASL mechanisms used, the cyrus-sasl-plain package is
needed to support them.
Eric Helms

03/29/2021

08:19 PM Revision 34583bb5 (puppet-qpid): Refs #32037: Add parameters to disable qpid services
Eric Helms
08:01 PM Bug #32150 (Ready For Testing): Hypervisor task failed with NoMethodError: undefined method `split` for nil:NilClass
The Foreman Bot
07:22 PM Bug #32221 (Ready For Testing): Use eslint react-hooks rules
The Foreman Bot
03:16 PM Bug #32221 (Closed): Use eslint react-hooks rules
Foreman was enforcing react-hooks rules (rules-of-hooks and exhaustive-deps) but Katello currently is not. Jeremy Lenz
06:57 PM Bug #32178: deb repo - apt install - File has unexpected size - http pipeline
Turns out apt relies on "Size" field from "Packages" file to match pipeline responses correctly.
The file produced b...
Rossen G
12:35 PM Bug #32178: deb repo - apt install - File has unexpected size - http pipeline
Opened a bug for apt for Ubuntu: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1921626
Managed to reproduce t...
Rossen G
04:26 PM Bug #32226 (Closed): Pulp 3 migration abort fails with 409
A migration cancel task was found to fail with a 409 conflict, which failed the migration in Katello, resulting in lo... Ian Ballou
04:24 PM Bug #32225 (Closed): Activation Key details always asking for content view

# Go to Content -> Activation Keys page
# Choose an activation key (should take you to details tab)
# click Repos...
Partha Aji
04:22 PM Feature #32224 (Ready For Testing): Expose Katello events for Webhooks
The Foreman Bot
04:14 PM Feature #32224 (Closed): Expose Katello events for Webhooks
Please, see linked issue for more details. Oleh Fedorenko
04:01 PM Feature #31968 (Closed): support new 'feature' names in pulp3
Applied in changeset commit:katello|fa8a91b5fdb8f108f83bd5bb1cd66854249bddcc. James Jeffers
03:11 PM Revision fa8a91b5 (katello): Fixes #31968 - adds support for new pulpcore (c 3.11) feature names
James Jeffers
03:01 PM Bug #31706 (Closed): Show Candlepin version in /rhsm/status API
Applied in changeset commit:katello|a8be657280469373bafd66bff073e0209e35ffc4. Lucy Fu
02:27 PM Revision a8be6572 (katello): Fixes #31706 - Use the version and other information returned back from Candlepin in /rhsm/status API.
Lucy Fu
02:22 PM Bug #31000 (Resolved): The display of the errata status on hosts page is different to the status on the content host page
Closing this now. Will reopen if issue persists in the future. Partha Aji
10:33 AM Feature #31809 (Ready For Testing): Host Registration - Activation key field improvement
The Foreman Bot
01:01 AM Bug #31955 (Ready For Testing): Need a dry run option to see content is importable
The Foreman Bot

03/26/2021

09:01 PM Refactor #31997 (Closed): Remove Puppet content support
Applied in changeset commit:katello|bd9db7ca43758fbe4181eff3a142dd02f7e20536. Anonymous
08:10 PM Revision bd9db7ca (katello): Fixes #31997 - Remove Puppet content support (#9209)
Ian Ballou
05:27 PM Feature #31712: Extend API params for generating registration command
Moving this 4.1 as the foreman issue wasn't merged into 2.4-stable. James Jeffers
04:19 PM Bug #31706 (Ready For Testing): Show Candlepin version in /rhsm/status API
The Foreman Bot

03/25/2021

09:01 PM Bug #32039 (Closed): Add auditing for pulp3 import/export
Applied in changeset commit:katello|ac5d863a935fda2d9522e4b0832e8747aa4c39af. Jeremy Lenz
08:20 PM Bug #32210 (Ready For Testing): Pulp3 Migration after migration reset doesn't import errata info from pulp3
The Foreman Bot
07:10 PM Bug #32210 (Closed): Pulp3 Migration after migration reset doesn't import errata info from pulp3
Steps:
1) sync a repo with at least one errata
2) migrate the content (foreman-maintain content prepare)
3) rese...
Justin Sherrill
08:04 PM Revision ac5d863a (katello): Fixes #32039 - Add import history & auditing for import/export histories
Jeremy Lenz
07:23 PM Revision d281bae8 (puppet-qpid): Remove duplicate relations
The qpidd service relation is already set in init.pp. The direct package
resource is replaced with the class that enc...
Ewoud Kohl van Wijngaarden
03:23 PM Feature #31902 (Closed): Upgrade pulp-rpm to 3.9 for 3.18, and 3.17
Jonathon Turel
02:36 PM Bug #31644 (Rejected): content migration may fail if pulp isn't up yet
Jonathon Turel
01:48 PM Bug #32060 (Closed): Syncs have race condition that could cause old applicability profiles to be pulled into katello
Jonathon Turel
01:43 PM Bug #31974 (Closed): vcr failures in KATELLO-3.18 branch
Jonathon Turel
12:11 AM Bug #32145 (New): syncing deb repo with invalid/incorrect gpg key produces "No valid Release file found" error
Rossen G
12:10 AM Bug #32178 (New): deb repo - apt install - File has unexpected size - http pipeline
Rossen G
12:07 AM Bug #32178: deb repo - apt install - File has unexpected size - http pipeline
I captured a tcpdump from the client, and it appears that client is getting the correct data in the correct order.
A...
Rossen G

03/24/2021

10:14 PM Bug #32178: deb repo - apt install - File has unexpected size - http pipeline
I believe I'm using pulp3. This one can be hard to reproduce, but I can do it reliably.
It seems that I have to firs...
Rossen G
06:30 PM Bug #32178: deb repo - apt install - File has unexpected size - http pipeline
Edit: I just noticed on another bug of yours that you are on Pulp 3, so don't worry about that bit.
Can you tell u...
Ian Ballou
06:03 PM Bug #32178 (Need more information): deb repo - apt install - File has unexpected size - http pipeline
Ian Ballou
06:03 PM Bug #32178: deb repo - apt install - File has unexpected size - http pipeline
Hi Rossen P,
Do you know if you're running Pulp 2 or Pulp 3 for debian content? One way of knowing is if this is ...
Ian Ballou
10:03 PM Bug #32142 (Closed): excess memory consumption when importing errata during pulp3 migration
Justin Sherrill
08:52 PM Bug #32144: deb repo - Verify Content Checksum - undefined method `repair'
Forgot to mention once I get that error, I have to go and skip the task in dynflow, otherwise sync won't work. Rossen G
08:46 PM Bug #32145: syncing deb repo with invalid/incorrect gpg key produces "No valid Release file found" error
I believe I'm on pulp3, as its was fresh install on 3.18.1, which I updated today to 3.18.2.
I've tested with a Salt...
Rossen G
06:27 PM Bug #32145: syncing deb repo with invalid/incorrect gpg key produces "No valid Release file found" error
I just noticed on another bug of yours that you are on Pulp 3, so don't worry about that bit. We'd still like to know... Ian Ballou
06:10 PM Bug #32145 (Need more information): syncing deb repo with invalid/incorrect gpg key produces "No valid Release file found" error
Hi Rossen P,
What url are you pointing your repository to for syncing?
Like with the other issue you filed, we'...
Ian Ballou
07:07 PM Tracker #32167 (Closed): host Katello packages on yum.theforeman.org
yepp, closed closed closed Evgeni Golov
05:48 PM Tracker #32167: host Katello packages on yum.theforeman.org
Evgeni, it looks like every related issue is closed. Should we close this tracker? Ian Ballou
07:01 PM Bug #32159 (Closed): "podman search returns 'archived/versioned' repos, but ISE is returned when pulling them"
Applied in changeset commit:katello|06cdb710bc5b335492ae9ce2de736006b3d375d7. James Jeffers
06:44 PM Revision 06cdb710 (katello): Fixes #32159 - hides archived container repos from search/catalog requests
James Jeffers
06:20 PM Bug #32165: Katello 3.18 Documentation
Since EPEL 6 is EOL we need to change the link to whatever is the new one. Ian Ballou
06:18 PM Bug #32200 (Duplicate): separator for components in deb repository is whitespace, not comma
Ian Ballou
05:40 PM Bug #32200 (Duplicate): separator for components in deb repository is whitespace, not comma

Trigger the bug using the following steps:
- install CentOS 7
- install Katello 3.18.1 using the official ins...
Harald Linden
06:13 PM Feature #32143: Feature request to display the total size of a yum\docker\iso\file\custom repository in GUI after syncing them.
Hi Sayan,
We'll be putting this issue on the backlog and will be watching the BZ for further requests and updates.
Ian Ballou
05:55 PM Feature #32146: Katello Server - Automatic generation of katello-ca-consumer deb packages
Ian Ballou wrote:
> Hi BloodyIron,
>
> The new Global Registration is soon going to be replacing this host regist...
BloodyIron .
05:53 PM Feature #32146: Katello Server - Automatic generation of katello-ca-consumer deb packages
Hi BloodyIron,
The new Global Registration is soon going to be replacing this host registration workflow. We'll be...
Ian Ballou
05:44 PM Bug #26574: Segmentation Fault - unprooper file descritpor handling (Foreman, Katello, Dynflow or others)
Hey Rafal,
We're going to close this bug in a week. If you'd like it to stay open, please let us know by providin...
Ian Ballou
05:01 PM Feature #31859 (Closed): Add documentation for template macros
Applied in changeset commit:katello|d5ddeedef16a6e700bbc8a22ffe78146b1cf6d46. Oleh Fedorenko
04:28 PM Revision d5ddeede (katello): Fixes #31859 - Add documentation for template macros (#9187)
Oleh Fedorenko
04:03 PM Revision 10498d2a (puppet-foreman_proxy_content): Release 17.1.0
William Clark
03:56 PM Revision e291e2ba (puppet-foreman_proxy_content): Fixes #32149 - Expose pulpcore-{content,api} gunicorn worker timeouts (#335)
* Fixes #32149 - Expose pulpcore-{content,api} gunicorn worker timeouts in puppet-FPC
* Style fixup foreman_proxy_co...
William Clark
03:42 PM Feature #32171 (Closed): use yum.theforeman.org for Katello in forklift
Evgeni Golov
03:16 PM Feature #32171 (Ready For Testing): use yum.theforeman.org for Katello in forklift
Evgeni Golov
03:18 PM Bug #32129 (Ready For Testing): Failed to import content view with more than 20 repositories enabled
The Foreman Bot
03:04 PM Feature #32169 (Closed): use yum.theforeman.org in documentation
Evgeni Golov
02:57 PM Feature #32169 (Ready For Testing): use yum.theforeman.org in documentation
Evgeni Golov
02:53 PM Feature #32172: use yum.theforeman.org for Katello in foreman-operations-collection
Back at you :) Adam Ruzicka
02:49 PM Feature #32172 (Closed): use yum.theforeman.org for Katello in foreman-operations-collection
Evgeni Golov
02:52 PM Feature #32168 (Closed): use yum.theforeman.org in katello-repos RPM
Evgeni Golov

03/23/2021

08:14 PM Bug #32187 (Ready For Testing): Can Import/Export file type
The Foreman Bot
08:03 PM Bug #32187 (Closed): Can Import/Export file type
In Pulp3 we can also export/import files. We need to have support for file import export in katello.
* Should be a...
Partha Aji
05:09 PM Feature #31969 (Ready For Testing): New Content View Page - Add filter RPM detail pages
The Foreman Bot
04:32 PM Revision 6375e349 (puppet-foreman_proxy_content): Add pulpcore_django_secret_key parameter
Manuel Laug
03:47 PM Bug #32181 (Duplicate): Red Hat Repositories page product and repo type filters not working on production setup
'Filter by product' and 'filter by type' dropdowns are not working on prod setup.
See links in chat below for illu...
Jeremy Lenz
02:40 PM Bug #32178: deb repo - apt install - File has unexpected size - http pipeline
Correcting a typo:... Rossen G
02:31 PM Bug #32178 (Rejected): deb repo - apt install - File has unexpected size - http pipeline
I'm getting unexpected size error on ubuntu 18.04 when trying to install from a deb repository.
The problem seems to...
Rossen G
02:01 PM Bug #32100 (Closed): Unable to set HostGroup content source to capsule that isn't synced
Applied in changeset commit:katello|80aa661a1ef44a991736a42b3635e5562b3fc28a. Anonymous
01:46 PM Revision 80aa661a (katello): Fixes #32100 - Unable to set HostGroup content source to capsule that isn't synced (#9232)
Ian Ballou
12:02 PM Feature #32172 (Closed): use yum.theforeman.org for Katello in foreman-operations-collection
Evgeni Golov
12:02 PM Feature #32171 (Closed): use yum.theforeman.org for Katello in forklift
Evgeni Golov
11:56 AM Feature #32168 (Ready For Testing): use yum.theforeman.org in katello-repos RPM
The Foreman Bot
11:54 AM Feature #32168 (Closed): use yum.theforeman.org in katello-repos RPM
Evgeni Golov
11:55 AM Feature #32169 (Closed): use yum.theforeman.org in documentation
Evgeni Golov
11:51 AM Tracker #32167 (Closed): host Katello packages on yum.theforeman.org
Evgeni Golov
10:54 AM Revision d8cef09f (puppet-foreman_proxy_content): Fixes #32161: Set disablereuse=on and retry=0 on reverse proxy
This change aims to avoid timeouts and delays when client connection
is interrupted reverse proxying back to the Fore...
Eric Helms
08:14 AM Bug #32165 (Closed): Katello 3.18 Documentation
There is a broken link in the "Katello 3.18 Documentation " for Enterprise Linux 6.
The instruction "yum -y instal...
Julio Cesar Machado

03/22/2021

07:21 PM Bug #32162 (Closed): New Content View page: Back button doesn't work to return to list
1. Go to /labs/content_views
2. Click on any content view to see its details
3. Click the browser Back button
Ex...
Jeremy Lenz
06:39 PM Revision 069f9a59 (puppet-foreman_proxy_content): Pin camptocamp/systemd to 2.12.0 in testing
William Clark
05:59 PM Bug #32159 (Ready For Testing): "podman search returns 'archived/versioned' repos, but ISE is returned when pulling them"
The Foreman Bot
04:22 PM Bug #32159 (Closed): "podman search returns 'archived/versioned' repos, but ISE is returned when pulling them"
'Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1940562 \n\n*Description of problem:*\n\n\n*Version-Release ... James Jeffers
03:52 PM Feature #32157: Deprecate agent-based Hammer commands
Affected Hammer commands
hammer host package {install,remove,upgrade,upgrade-all}
hammer host package-group...
Jonathon Turel
03:46 PM Feature #32157 (Closed): Deprecate agent-based Hammer commands
Jonathon Turel
03:51 PM Feature #32156: Deprecate agent-based APIs
Katello APIs affected
/api/v2/hosts/:host_id/packages/{install,upgrade,upgrade_all,remove}
/api/v2/hosts/...
Jonathon Turel
03:45 PM Feature #32156 (Closed): Deprecate agent-based APIs
Jonathon Turel
03:46 PM Bug #31928 (Ready For Testing): Ansible collection remotes need auth_url, token fields exposed
The Foreman Bot
03:41 PM Tracker #32155 (Closed): Deprecate agent-based APIs and Hammer commands
RFC: https://community.theforeman.org/t/katello-package-actions-in-an-agent-less-world/22777
Jonathon Turel
03:16 PM Feature #31968 (Ready For Testing): support new 'feature' names in pulp3
The Foreman Bot
12:04 PM Bug #32001: Publish of content view is aborted with Error "Validation failed: Relative path is too long (maximum is 255 characters)"
Still any information missing? If yes, please let me know. Nadja Heitmann
06:47 AM Bug #32150 (Closed): Hypervisor task failed with NoMethodError: undefined method `split` for nil:NilClass
Cloned from bugzilla 1941443
Description of problem:
When a RHEL based hypervisor is also registered to the Sa...
Hao Yu

03/20/2021

06:24 PM Feature #32146 (Rejected): Katello Server - Automatic generation of katello-ca-consumer deb packages
Since Katello Server and Client now actually support deb type content and repos, it really would be nice if we could ... BloodyIron .

03/19/2021

11:45 PM Bug #31999: separator for releases in deb repository is whitespace, not comma
I tried to sync 20.04, with "focal focal-updates focal-security" and it eventually errors out with the following:
...
Rossen G
11:30 PM Bug #32145 (Rejected): syncing deb repo with invalid/incorrect gpg key produces "No valid Release file found" error
Error doesn't make it clear that the issue with Release integrity check failing, or that key is invalid.
There is no...
Rossen G
11:03 PM Bug #32144 (Closed): deb repo - Verify Content Checksum - undefined method `repair'
On a deb repository, after triggering "Verify Content Checksum" from the action menu, I get:... Rossen G
08:40 PM Feature #32085: As a user, I can podman pull against an authenticated repo on a smart proxy with the Container Gateway
We'll probably need to grab the the data for the mapping of users to accessible repos from Katello during capsule syn... Ian Ballou
08:32 PM Feature #32085: As a user, I can podman pull against an authenticated repo on a smart proxy with the Container Gateway
We also should add authenticated search support with this. Ian Ballou
08:01 PM Bug #31905 (Closed): pulp3 task group actions 'end' as soon as one subtask fails
Applied in changeset commit:katello|a09e10c0da42037eee63e0347d616b3b294bba50. Justin Sherrill
08:01 PM Bug #32119 (Closed): Hanging task when restarting services during pulp2 to pulp3 migration
Applied in changeset commit:katello|a09e10c0da42037eee63e0347d616b3b294bba50. Justin Sherrill
07:37 PM Revision a09e10c0 (katello): Fixes #32119,#31905 - adjust task group error check
this adjusts the error check to handle 2 conditions
1) do not report an error while there are tasks still left to exe...
Justin Sherrill
06:01 PM Bug #30708 (Closed): Syspurpose role is showing empty in the subscription page and rest api even it has a role
Applied in changeset commit:katello|bc682301b52cac8c42b3979286fff0749f13d1d1. Jonathon Turel
05:48 PM Revision bc682301 (katello): Fixes #30708 - Show syspurpose roles correctly in UI and API
Jonathon Turel
05:47 PM Bug #32142 (Ready For Testing): excess memory consumption when importing errata during pulp3 migration
The Foreman Bot
04:10 PM Bug #32142 (Closed): excess memory consumption when importing errata during pulp3 migration
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1940678
*Description of problem:*
On a system with a L...
Justin Sherrill
05:35 PM Bug #32109 (Closed): katello content switchover rake task uses a sync task instead of an async task
Justin Sherrill
05:15 PM Feature #32143 (New): Feature request to display the total size of a yum\docker\iso\file\custom repository in GUI after syncing them.
Satellite server should be able to show the total size of a repository [based on its metadata] after its sync has bee... Sayan Das
04:03 PM Revision 53e9d86b (katello): Refs #32079 - corrects task name for CI jenkins task
James Jeffers
01:47 PM Bug #32138 (Closed): Navigation doesn't display Content views (within Lab Features) without admin rights
Without admin rights, when clicking on Lab Features in navigation, I see just Host wizard as a secondary navigation i... MariSvirik please_edit_me
01:41 PM Bug #31896 (Closed): Show katello-agent status in hammer ping
Jeremy Lenz
01:36 PM Refactor #28889 (Closed): Refactor task actions to use Foreman interval middleware
this was already implemented a while back by jturel Jeremy Lenz
01:25 PM Bug #32137 (Closed): Deprecate package groups UI on content host detail page
Given that we decided not to implement package groups on the new host page, we should add a deprecation warning in ca... Jeremy Lenz
01:09 PM Revision a4063aae (katello): Refs #32111 - rubocop: Update Metrics/MethodLength (#9231)
count arrays/hashes etc. as a single line of code
also remove now-moot disablements
Jeremy Lenz
08:50 AM Bug #31000: The display of the errata status on hosts page is different to the status on the content host page
Partha Aji wrote:
> Not able to reproduce this.
> * So are you still reproducing this ?
> * If so can you confir...
Richard Stempfl

03/18/2021

09:52 PM Bug #32127 (Ready For Testing): Add hammer bindings for `hammer content-import list`
The Foreman Bot
08:43 PM Bug #32127 (Closed): Add hammer bindings for `hammer content-import list`
Follow up to https://projects.theforeman.org/issues/32039
* Add hammer bindings to facilitate hammer import list.
...
Partha Aji
09:30 PM Bug #32129 (Closed): Failed to import content view with more than 20 repositories enabled
Description of problem:
Importing a content view with more than 20 repositories enabled (more than set in the pag...
Chris Roberts
07:43 PM Bug #31000: The display of the errata status on hosts page is different to the status on the content host page
Not able to reproduce this.
* So are you still reproducing this ?
* If so can you confirm the errata was actually...
Partha Aji
06:08 PM Bug #31201 (Closed): EL8 clients do not always show available package updates and errata
Closing this as unable to reproduce on 4.0 or master. James Jeffers
06:05 PM Bug #31201: EL8 clients do not always show available package updates and errata
Also, hammer shows the errata (also shown in the UI):... James Jeffers
04:28 PM Bug #31201: EL8 clients do not always show available package updates and errata
Attempted to reproduce on master:... James Jeffers
04:15 PM Bug #31905 (Ready For Testing): pulp3 task group actions 'end' as soon as one subtask fails
The Foreman Bot
04:01 PM Bug #32000 (Closed): Remove unused import/export end points
Applied in changeset commit:katello|898024650ec1667a87034b0d06c1f81c9daf594c. Chris Roberts
03:55 PM Revision 61d1a50e (hammer-cli-katello): Refs #32000 - Remove legacy export/import commands
Chris Roberts
03:55 PM Revision 89802465 (katello): Fixes #32000 - Remove legacy export/import API endpoints
Chris Roberts
03:20 PM Bug #31853 (New): Dynflow error output when performing katello-agent action
Untriaging because of https://github.com/Dynflow/dynflow/pull/383
Now that this is available we should be able to ...
Jeremy Lenz
03:01 PM Feature #32093 (Closed): Remove auto-assign of registration template to OS
Applied in changeset commit:katello|b0ca2be0e6acec475c80f79ab76b5af0fa80477a. Leos Stejskal
02:58 PM Revision b0ca2be0 (katello): Fixes #32093 - Remove auto-assign of registration template to OS
Remove the auto-association of registration template to Red Hat OS,
Foreman now assigns the template to all operating...
Leos Stejskal
02:40 PM Bug #32119 (Ready For Testing): Hanging task when restarting services during pulp2 to pulp3 migration
The Foreman Bot
01:08 PM Bug #32119 (Closed): Hanging task when restarting services during pulp2 to pulp3 migration
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1940188
*Description of problem:*
While running a migrat...
Justin Sherrill
01:01 PM Feature #32079 (Closed): Pulpcore integration test CI reports
Applied in changeset commit:katello|8d47018c166031fe5878b3cd8b2383ddb27089c8. James Jeffers
12:46 PM Revision 8d47018c (katello): Fixes #32079 - adds jenkins reporting for pulpcore integration CI reporting
James Jeffers

03/17/2021

11:23 PM Revision 7fd2302a (puppet-certs): Support Puppet 7
Ewoud Kohl van Wijngaarden
06:36 PM Bug #30708 (Ready For Testing): Syspurpose role is showing empty in the subscription page and rest api even it has a role
The Foreman Bot
06:21 PM Revision b212a728 (hammer-cli-katello): Refs #32101: Add missing docker commands from hammer_cli_foreman_docker
Eric Helms
05:53 PM Bug #26574 (Need more information): Segmentation Fault - unprooper file descritpor handling (Foreman, Katello, Dynflow or others)
Hey Rafal,
Are you using katello agent or remote execution for applying the errata? Applying errata shouldn't be u...
Samir Jha
10:32 AM Bug #26574: Segmentation Fault - unprooper file descritpor handling (Foreman, Katello, Dynflow or others)
I'd rather focus on not doing actions we most likely don't have to do (talking to libvirt when applying erratas) than... Adam Ruzicka
01:54 PM Bug #31266 (Duplicate): Update content host registration page
Closing since this has already been addressed by some new text on that page in 4.1 Jonathon Turel
01:45 PM Bug #31929 (Closed): update Angular
Jonathon Turel

03/16/2021

08:47 PM Bug #32100 (Ready For Testing): Unable to set HostGroup content source to capsule that isn't synced
The Foreman Bot
07:41 PM Bug #32100: Unable to set HostGroup content source to capsule that isn't synced
Correction: this worked prior to Katello 3.5. Ian Ballou
06:32 PM Bug #32111 (Ready For Testing): rubocop: Metrics/MethodLength cop: Count hashes etc. as one line of code
The Foreman Bot
06:18 PM Bug #32111 (Closed): rubocop: Metrics/MethodLength cop: Count hashes etc. as one line of code
Jeremy Lenz
05:43 PM Bug #32089 (Closed): hammer-cli-katello: Fail on pulp2 import/export if you have pulp3
Chris Roberts
04:01 PM Bug #32007 (Closed): remove old pulp2-based upgrade tasks (warnings on 4.0 install)
Applied in changeset commit:katello|d415fe0a7c25ff2b682a351450cd4e8d757e150d. Chris Roberts
03:45 PM Bug #32109 (Ready For Testing): katello content switchover rake task uses a sync task instead of an async task
The Foreman Bot
02:06 PM Bug #32109 (Closed): katello content switchover rake task uses a sync task instead of an async task
we should use an async task Justin Sherrill
03:28 PM Revision d415fe0a (katello): Fixes #32007 - remove old pulp2-based upgrade tasks
Chris Roberts
02:20 PM Bug #31998: syncing deb-repos in pulp 3 fails with "The path for file... overlaps"
For the next person facing this problem: I've opened an issue at the Pulp project regarding this:
https://pulp.pla...
Harald Linden
09:00 AM Refactor #32106 (Ready For Testing): Default registration method
The Foreman Bot
08:57 AM Refactor #32106 (Closed): Default registration method
Make *Global Registration* default method for host registration and
remove old Content host registration page
'Regi...
Leos Stejskal

03/15/2021

08:40 PM Bug #32103 (New): Applied Errata report template shouldn't rely on task data
Tasks frequently get cleaned up on users' systems. When they're cleaned, the applied errata information is no longer... Ian Ballou
08:01 PM Bug #32101 (Closed): Drop hammer_cli_foreman_docker requirement as the project is discontinued
Applied in changeset commit:hammer-cli-katello|52ec4658bef06ce691eda34ee3eb0101b8f808aa. Eric Helms
06:25 PM Bug #32101 (Ready For Testing): Drop hammer_cli_foreman_docker requirement as the project is discontinued
The Foreman Bot
06:24 PM Bug #32101 (Closed): Drop hammer_cli_foreman_docker requirement as the project is discontinued
Eric Helms
07:38 PM Revision 52ec4658 (hammer-cli-katello): Fixes #32101: Drop hammer_cli_foreman_docker
The foreman_docker plugin has been discontinued and it's Hammer
plugin.
Eric Helms
07:01 PM Feature #32102 (Closed): Drop requires on hammer_cli_bootdisk
Applied in changeset commit:hammer-cli-katello|a86af5e78f2c9b095f7b9b0ee2a30a6802416e14. Eric Helms
06:27 PM Feature #32102 (Ready For Testing): Drop requires on hammer_cli_bootdisk
The Foreman Bot
06:25 PM Feature #32102 (Closed): Drop requires on hammer_cli_bootdisk
There is no code reliance on bootdisk, and dropping this requirement loosens Katello's reliance on other projects tha... Eric Helms
06:56 PM Revision a86af5e7 (hammer-cli-katello): Fixes #32102: Drop requirement on hammer_cli_bootdisk
There is no code requirements on bootdisk, and while this functionality
might be useful to a Katello user, dropping t...
Eric Helms
06:22 PM Bug #32100 (Closed): Unable to set HostGroup content source to capsule that isn't synced
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1656127
*Description of problem:*
Error attempting t...
Ian Ballou
05:01 PM Feature #31820 (Closed): GR template - add --force option for Sub-man to re-register a host
Applied in changeset commit:katello|b312e196f87b74829c41e7a2925a900b5b87d5c4. Anonymous
04:24 PM Revision b312e196 (katello): Fixes #31820 - Allow re-registration with subscription-manager
Stejskal Leos
02:01 PM Bug #32087 (Closed): test failure due to template kinds
Applied in changeset commit:katello|55adc4f3b3e33ef3c8cc0b08be41710dfb72a9dd. Justin Sherrill
01:09 PM Revision 55adc4f3 (katello): Fixes #32087 - fix test failure around template kinds
Justin Sherrill
12:36 PM Feature #9178: As a user, I can use Katello to manage Python repositories
Hello,
any news on this?
thanks!
markus schaufler
08:14 AM Feature #32093 (Ready For Testing): Remove auto-assign of registration template to OS
The Foreman Bot
08:13 AM Feature #32093 (Closed): Remove auto-assign of registration template to OS
Remove the auto-association of registration template to Red Hat OS,
Foreman now assigns the template to *all* operat...
Leos Stejskal

03/12/2021

09:13 PM Bug #32089 (Ready For Testing): hammer-cli-katello: Fail on pulp2 import/export if you have pulp3
The Foreman Bot
09:08 PM Bug #32089 (Closed): hammer-cli-katello: Fail on pulp2 import/export if you have pulp3
Jeremy Lenz
08:01 PM Bug #31760 (Closed): Katello 4.0 - decide the fate of un-versioned deprecations
Applied in changeset commit:katello|b47484c497d994872e6cbb72f14d6883f3e69066. Jeremy Lenz
07:33 PM Bug #32087 (Ready For Testing): test failure due to template kinds
The Foreman Bot
07:32 PM Bug #32087 (Closed): test failure due to template kinds
... Justin Sherrill
07:01 PM Revision b47484c4 (katello): Fixes #31760 - Add Katello versions to unversioned warnings (#9190)
Fixes #31760 - Add Katello versions to unversioned warnings
remove config_template_ids param completely
Jeremy Lenz
06:20 PM Feature #32085 (Closed): As a user, I can podman pull against an authenticated repo on a smart proxy with the Container Gateway
Would need to add:
-> Authorization Cache - update at login time And update at sync time (for logged in users) ma...
Ian Ballou
05:09 PM Bug #32007 (Ready For Testing): remove old pulp2-based upgrade tasks (warnings on 4.0 install)
The Foreman Bot
04:01 PM Feature #29912 (Closed): Support correlation id with pulp3
Applied in changeset commit:katello|edf943bc9fe1efa8257784f64eee6a304435db66. James Jeffers
03:11 PM Revision edf943bc (katello): Fixes #29912 - adds support for logging cid in pulpcore/katello interactions
James Jeffers
02:55 PM Bug #32066 (Closed): errata are deleted after content switchover
Jonathon Turel
02:01 PM Bug #32036 (Closed): "Failed to discover docker repositories because 'Content Default HTTP Proxy' is not used to connect to the registry."
Applied in changeset commit:katello|fdff81f5bbcd2548a2dd2cde888ac1126ab2ba4a. James Jeffers
01:24 PM Feature #32079 (Ready For Testing): Pulpcore integration test CI reports
The Foreman Bot
01:10 PM Feature #32079 (Closed): Pulpcore integration test CI reports
The current rake tasks don't support pulpcore integration specific test output for CI. James Jeffers
01:05 PM Revision fdff81f5 (katello): Fixes #32036 - provides proxy parameter to repo discovery get operations
James Jeffers
10:31 AM Bug #32077 (Ready For Testing): Provide repository architecture via medium provider
The Foreman Bot
10:28 AM Bug #32077 (Closed): Provide repository architecture via medium provider
For S390x provisioning we need to determine architecture of a kickstart repository in order to get the correct paths ... Lukas Zapletal

03/11/2021

10:08 PM Bug #32060 (Ready For Testing): Syncs have race condition that could cause old applicability profiles to be pulled into katello
The Foreman Bot
10:01 PM Bug #32073 (Closed): Latest API data fails in hammer activation key tests now needs org id
Applied in changeset commit:hammer-cli-katello|23489dcbc366edc81ff55864a4b1b4f8e2f8a0c2. Chris Roberts
03:11 PM Bug #32073 (Ready For Testing): Latest API data fails in hammer activation key tests now needs org id
The Foreman Bot
03:09 PM Bug #32073 (Closed): Latest API data fails in hammer activation key tests now needs org id
Chris Roberts
09:21 PM Revision 23489dcb (hammer-cli-katello): Fixes #32073 - Update test failures with latest API JSON
Chris Roberts
09:01 PM Bug #31911 (Closed): bulk_host_extensions transient test failure
Applied in changeset commit:katello|782395606474d14254f307a65bd2acc340312584. Justin Sherrill
08:07 PM Revision 78239560 (katello): Fixes #31911 - fix transient bulk_host_extensions test
Justin Sherrill
04:00 AM Bug #32067 (Ready For Testing): Activation Key Repository Set page not functioning correctly
The Foreman Bot
03:54 AM Bug #32067 (Closed): Activation Key Repository Set page not functioning correctly
* Create an activation key
* Goto Repository Sets page
Observe the following issues
# No autocomplete
# Cant ...
Partha Aji
 

Also available in: Atom