| Summary: | [deploy]"503 Service Unavailable" error met when accessing home page of the scalable app after jenkins build successfully. | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Lei Zhang <lzhang> |
| 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: | agoldste, dmace, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-17 13:35:11 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
Lei Zhang
2013-10-11 07:32:53 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/8ae192e3da0ebe056eb32f652b96fa21d30aa36a Bug 1018082 Fix bug where calls to remote_deploy (i.e. Jenkins deployments) were only operating on the local gear and weren't rotating the gear back in correctly. Convert activate to use with_gear_rotation. on devenv_3898, this issue doesn't exist, the home page of the scalable app after jenkins build can be accessed successfully [rayzhang@ray Work]$ export http_proxy="http://file.rdu.redhat.com:3128" [rayzhang@ray Work]$ wget http://myjbossews20s-ray.stg.rhcloud.com/ --2013-10-15 15:17:25-- http://myjbossews20s-ray.stg.rhcloud.com/ Resolving file.rdu.redhat.com... 10.11.5.7 Connecting to file.rdu.redhat.com|10.11.5.7|:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 5814 (5.7K) [text/html] Saving to: “index.html” 100%[============================================================================================================================>] 5,814 --.-K/s in 0.002s 2013-10-15 15:17:26 (3.06 MB/s) - “index.html” saved [5814/5814] Verified on devenv_3901, this issue has been fixed. [rayzhang@ray Work]$ wget http://myjbossews20s-chunchen.dev.rhcloud.com/ --2013-10-16 10:10:28-- http://myjbossews20s-chunchen.dev.rhcloud.com/ Resolving file.rdu.redhat.com... 10.11.5.7 Connecting to file.rdu.redhat.com|10.11.5.7|:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 5814 (5.7K) [text/html] Saving to: “index.html.1” 100%[==================================================================================>] 5,814 --.-K/s in 0.002s 2013-10-16 10:10:30 (3.11 MB/s) - “index.html.1” saved [5814/5814] |