Bug 855267
Summary: | [RFE] in "product" CLI commands add new option "product_id" | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Hayk Hovsepyan <hhovsepy> |
Component: | API | Assignee: | Brad Buckingham <bbuckingham> |
Status: | CLOSED ERRATA | QA Contact: | Hayk Hovsepyan <hhovsepy> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.1 | CC: | asettle, mmccune, omaciel, sachua |
Target Milestone: | Unspecified | Keywords: | FutureFeature, Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: |
As product name is no longer unique (i.e. multiple products may have the same name), the user needs to provide a unique identifier for the product when using the command line interface. This update allows users to alternatively provide a product label or ID in place of a product name.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2012-12-04 19:52:35 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
Hayk Hovsepyan
2012-09-07 07:24:11 UTC
this will most likely be addressed in the following bug that makes product name unique: https://bugzilla.redhat.com/show_bug.cgi?id=862809 This is a blocker since the CLI and API will no longer function with non-unique product names. This issue appears to affect the following CLI commands which use product name: changset: update errata: list product: update, delete, synchronize, status, cancel_sync, add_filter, list_filters, remove_filter, promote, set_plan, remove_plan repo: create, discover, list In order to address this bugzilla, we are adding the ability for the user to specify product name, label or id in the various commands where products are currently specified. Since the same name may be used for multiple products, users may want to use product id always; however, names remain supported for backward compatability. That said, if product name or label is provided and multiple products exist with that name/label, the user will receive an error message similar to: "More than 1 product found with the name or label provided, recommend using product id. The product id may be retrieved using the 'product list' command." Prior to the changes, the CLI would always use the 'first' product that matched, which can result in unexpected behaviors. This bugzilla affects several commands, such as the following: - product update - product add_filter - product list_filters - product remove_filter - product set_plan - product remove_plan - product synchronize - product status - product cancel_sync - product promote - product delete - changeset update (includes --add_product, --remove_product and --from_product) - errata list - errata info - package list - package info - repo create - repo discover - repo list - repo status - repo info - repo update - repo synchronize - repo cancel_sync - repo enable - repo delete - repo list_filters - repo add_filter - repo remove_filter katello github pull request: https://github.com/Katello/katello/pull/854 Verified on revision: katello-configure-1.1.9-8.el6cf.noarch katello-common-1.1.12-17.el6cf.noarch katello-1.1.12-17.el6cf.noarch katello-qpid-client-key-pair-1.0-1.noarch katello-agent-1.1.2-1.el6cf.noarch katello-selinux-1.1.1-2.el6cf.noarch katello-glue-candlepin-1.1.12-17.el6cf.noarch katello-qpid-broker-key-pair-1.0-1.noarch katello-cli-1.1.8-9.el6cf.noarch katello-certs-tools-1.1.8-1.el6cf.noarch katello-glue-pulp-1.1.12-17.el6cf.noarch katello-candlepin-cert-key-pair-1.0-1.noarch katello-cli-common-1.1.8-9.el6cf.noarch product_id parameter is added for all mentioned commands and it works correctly. 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, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-1543.html getting rid of 6.0.0 version since that doesn't exist |