Bug 1324618
Summary: | hammer hostgroup create failed | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | sthirugn <sthirugn> |
Component: | Host Group | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED DUPLICATE | QA Contact: | sthirugn <sthirugn> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | akofink, bbuckingham |
Target Milestone: | Unspecified | Keywords: | PrioBumpQA, Regression |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-04-18 15:37:36 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
sthirugn@redhat.com
2016-04-06 19:25:22 UTC
Version: Satellite 6.2.0-beta-snap2.1 This may not be a regression for Satellite 6.2. I see the same issue on my Satellite 6.1.5 instance. E.g. hammer> organization list ---|----------------------|----------------------|------------ ID | NAME | LABEL | DESCRIPTION ---|----------------------|----------------------|------------ 1 | Default Organization | Default_Organization | 3 | stage-test | stage-test | 4 | test-wizard | test-wizard | ---|----------------------|----------------------|------------ hammer> location list ---|----------------- ID | NAME ---|----------------- 2 | Default Location ---|----------------- hammer> lifecycle-environment list --organization-id 1 ---|---------|------ ID | NAME | PRIOR ---|---------|------ 1 | Library | ---|---------|------ hammer> content-view list --organization-id 1 ----------------|---------------------------|---------------------------|-----------|--------------- CONTENT VIEW ID | NAME | LABEL | COMPOSITE | REPOSITORY IDS ----------------|---------------------------|---------------------------|-----------|--------------- 1 | Default Organization View | Default_Organization_View | | 2 | zoo view exclude | zoo_view_exclude | | 1 3 | zoo view include | zoo_view_include | | 1 ----------------|---------------------------|---------------------------|-----------|--------------- hammer> hostgroup create --organization-ids 1 --location-ids 2 --name testgroup1 Hostgroup created hammer> hostgroup create --organization-ids 1 --location-ids 2 --name testgroup2 --content-view "zoo view include" --lifecycle-environment Library Could not create the hostgroup: Error: Could not find organization, please set one of options --organizations, --organization-ids. hammer> One additional observation, it is possible to create the host group if specifying the id for content view and lifecycle environment. E.g. hammer> hostgroup create --name group2 --organization-ids 1 --location-ids 2 --content-view-id 9 --lifecycle-environment-id 1 Hostgroup created Also in 6.1.5 *** This bug has been marked as a duplicate of bug 1309107 *** |