Bug 1124814

Summary: Failed to create Jenkins with error about overriding gear environment variables JENKINS_PASSWORD, JENKINS_USERNAME
Product: OpenShift Online Reporter: Wenjing Zheng <wzheng>
Component: ImageAssignee: Ben Parees <bparees>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: jokerman, mmccomas, wzheng
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-10-10 00:50:05 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 Wenjing Zheng 2014-07-30 11:49:41 UTC
Description:
Below errors appear when create Jenkins on INT(devenv_5024)
bash-3.2$ rhc app create jks jenkins-1
Application Options
-------------------
Domain:     w
Cartridges: jenkins-1
Gear Size:  default
Scaling:    no
Creating application 'jks' ... 
Unexpected error: Cartridge attempted to override the following gear environment
variables: JENKINS_PASSWORD, JENKINS_USERNAME

Version-Release number of selected component (if applicable):
INT(devenv_5024)
rhc-1.28.4

How reproducible:
limited to some accounts, like lxia, wzheng and wzheng+1

steps to Reproduce:
1. rhc app create jks jenkins-1

Actual results:
Failed to create like description.

Expected results:
It should be succeed like latest devenv_5028.

Additional info:
First meet this during creation, then the above error appears every time:
bash-3.2$ rhc app create jks jenkins-1 --no-git
Application Options
-------------------
Domain:     wz
Cartridges: jenkins-1
Gear Size:  default
Scaling:    no
Creating application 'jks' ... 
Starting jenkins cartridge
Waiting ...
Waiting ...
Waiting ...
Waiting ...
Waiting ...
Waiting ...
Waiting ...
Timed out waiting for Jenkins to fully start
Failed to execute: 'control start' for
/var/lib/openshift/53d8b58603ef645f78000aa2/jenkins

Comment 1 Ben Parees 2014-07-30 13:41:19 UTC
if you delete and recreate the domain does the issue persist?

Comment 2 Ben Parees 2014-07-30 17:58:02 UTC
Cannot recreate so suspect this is an environment specific issue, lowering severity.

Comment 3 Wenjing Zheng 2014-07-31 02:08:37 UTC
Jenkins can be created successfully after in a new domain. So close this bug now.