Bug 1037115

Summary: Zend-6.1 application misses options in UI Console for enabling $ORACLE_HOME / $ORACLE_BASE vars
Product: OpenShift Online Reporter: Qiushui Zhang <qiuzhang>
Component: ImageAssignee: Vojtech Vitek <vvitek>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.xCC: bmeng, hripps, xtian
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-30 00:51:36 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 Qiushui Zhang 2013-12-03 03:10:16 UTC
Description of problem:
Options for enabling $ORACLE_HOME / $ORACLE_BASE vars are needed for zend-6.1 application in UI console

Version-Release number of selected component (if applicable):
devenv_4087

How reproducible:
always

Steps to Reproduce:
1. Create an zend-6.1 application
2. Go ZendServer config page and check
3.

Actual results:
No configuration to enable ORACLE vars.

Expected results:
User should be able to switch the functionality on themselves in the Console UI.

Additional info:
$ORACLE_HOME / $ORACLE_BASE vars are designed to be disabled by default for zend-6.1 application

Comment 1 openshift-github-bot 2013-12-03 16:38:02 UTC
Commit pushed to master at https://github.com/openshift/li

https://github.com/openshift/li/commit/24214784d130ddfcaf9681668ce8512b40387140
add ORACLE_* vars to zend-6.1

Prevent pdo_oci8 extension from writing into the gear's root directory.

Bug 1037115
https://bugzilla.redhat.com/show_bug.cgi?id=1037115

Comment 2 Qiushui Zhang 2013-12-04 07:53:49 UTC
Tested on devenv_4093.

[zd1-qiuzhang.dev.rhcloud.com 529edeb05b26440aef0000ae]\> env |grep -i ora
ORACLE_BASE=/var/lib/openshift/529edeb05b26440aef0000ae/zend/oracle
ORACLE_HOME=/var/lib/openshift/529edeb05b26440aef0000ae/zend/oracle

The variables are added by default now. Anyway, user will be able to use it.

Mark the bug as verified.