Bug 2211489

Summary: Return the metadata republish option to webgui
Product: Red Hat Satellite Reporter: Amar Ganbat <aganbat>
Component: PulpAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Satellite QE Team <sat-qe-bz-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.13.1CC: rlavi
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-06-01 14:07:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Amar Ganbat 2023-05-31 18:48:43 UTC
Description of problem:

This RFE request, it will be very helpful for troubleshooting if the repo action menu has the metadata regenerate option back.
Like 'Republish repository metadata' on 6.9 

Version-Release number of selected component (if applicable):

6.13 and higher

How reproducible:

Check the action list details inside the action options of the repo.

Actual results:

Such an option doesn't exist at the moment.

Expected results:

Such an option doesn't exist at the moment.

Additional info:

Running the rake command technically works, but it's quite difficult for the customers.
Better to have the visible button option on the WebGUI

~~~
foreman-rake console
Katello::Repository.where(relative_path: 'ORG/Library/content/dist/rhel/server/7/7Server/x86_64/extras/os').each {|repo| ForemanTasks.async_task(Actions::Katello::Repository::MetadataGenerate, repo, force_publication: true) }
exit
~~~

Comment 1 Ron Lavi 2023-06-01 14:07:28 UTC

*** This bug has been marked as a duplicate of bug 2184278 ***