# File lib/openshift-origin-msg-broker-mcollective/lib/openshift/mcollective_application_container_proxy.rb, line 407 def status(app, gear, cart) if framework_carts.include?(cart) run_cartridge_command(cart, app, gear, "status") elsif embedded_carts.include? cart component_status(app, gear, cart) else ResultIO.new end end