| Summary: | [RFE] Ability to add/update realm using hammer | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Ranjan Kumar <rankumar> |
| Component: | Provisioning | Assignee: | satellite6-bugs <satellite6-bugs> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Katello QA List <katello-qa-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.1.8 | CC: | bkearney, xdmoon |
| Target Milestone: | Unspecified | Keywords: | FutureFeature |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-10 16:41:54 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: | |
|
Description
Ranjan Kumar
2016-04-18 10:26:43 UTC
I show this command as existing in the satellite 6.3 code base. I am thereore closing this out as NEXTRELEASE.
[vagrant@sat63-qa-rhel7 ~]$ hammer realm --help
Usage:
hammer realm [OPTIONS] SUBCOMMAND [ARG] ...
Parameters:
SUBCOMMAND subcommand
[ARG] ... subcommand arguments
Subcommands:
create Create a realm
delete Delete a realm
info Show a realm
list List of realms
update Update a realm
Options:
-h, --help print help
[vagrant@sat63-qa-rhel7 ~]$ hammer realm update --help
Usage:
hammer realm update [OPTIONS]
Options:
--id ID
--location-ids LOCATION_IDS REPLACE locations with given ids
Comma separated list of values. Values containing comma should be double quoted
--locations LOCATION_NAMES Comma separated list of values. Values containing comma should be double quoted
--name NAME Name to search by
--new-name NEW_NAME The realm name, e.g. EXAMPLE.COM
--organization-ids ORGANIZATION_IDS REPLACE organizations with given ids.
Comma separated list of values. Values containing comma should be double quoted
--organizations ORGANIZATION_NAMES Comma separated list of values. Values containing comma should be double quoted
--realm-proxy-id REALM_PROXY_ID Capsule ID to use within this realm
--realm-type REALM_TYPE Realm type, e.g. Red Hat Identity Management or Active Directory
-h, --help print help
[vagrant@sat63-qa-rhel7 ~]$
|