Bug 663107
| Summary: | Errata install cli options should match package install cli | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | Keywords: | FutureFeature |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 13:58:51 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 647488 | ||
commit a55f20b50712a91a4c676d57f4fd1f6e7f4be685
Author: Pradeep Kilambi <pkilambi>
Date: Wed Dec 22 15:29:08 2010 -0500
$ sudo pulp-admin errata install --help
Usage: pulp-admin <options> errata install <options>
Options:
-h, --help show this help message and exit
-e ENAMES, --erratum=ENAMES
erratum to be installed; to specify multiple erratum
id use multiple -e
-y, --assumeyes Assume yes; assume that install performs all the
suggested actions such as reboot on successful
install.
Consumer or Consumer Group id (one is required):
--consumerid=CONSUMERID
consumer id
--consumergroupid=CONSUMERGROUPID
consumer group id
Fixed in 0.119. [root@pulp ~]# rpm -q pulp
pulp-0.0.119-1.fc14.noarch
[root@pulp ~]# pulp-admin errata install --help
Usage: pulp-admin <options> errata install <options>
Options:
-h, --help show this help message and exit
-e ENAMES, --erratum=ENAMES
erratum to be installed; to specify multiple erratum
id use multiple -e
-y, --assumeyes Assume yes; assume that install performs all the
suggested actions such as reboot on successful
install.
Consumer or Consumer Group id (one is required):
--consumerid=CONSUMERID
consumer id
--consumergroupid=CONSUMERGROUPID
consumer group id
[root@pulp ~]# pulp-admin package install --help
Usage: pulp-admin <options> package install <options>
Options:
-h, --help show this help message and exit
-n PNAMES, --name=PNAMES
packages to be installed; to specify multiple packages
use multiple -n
--when=WHEN Format: 'Year-Month-Day Hour:Min' specifies when to
execute task
Consumer or Consumer Group id (one is required:
--consumerid=CONSUMERID
consumer id
--consumergroupid=CONSUMERGROUPID
consumer group id
Closing with Community Release 15 pulp-0.0.223-4. |
Description of problem: Package install cli is as follows [root@preethi ~]# pulp-admin package install --help Usage: pulp-admin <options> package install <options> Options: -h, --help show this help message and exit -n PNAMES, --name=PNAMES packages to be installed; to specify multiple packages use multiple -n Consumer or Consumer Group id (one is required: --consumerid=CONSUMERID consumer id --consumergroupid=CONSUMERGROUPID consumer group id while Errata Install is [root@preethi ~]# pulp-admin errata install --help Usage: pulp-admin <options> errata install <options> Options: -h, --help show this help message and exit Consumer or Consumer Group id (one is required): --consumerid=CONSUMERID consumer id --consumergroupid=CONSUMERGROUPID consumer group id