Bug 1111456
Summary: | jenkin app will be created as default small gear size when user create app with --enable-jenkins and non-default gear-size | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
Component: | oc | Assignee: | Vu Dinh <vdinh> |
Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2.1.0 | CC: | jokerman, libra-onpremise-devel, mmccomas, rthrashe, vdinh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | rhc-1.38.6.1-1.el6op | Doc Type: | Bug Fix |
Doc Text: |
Cause: The rhc code doesn't pass the gear size option during jenkins app deployment.
Consequence: When user creates app using rhc with --enable-jenkins and medium --gear-size
options, the jenkins app is deployed into default small gear size.
Fix: The rhc command now accepts gear size option during jenkins app deployment process to create a gear with selected size.
Result: The jenkins app can be deployed into any gear size that is specified in the command. It's not longer restricted in small gear.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-03-22 16:50:51 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
Johnny Liu
2014-06-20 05:46:02 UTC
Found a typo: Expected results: Both php-5.3 app and jenkins app are deployed onto medium node. Commit pushed to master at https://github.com/openshift/rhc https://github.com/openshift/rhc/commit/5332b7f27d1daeb898d27d204d4e434c064a3706 Bug 1111456 - jenkins app default to small gear with enable-jenkins and custom gear size When user creates app using rhc with --enable-jenkins and medium --gear-size options, the jenkins app is deployed onto default small gear size. The rhc code doesn't pass the gear size option during jenkins app creattion. This commit will modify the code to allow the gear size value to be passed into method that create jenkins app. Bug 1111456 Link <https://bugzilla.redhat.com/show_bug.cgi?id=1111456> Signed-off-by: Vu Dinh <vdinh> QE, Based on the original report's step to reproduce, can we verify that jenkins apps will now successfully deploy on the correct sized gear when given as an option? Puddle: http://etherpad.corp.redhat.com/puddle-2-2-2016-02-19 Thank you Verified this bug with rhc-1.38.6.1-1.el6op.noarch, and PASS. # rhc app create php53app php-5.3 -p redhat --enable-jenkins --gear-size medium After app is created, log into medium node, found the two app is deployed onto the same node. # ls /var/lib/openshift/ aquota.user jialiu-jenkins-1 jialiu-php53app-1 lost+found Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-0489.html |