Bug 994424

Summary: Missing '.openshift/cron' diretory in local git repo for nodejs app
Product: OpenShift Online Reporter: Lei Zhang <lzhang>
Component: ContainersAssignee: Hiro Asari <hasari>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: jkeck, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-29 12:49:46 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 Lei Zhang 2013-08-07 09:16:59 UTC
Description of problem:
Given nodejs normal app created(e.g., mynodejs06), check 'cron' directory in local git repo. No 'cron' directory was found in .openshift/ of local repo. 

Version-Release number of selected component (if applicable):
STG(devenv_stage_439)
devenv_stage_439
rhc-1.12.4

How reproducible:
always

Steps to Reproduce:
1. create one nodejs app
#rhc app create mynodejs06 nodejs-0.6
2. cd the local git repo and check whether 'cron' directory in .openshift dir
# ls -l .openshift/
3.

Actual results:
No 'cron' directory was found in .openshift dir of local git repo

Expected results:
'cron' directory should be created in .openshift of local git repo

Additional info:

Comment 1 openshift-github-bot 2013-08-07 17:23:14 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/ed3208136a287f32b8ea26e84742c021dd618590
Bug 994424

Add template files for cron

Comment 2 Lei Zhang 2013-08-08 02:40:17 UTC
Verified on devenv_3627, the 'cron' dir will be created in .openshift of local git repo.


[rayzhang@rayzhang Work]$ ls -l mynodejs06/.openshift/
total 12
drwxrwxr-x. 2 rayzhang rayzhang 4096 Aug  8 10:38 action_hooks
drwxrwxr-x. 7 rayzhang rayzhang 4096 Aug  8 10:38 cron
drwxrwxr-x. 2 rayzhang rayzhang 4096 Aug  8 10:38 markers