Bug 1023428 - Missed OPENSHIFT_<cart>_DIR/etc/ directory for app [NEEDINFO]
Summary: Missed OPENSHIFT_<cart>_DIR/etc/ directory for app
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Hiro Asari
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-25 11:48 UTC by chunchen
Modified: 2016-09-30 02:15 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-25 15:26:58 UTC
Target Upstream Version:
hasari: needinfo? (chunchen)


Attachments (Terms of Use)

Description chunchen 2013-10-25 11:48:17 UTC
Description of problem:
Missed OPENSHIFT_<cart>_DIR/etc/ directory for app.

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

How reproducible:
always

Steps to Reproduce:
1. Create an app
rhc app create cas00 jbossas-7 --no-git
2. Check the /etc dir for this app
rhc ssh cas00 'ls OPENSHIFT_JBOSSAS_DIR/etc/'

Actual results:
ls: cannot access /var/lib/openshift/526a535c3fb97e6699000059/jbossas//etc/: No such file or directory

Expected results:
The OPENSHIFT_<cart>_DIR/etc/ directory should be existing.

Additional info:

Comment 1 Hiro Asari 2013-10-25 15:18:08 UTC
Is JBossAS the only cartridge that needs 'etc'? The description says 'OPENSHIFT_<cart>_DIR/etc', but this is not very specific. Do we have a complete list? Just the JBoss cartridges: JBOSSAS, JBOSSEAP, JBOSSEWS? Did I miss any?

https://github.com/openshift/origin-server/pull/3993 addresses the above 3.

Comment 2 Hiro Asari 2013-10-25 15:26:58 UTC
If /etc is not necessary, we won't create it.


Note You need to log in before you can comment on or make changes to this bug.