Bug 1807532

Summary: While creating child hostgroup through hammer getting error "Could not create the hostgroup: Error: hostgroup not found."
Product: Red Hat Satellite Reporter: Diksha Chaudhari <dchaudha>
Component: Host GroupAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Mirek Długosz <mzalewsk>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.7.0CC: inecas, kgaikwad
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-02-26 16:05:17 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 Diksha Chaudhari 2020-02-26 15:00:19 UTC
Description of problem: While creating hostgroup through hammer getting error: 
~~~
Could not create the hostgroup:
  Error: hostgroup not found.
~~~

Creating the child hostgroup through WEB UI works as it gives the option to select the complete Parent hostgroup path. However from hammer we cannot select the complete Parent hostgroup path.

For example:
~~~
[root@sat ~]# hammer hostgroup create --organization RedHat --name 20c --parent new1/latest/abcd
Could not create the hostgroup:
  Error: hostgroup not found.
~~~

While, we can create a child hostgroup by only mentioning abcd:
~~~
[root@sat ~]# hammer hostgroup create --organization RedHat --name 20c --parent abcd
~~~

This becomes a problem if we have multiple parent hostgroup paths with same names. For example:

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Brad Buckingham 2020-02-26 16:05:17 UTC

*** This bug has been marked as a duplicate of bug 1807536 ***