Bug 1023512
| Summary: | [deploy] 'gear deploy' should not allow git deployments when deployment-type is set to binary | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Fabiano Franz <ffranz> |
| Component: | Containers | Assignee: | Andy Goldstein <agoldste> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | xtian |
| 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-01-30 00:49:35 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
Fabiano Franz
2013-10-25 15:14:45 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/91dcf774a277164975fd029fc94117c1f75ad2c0 Disallow 'gear deploy' if deployment type is binary Bug 1023512 Tested on devenv_3953. When deploy type is set to "binary", we will get the following: [php2-qiuzhang.dev.rhcloud.com 526df3507820b9fed1000067]\> gear deploy master OPENSHIFT_DEPLOYMENT_TYPE is 'binary' - git-based deployments are disabled. The only notice is that, we need to re-login to the application after deploy type changed. Mark the bug as verified. |