Bug 1001811

Summary: Console styles were unavailable during prod release
Product: OpenShift Online Reporter: Clayton Coleman <ccoleman>
Component: WebsiteAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 2.xCC: xtian, yujzhang
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: 2013-09-19 16:48:19 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 Clayton Coleman 2013-08-27 19:54:13 UTC
During the production release the front proxy is updated with the new version of rhc-site-static, but ex-srvs are not updated until the end.  The site was serving asset URLs based on the old version of rhc-site-static (coming from the manifest in the RPM) but the front proxy no longer had those assets available.

Ideally, we would let the front proxy pass through /app/assets/* if it's not found locally (404 -> ex-srv), but not sure that's possible.

We also need to ensure that the rule for /app/assets-*/* that sets the cache header starts working (we have to use a different setup than currently).

Comment 1 Clayton Coleman 2013-09-09 21:35:40 UTC
Fixed with https://engineering.redhat.com/trac/Libra/wiki/Releases/2.0.33#Comment6clayton

Waiting for validation on INT before proceeding.

Comment 2 Clayton Coleman 2013-09-10 20:42:09 UTC
During stage and prod deployment, console should still have CSS styles.

Comment 3 Yujie Zhang 2013-09-11 03:22:52 UTC
Will test it during STG deployment.

Comment 4 Yujie Zhang 2013-09-11 10:30:56 UTC
Tested on devenv, the console can be displayed correctly when upgrading, so verify this bug.