Bug 1395889
| Summary: | RFE: extend spacecmd softwarechannel_setorgacces for protected sharing level | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Jan Hutař <jhutar> |
| Component: | Server | Assignee: | Tomáš Kašpárek <tkasparek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukáš Hellebrandt <lhellebr> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 580 | CC: | bernhard.lichtinger, galtukho, jdobes, lhellebr, pstudeni, tlestach |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1277994 | Environment: | |
| Last Closed: | 2017-06-21 12:07:08 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: | |||
| Bug Depends On: | 1277994 | ||
| Bug Blocks: | 1397178 | ||
|
Description
Jan Hutař
2016-11-16 21:19:03 UTC
Verified with spacecmd-2.5.0-13.
The calls now correctly set/display the protected status and channel sharing among trusted orgs.
Example:
spacecmd {SSM:0}> softwarechannel_setorgaccesstree channel-a -p testorg
INFO: Making org sharing protected for channel : channel-a
INFO: Enabling testorg access for channel : channel-a
INFO: Disabling testorg2 access for channel : channel-a
INFO: Making org sharing protected for channel : subchannel1
INFO: Enabling testorg access for channel : subchannel1
INFO: Disabling testorg2 access for channel : subchannel1
spacecmd {SSM:0}> softwarechannel_getorgaccesstree
astgsdg : private
channel-a : protected
testorg : True
testorg2 : False
subchannel1 : protected
testorg : True
testorg2 : False
|