Description of problem: There is no ruby-2.0 cartridge on STG Version-Release number of selected component (if applicable): STG(devenv_stage_939) How reproducible: always Steps to Reproduce: 1. rhc cartridge list | grep ruby Actual results: root@openshift-ubuntu:~/test# rhc cartridge list | grep ruby ruby-1.8 Ruby 1.8 web ruby-1.9 Ruby 1.9 web Expected results: ruby-2.0 cartridge is available Additional info: ruby-2.0 cartridge is available on INT or devenv-stage-937 [root@localhost test]# rhc cartridges | grep ruby ruby-1.8 Ruby 1.8 web ruby-1.9 Ruby 1.9 web ruby-2.0 Ruby 2.0 web
Somehow during the STG deploy, this cartridge was not activated. We checked the logs and verified that the following was run in STG: oo-admin-ctl-cartridge -c import-node --activate --obsolete However, this did not activate the cartridge as expected. So we manually activated it using this: oo-admin-ctl-cartridge -c activate -n ruby-2.0 That appears to have resolved the issue. [dakini@nibbana ~]$ rhc cartridges | grep ruby ruby-1.8 Ruby 1.8 web ruby-1.9 Ruby 1.9 web ruby-2.0 Ruby 2.0 web
Test on STG(devenv-stage_946) Issue have been fixed. root@openshift-ubuntu:~/test# rhc cartridge list | grep ruby ruby-1.8 Ruby 1.8 web ruby-1.9 Ruby 1.9 web ruby-2.0 Ruby 2.0 web Move bug to verified. Thanks.