| Summary: | Should give correct prompt when run `rhc configure-app|rhc deploy|rhc deployment|rhc snapshot save $app --deloyment` against old OSE server | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Wei Sun <wsun> |
| Component: | oc | Assignee: | Fabiano Franz <ffranz> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | jliggitt |
| 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-24 03:25:34 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: | |
|
Description
Wei Sun
2013-10-21 07:39:24 UTC
Commit pushed to master at https://github.com/openshift/rhc https://github.com/openshift/rhc/commit/56ea4098edc7e527fba8f9610e344613fb709e6f Bug 1021365 - fixed handling server without deployment support Verified on OSE(1.2.4) with rhc-1.16.1 Result: [openshift@dhcp-10-143 ~]$ rhc configure-app r9 --no-auto-deploy --keep-deployments 3 --deployment-branch fork --deployment-type binary Configuring application 'r9' ... The server does not support deployments [openshift@dhcp-10-143 ~]$ rhc deploy master -a r9 The server does not support deployments [openshift@dhcp-10-143 test]$ rhc deployments r9 The server does not support deployments [openshift@dhcp-10-143 test]$ rhc deployment-list r9 The server does not support deployments [openshift@dhcp-10-143 test]$ rhc deployment-show 1234 -a r9 The server does not support deployments [openshift@dhcp-10-143 test]$ rhc deployment-activate 1234 -a r9 The server does not support deployments [openshift@dhcp-10-143 test]$ rhc snapshot save r9 --deployment The server does not support deployments |