Bug 2043126
Summary: | Non-enabled repository types make it into the apipie help-text | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Ian Ballou <iballou> |
Component: | Repositories | Assignee: | Ian Ballou <iballou> |
Status: | CLOSED ERRATA | QA Contact: | Cole Higgins <chiggins> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.11.0 | CC: | paji, pcreech |
Target Milestone: | 6.12.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | tfm-rubygem-katello-4.5.0.12-1 | Doc Type: | Known Issue |
Doc Text: |
*Non-enabled repository types might appear in `apipie help-text`*
Because the apipie cache is generated statically rather than with a running Satellite, non-enabled repository types such as `deb` and `python` might appear in the apipie help-text.
This will be patched in a future release.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2022-11-16 13:33:25 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
Ian Ballou
2022-01-20 16:49:20 UTC
RN draft: Because the apipie cache is generated statically rather than with a running Satellite, non-enabled repository types such as `deb` and `python` can appear in the apipie help-text. This will be patched in a future release. Doc: https://docs.google.com/document/d/1xMkjPbkwF9ZJ95tEcWYmRRqVdusIZENHZsL3-B3YvJw/edit Tagged @iballou in the doc for review. The doc text looks good to me! Final RN: *Non-enabled repository types might appear in `apipie help-text`* Because the apipie cache is generated statically rather than with a running Satellite, non-enabled repository types such as `deb` and `python` might appear in the apipie help-text. This will be patched in a future release. Created redmine issue https://projects.theforeman.org/issues/35459 from this bug Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/35459 has been resolved. Verified # hammer repository create --help |grep content-type --content-type VALUE Type of repository to create. View available types with "hammer repository types" # hammer repository list --help |grep content-type --content-type VALUE Limit the repository type to return. View available types with "hammer repository types" # hammer repository upload-content --help |grep content-type --content-type VALUE The type of content unit to upload (srpm, file, etc.). View uploadable types with "hammer repository types" # hammer repository remove-content --help |grep content-type --content-type VALUE The type of content unit to remove (srpm, docker_manifest, etc.). View removable types with "hammer repository types" Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: Satellite 6.12 Release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:8506 |