Bug 1013291

Summary: [origin_broker_98]Should not display script message when deleting a jenkins server gear which is down by 'oo-admin-repair --removed-nodes'
Product: OpenShift Online Reporter: zhaozhanqi <zzhao>
Component: PodAssignee: Ravi Sankar <rpenta>
Status: CLOSED WONTFIX QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: rpenta, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-03 21:34:04 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:

Description zhaozhanqi 2013-09-29 06:09:47 UTC
Description of problem:
Given a jenkins server app and make the app's node is down. run 'oo-admin-repair --removed-nodes' will print a script message '/opt/rh/ruby193/root/usr/share/gems/gems/uuidtools-2.1.1/lib/uuidtools.rb:431: Use RbConfig instead of obsolete and deprecated Config' 

Version-Release number of selected component (if applicable):
devenv_3838

How reproducible:
always

Steps to Reproduce:
1. create one jenkins server app
2. make the gear's node is down
3. run oo-admin-repair --removed-nodes

Actual results:
Do you want to delete unresponsive servers from their respective districts [yes/no]: no
Found 1 unresponsive unscalable apps:
zqjenkins (id: 524793ab2d19cf5001000043)
These apps can not be recovered. Do you want to delete all of them [yes/no]: yes
/opt/rh/ruby193/root/usr/share/gems/gems/uuidtools-2.1.1/lib/uuidtools.rb:431: Use RbConfig instead of obsolete and deprecated Config.


Expected results:
Should not show this message.

Additional info:

Comment 1 Ravi Sankar 2013-10-03 21:34:04 UTC
This warning message is coming from uuidtools gem that we don't control.