-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-9.3.0
-
None
-
None
-
None
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
- What I created using "composer-cli", I can't properly edit using cockpit.
Please provide the package NVR for which bug is seen:
- cockpit-composer.noarch == 47-1.el9
- composer-cli == v35.9
How reproducible:
No special requirements.
Steps to reproduce
- Via cockpit, using Image Builder:
- Go to the "Sources" tab
- Create a source with the following name: "Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (RPMs)". Then, save it.
- Via terminal, using composer-cli:
- Run "composer-cli sources info 'Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (RPMs)'"
- BUG: the command returns a bunch of "UnknownSource" errors
Expected results
- If I'm able to create a source using special char in the ID, then I should be able to get info about it.
Actual results
- BUG: the command returns a bunch of "UnknownSource" errors
$ composer-cli sources info 'Red Hat Ansible Automation Platform 2.4 for RHEL 9 x86_64 (RPMs)' ERROR: UnknownSource: Red is not a valid source ERROR: UnknownSource: Hat is not a valid source ERROR: UnknownSource: Ansible is not a valid source ERROR: UnknownSource: Automation is not a valid source ERROR: UnknownSource: Platform is not a valid source ERROR: UnknownSource: 2.4 is not a valid source ERROR: UnknownSource: for is not a valid source ERROR: UnknownSource: RHEL is not a valid source ERROR: UnknownSource: 9 is not a valid source ERROR: UnknownSource: x86_64 is not a valid source ERROR: UnknownSource: (RPMs) is not a valid source
- is related to
-
RHEL-18034 Sources don't map properly to compose-cli, mixing id and names
- Closed