Bug 889932
| Summary: | [fork][model refactor]Can't create jenkins app successfully | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | Rony Gong 🔥 <qgong> | ||||||
| Component: | Pod | Assignee: | Abhishek Gupta <abhgupta> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 2.x | CC: | dmcphers, xtian, yujzhang, zhewang | ||||||
| Target Milestone: | --- | Keywords: | TestBlocker | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | fork_ami_refctr1_406+ | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-02-13 23:16:21 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Rony Gong 🔥
2012-12-24 04:31:22 UTC
The same issue exists on website, the jenkins app is not accessible after creating. Fixed in >= fork_ami_refctr1_373 Disregard the last comment. Was added to the wrong bug. Okay for real this time: Fixed in >= fork_ami_refctr1_373 Okay for real this time: Fixed in >= fork_ami_refctr1_373 Verified on fork_ami_refctr1_373 [qgong@localhost dev]$ rhc app create -a qjenkins -t jenkins-1.4 Application Options =================== Scaling: no Gear Size: default Namespace: qgong3 Cartridge: jenkins-1.4 Creating application 'qjenkins' ... done Waiting for your DNS name to be available ... done Downloading the application Git repository ... Initialized empty Git repository in /home/qgong/mytest/dev/qjenkins/.git/ Warning: Permanently added 'qjenkins-qgong3.dev.rhcloud.com' (RSA) to the list of known hosts. Your application code is now in 'qjenkins' qjenkins @ http://qjenkins-qgong3.dev.rhcloud.com/ (uuid: 50e636712a5d899308000024) =================================================================================== Created: 1:54 AM Git URL: ssh://50e636712a5d899308000024.rhcloud.com/~/git/qjenkins.git/ SSH: 50e636712a5d899308000024.rhcloud.com jenkins-1.4 (Jenkins Server 1.4) ================================ RESULT: Application qjenkins was created. Retested on fork_ami_refctr1_404, show error when create jenkins application. Debug more: user consumed_gears ++1, this jenkins application created in server ,but no data of this application in mongdb/application. [qgong@localhost dev]$rhc app create -a qjenkins -t jenkins-1.4 Application Options =================== Gear Size: default Cartridge: jenkins-1.4 Scaling: no Namespace: qgong12 Creating application 'q2jenkins' ... Valid cartridge types: Short Name Full name ========== ========= diy-0.1 Do-It-Yourself jbossas-7 JBoss Application Server 7.1 jbosseap-6.0 JBoss Enterprise Application Platform 6.0 jenkins-1.4 Jenkins Server 1.4 nodejs-0.6 Node.js 0.6 perl-5.10 Perl 5.10 php-5.3 PHP 5.3 python-2.6 Python 2.6 ruby-1.8 Ruby 1.8 ruby-1.9 Ruby 1.9 jbossews-1.0 Tomcat 6 (JBoss EWS 1.0) jbossews-2.0 Tomcat 7 (JBoss EWS 2.0) zend-5.6 Zend Server 5.6 undefined method `empty?' for nil:NilClass Created attachment 678006 [details]
development.log when create jenkins app
Latest issue fixed in fork_ami_refctr1_406+ Verified in fork_ami_refctr1_420 Steps: 1. create a jenkins server app $ rhc app create jenkins jenkins-1.4 -p redhat 2. show the state of this app $ rhc app show --state jenkins -predhat 3. visit the link of the jenkins app Result: Gear group jenkins-1.4 is started, and the url is accessible. |