Description of problem: We have a way to remove an entire application, but we don't have a way to remove a single gear from a scaled app. We need this in order to be able to manually clean up when problems occur during gear creation or deletion. Version-Release number of selected component (if applicable): openshift-origin-broker-util-1.0.2-1.el6_3.noarch How reproducible: Very Steps to Reproduce: 1. Try to remove a gear from a scaled app 2. Notice there isn't a command that you can use to do this Actual results: Not command to remove a gear from a scaled app. Expected results: Need a command to remove a gear from a scaled app.
oo-admit-ctl-user -l <username> -a <appname> -c removegear --gear_uuid <gear uuid> Checked in with rev#aa1041f28c3abdd9dcdbeb9b0bd53f8a5f4851f6
Verified on devenv_stage_254 [root@ip-10-202-193-65 data]# oo-admin-ctl-app -c removegear -l qgong -a qsphp -g 0fb4256d47cb4b61a0115148a82e8cd6 Success