Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
I tested this, I did get a error because organization doesn't have a label attribute. on removing the --label option it worked as expected and an organization was indeed created successfully. Revalidate with 6.1 components?
To be clear, I was able to create orgs a variety of different ways. I, too, did find some odd messages when attempting various permutations, which I bz'd in https://bugzilla.redhat.com/show_bug.cgi?id=1199604
That said, I haven't had any real issues. If you continue to see failures in new composes, please reopen.
Created attachment 980947 [details] satellite sosreport [root@satellite-master import]# hammer shell Welcome to the hammer interactive shell Type 'help' for usage information Command completion is disabled on ruby < 1.9 due to compatibility problems. hammer> domain list ---|--------------- ID | NAME ---|--------------- 1 | engi.oanda.com ---|--------------- hammer> subnet create --dhcp-id 1 --tftp-id 1 --dns-primary 172.20.1.3 --dns-secondary 172.20.1.4 --gateway 172.20.1.2 --from 172.20.1.239 --to 172.20.1.240 --domain-ids 1 --mask 255.255.255.0 --name "ENGI Globals" --network 172.20.1.0 Subnet created hammer> subnet list ---|--------------|------------|-------------- ID | NAME | NETWORK | MASK ---|--------------|------------|-------------- 1 | ENGI Globals | 172.20.1.0 | 255.255.255.0 ---|--------------|------------|-------------- hammer> subnet create --dhcp-id 1 --tftp-id 1 --dns-primary 172.20.1.3 --dns-secondary 172.20.1.4 --gateway 172.20.42.2 --domain-ids 1 --mask 255.255.255.0 --name "SENG Lab" --network 172.20.42.0 Subnet created hammer> subnet list ---|--------------|-------------|-------------- ID | NAME | NETWORK | MASK ---|--------------|-------------|-------------- 1 | ENGI Globals | 172.20.1.0 | 255.255.255.0 2 | SENG Lab | 172.20.42.0 | 255.255.255.0 ---|--------------|-------------|-------------- hammer> organization create --description "OANDA" --label "OANDA" --name "OANDA" --smart-proxy-ids=1 --domain-ids 1 --subnet-ids 1,2 Could not create the organization: resource have no errors hammer>