Created attachment 586405 [details] Broker log Description of problem: After creating an application based on an application template, the new applications do not work. For example in a Rails application, it complains about not being able to find the rake gem. This is probably caused by the .openshift/action_hooks not being executed. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Deploy application based on template 2. Navigate to application URL 3. Actual results: Passenger error about not being able to find rake (Similar errors for other templates) Expected results: Application should work Additional info: Attached are logs from the broker (for when the application is created) and from the application itself.
Created attachment 586406 [details] Application log
Created attachment 586407 [details] Broker log
Confirmed that by pushing to the repo, the action_hooks are triggered and the application will function properly. This was testing on a Rails app.
https://github.com/openshift/crankcase/pull/70
verified on devenv_1809 Steps: 1.create template by yaml file: Vendor: unknown Requires: - php-5.3 Architecture: noarch Description: License: unknown Subscribes: doc-root: Required: false Type: FILESYSTEM:doc-root Version: 0.0 2.then create app by this template 3.access app, show content "Error establishing a database connection"