Hide Forgot
Description of problem: After upgrade from 1.2 to 2.0, app's alias is missing. App can not be accessed via alias. Version-Release number of selected component (if applicable): http://etherpad.corp.redhat.com/ose-2-0-upgrade-2013-12-04 How reproducible: Always Steps to Reproduce: 1. Setup ose-1.2 env 2. Create app on the node, and add alias to this app. 3. Upgrade env from 1.2 to 2.0 Actual results: Try to access app using alias, but it return "302" error. $ curl -H "Host: bar.jialiu.com" <node_ip> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://bar.jialiu.com/console">here</a>.</p> <hr> <address>Apache/2.2.15 (Red Hat) Server at bar.jialiu.com Port 80</address> </body></html> Log into node: [root@node .httpd.d]# strings aliases.db [root@node .httpd.d]# strings aliases.db.rpmsave redmine-jialiu.my-ose12.com.cn bar.jialiu.com Obviously, ose-upgrade does not take care alias stuff. Expected results: alias should work well. Additional info:
https://github.com/openshift/enterprise/pull/59
Verified this bug with openshift-enterprise-yum-validator-2.0.0c-1.git.21.e364d06.el6op.noarch, and PASS.