Bug 1062655
| Summary: | regression: creating app --from-code does not give clear error message if the URL is wrong | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Luke Meyer <lmeyer> |
| Component: | Containers | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.0.0 | CC: | libra-onpremise-devel, nwei, xiama |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-15 14:40:40 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
Luke Meyer
2014-02-07 15:44:47 UTC
*** Bug 1062844 has been marked as a duplicate of this bug. *** It's not clear to me whether the fix in bug 1062844 should fix this bug as well, but it does seem likely. Please test with that fix in place. If it's fixed, we can mark this bug a duplicate, otherwise we still need to pursue it. Openshift enterprise: 2014-02-10.2 [root@broker ~]# rhc app create foo php --from-code http://example.com/foo.git Using php-5.3 (PHP 5.3) for 'php' Application Options ------------------- Domain: nweidomain Cartridges: php-5.3 Source Code: http://example.com/foo.git Gear Size: default Scaling: no Creating application 'foo' ... Unable to complete the requested operation due to: An invalid exit code (131) was returned from the server broker.gpei-0206.com.cn. This indicates an unexpected problem during the execution of your request.. Reference ID: 92b4ecbcfd414eeafcd0e11ad153678e this bug is different from bug 1062844, so assigned. *** Bug 1066283 has been marked as a duplicate of this bug. *** With the 2.1 rebase, expect this to be fixed. I don't think we'll try to backport to 2.0. Openshift enterprise: 2.1/2014-03-24.2 [nwei@broker ~]$ rhc app create foo php-5.3 --from-code http://example.com/foo.git Application Options ------------------- Domain: nweidomain Cartridges: php-5.3 Source Code: http://example.com/foo.git Gear Size: default Scaling: no Creating application 'foo' ... Source code repository could not be cloned: 'http://example.com/foo.git'. Please verify the repository is correct and contact support. |