Bug 1124967
Summary: | hammer import organization --upload-manifests-from randomly fails to upload manifests | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Lukas Pramuk <lpramuk> |
Component: | Transitions | Assignee: | Grant Gainey <ggainey> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Pramuk <lpramuk> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | Unspecified | CC: | bbuckingham, cperry, ggainey, jmontleo, mkollar, sthirugn |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-09-11 12:21:02 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: | |||
Bug Blocks: | 1125243 |
Description
Lukas Pramuk
2014-07-30 18:22:35 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. upload-manifest starts an asyn task, we need to wait for it to finish before starting a new one (per discussion w/jsherrill) commit e87cf91c9631929d93cd599fbf518e795b0d630e VERIFIED. rubygem-hammer_cli_import-0.10.1-1.el6.noarch # hammer import organization --csv-file /tmp/exports/users.csv --upload-manifests-from /tmp/manifests Summary Found 272 organizations. Uploaded 9 manifests. Created 9 organizations. # hammer --csv subscription manifest-history --organization 'RED HAT SATELLITE ENGINEERING' SUCCESS,RED_HAT_SATELLITE_ENGINEERING file imported successfully.,2014/08/24 20:35:46 # hammer --csv subscription manifest-history --organization 'Sec eng Brno Dept.' SUCCESS,Sec_eng_Brno_Dept_ file imported successfully.,2014/08/24 20:36:13 # hammer --csv subscription manifest-history --organization 'QA Brno' SUCCESS,QA_Brno file imported successfully.,2014/08/24 20:36:36 # hammer --csv subscription manifest-history --organization 'Security' SUCCESS,Security file imported successfully.,2014/08/24 20:36:59 # hammer --csv subscription manifest-history --organization 'JBoss Brno QA' SUCCESS,JBoss_Brno_QA file imported successfully.,2014/08/24 20:37:24 # hammer --csv subscription manifest-history --organization 'ClusterStorageQE' SUCCESS,ClusterStorageQE file imported successfully.,2014/08/24 20:37:46 # hammer --csv subscription manifest-history --organization 'GSS' SUCCESS,GSS file imported successfully.,2014/08/24 20:38:12 # hammer --csv subscription manifest-history --organization 'lvm-org' SUCCESS,lvm-org file imported successfully.,2014/08/24 20:38:38 # hammer --csv subscription manifest-history --organization 'Red Hat OpenStack QE' SUCCESS,Red_Hat_OpenStack_QE file imported successfully.,2014/08/24 20:39:03 --> 9 of 9 manifests uploaded This was delivered with Satellite 6.0 which was released on 10 September 2014. |