Hide Forgot
Description of problem: OPENSHIFT_JBOSS_CLUSTER_PROXY_PORT doesn't exist for non-scaled apps Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Create non-scaled JBoss app 2. 3. Actual results: OPENSHIFT_JBOSS_CLUSTER_PROXY_PORT does not exist Expected results: OPENSHIFT_JBOSS_CLUSTER_PROXY_PORT should exist and use port 7600 Additional info:
The fix has not been included in devenv_1696, need to wait for the new build comes.
Verified it on devenv_1697 with cartridge-jbossas-7-0.90.2-1.git.119.b643636.el6.noarch. [jbossapp3-domx85.dev.rhcloud.com .env]\> cat OPENSHIFT_JBOSS_CLUSTER_PROXY_PORT export OPENSHIFT_JBOSS_CLUSTER_PROXY_PORT='7600'
If scaling is ever enabled on that gear, then OPENSHIFT_JBOSS_CLUSTER_PROXY_PORT will be overwritten with the proxy port (ex: 35531). Does 7600 need to be stored in a different variable? OPENSHIFT_JBOSS_CLUSTER_PORT?