Bug 952104
Summary: | Nightly : Importing manifests gives ambigious return exit code even after the failure | |||
---|---|---|---|---|
Product: | [Retired] Subscription Asset Manager | Reporter: | Tazim Kolhar <tkolhar> | |
Component: | katello | Assignee: | Tom McKay <tomckay> | |
Status: | CLOSED ERRATA | QA Contact: | Og Maciel <omaciel> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | Nightly | CC: | bkearney, cwelton, omaciel, sthirugn, tomckay | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 952106 (view as bug list) | Environment: | ||
Last Closed: | 2013-10-01 11:09:46 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: | 952106 |
Description
Tazim Kolhar
2013-04-15 08:17:18 UTC
Branch: refs/heads/master Home: https://github.com/Katello/katello-cli Commit: e8cb98e237c72f5b61f6a2929adb2687c4798cea https://github.com/Katello/katello-cli/commit/e8cb98e237c72f5b61f6a2929adb2687c4798cea Author: Tom McKay <thomasmckay> Date: 2013-04-30 (Tue, 30 Apr 2013) Branch: refs/heads/master Home: https://github.com/Katello/katello Commit: 1ad9a356429f256a7212be9514d8d2433ddc72dd https://github.com/Katello/katello/commit/1ad9a356429f256a7212be9514d8d2433ddc72dd Author: Tom McKay <thomasmckay> Date: 2013-04-30 (Tue, 30 Apr 2013) [root@nec-em26 ~]# headpin -u admin -p admin org create --name testorg Successfully created org [ testorg ] [root@nec-em26 ~]# headpin -u admin -p admin provider import_manifest --name "Red Hat" --org testorg --file og-sam-qe_stack_stage.zip Provider [ Red Hat ] manifest import complete [root@nec-em26 ~]# echo $? 0 [root@nec-em26 ~]# headpin -u admin -p admin org create --name testorg2 Successfully created org [ testorg2 ] [root@nec-em26 ~]# headpin -u admin -p admin provider import_manifest --name "Red Hat" --org testorg2 --file og-sam-qe_stack_stage.zip Provider [ Red Hat ] failed to import manifest: R [root@nec-em26 ~]# echo $? 65 Verified: * apr-util-ldap-1.3.9-3.el6_0.1.x86_64 * candlepin-0.8.26-1.el6sam.noarch * candlepin-scl-1-5.el6_4.noarch * candlepin-scl-quartz-2.1.5-5.el6_4.noarch * candlepin-scl-rhino-1.7R3-1.el6_4.noarch * candlepin-scl-runtime-1-5.el6_4.noarch * candlepin-selinux-0.8.26-1.el6sam.noarch * candlepin-tomcat6-0.8.26-1.el6sam.noarch * elasticsearch-0.19.9-8.el6sat.noarch * katello-candlepin-cert-key-pair-1.0-1.noarch * katello-certs-tools-1.4.2-2.el6sat.noarch * katello-cli-1.4.3-11.el6sat.noarch * katello-cli-common-1.4.3-11.el6sat.noarch * katello-common-1.4.3-15.el6sam_splice.noarch * katello-configure-1.4.4-4.el6sat.noarch * katello-glue-candlepin-1.4.3-15.el6sam_splice.noarch * katello-glue-elasticsearch-1.4.3-15.el6sam_splice.noarch * katello-headpin-1.4.3-15.el6sam_splice.noarch * katello-headpin-all-1.4.3-15.el6sam_splice.noarch * Katello-Katello-Sanity-ImportKeys-1.2-1.noarch * katello-selinux-1.4.4-2.el6sat.noarch * openldap-2.4.23-32.el6_4.1.x86_64 * openldap-devel-2.4.23-32.el6_4.1.x86_64 * ruby193-rubygem-ldap_fluff-0.2.2-1.el6sat.noarch * ruby193-rubygem-net-ldap-0.3.1-2.el6sat.noarch * thumbslug-0.0.34-1.el6sam.noarch * thumbslug-selinux-0.0.34-1.el6sam.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1390.html |