We removed a cartridge and this has destabilized our OpenShift installation.
I can create apps with several of the carts, but all of our tomcat carts are basically dead. When I run the below, I get 422:
curl -sL -w "%{http_code}\\n" -k -X POST https://localhost/broker/rest/domains/domain/applications --user "u:p" --data "name=abc&cartridge=testtomcat-1.0&scale=true&gear_profile=small"
I have cleared cache, restarted everything (tc, watchman, openshift*, everything). What else can I try?