Bug 1150971
Summary: | Console failed to add restricted gear size cartridge to scalable app with different gear size. | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yanping Zhang <yanpzhan> | |
Component: | Management Console | Assignee: | Jason DeTiberus <jdetiber> | |
Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> | |
Severity: | medium | Docs Contact: | ||
Priority: | high | |||
Version: | 2.2.0 | CC: | bleanhar, jdetiber, jokerman, libra-onpremise-devel, lmeyer, mmccomas | |
Target Milestone: | --- | Keywords: | Upstream | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | rubygem-openshift-origin-console-1.31.3.1-1.el6op | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1151548 (view as bug list) | Environment: | ||
Last Closed: | 2014-11-03 19:55:20 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: | ||||
Bug Depends On: | 1151548 | |||
Bug Blocks: |
Description
Yanping Zhang
2014-10-09 10:36:11 UTC
Verified on ose 2.2/2014-10-19.1. Steps to verify: 1.The user has allowed gear sizes with small and medium. Configure in broker.conf with:VALID_GEAR_SIZES_FOR_CARTRIDGE="mysql-5.1|medium" Restart services: # /etc/init.d/openshift-console restart # /etc/init.d/openshift-broker restart 2.Create small size scalable app on website,eg spy33. 3.Add mysql-5.1 to the app spy33 on website. 4.Check the app in command line. Actual results: 3.Add mysql-5.1 successfully: MySQL 5.1 database added. Please make note of these credentials: Root User: admingZblbZe Root Password: cSyKtk8wNCRz Database Name: spy33 Connection URL: mysql://$OPENSHIFT_MYSQL_DB_HOST:$OPENSHIFT_MYSQL_DB_PORT/ 4. # rhc app show spy33 -g ID State Cartridges Size SSH URL ------------------------ ------- ---------------------- ------ ----------------------------------------------------------------------- 543cddac6b263c70bf0000b6 started python-3.3 haproxy-1.4 small 543cddac6b263c70bf0000b6.manual.com 54449b306b263c6a0a000002 started mysql-5.1 medium 54449b306b263c6a0a000002.manual.com 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-2014-1796.html |