Hide Forgot
Description of problem: When I'm onboarding my app, and need to create an action_hook, the README.md points me to: https://github.com/openshift/origin-server/blob/master/node/README.writing_applications.md#action-hooks Then I have to click again to: http://openshift.github.io/documentation/oo_user_guide.html Then search the user guide for action hook details. Please use this link: http://openshift.github.io/documentation/oo_user_guide.html#action-hooks
This should already be fixed on devenv. Existing apps don't get the update, but I'm not convinced that we'd need a migration for them. ======================================== $ bx bin/rhc app create node nodejs-0.10 Application Options ------------------- Domain: fooooooooooo Cartridges: nodejs-0.10 Gear Size: default Scaling: no Creating application 'node' ... done ⋮ ⋮ $ cat node/.openshift/action_hooks/README.md For information about action hooks supported by OpenShift, consult the documentation: https://github.com/openshift/origin-server/tree/master/node/README.writing_applications.md#action-hooks
I also checked other default cartridges, and none of them refers to README.writing_applications.md.
The correct link should be http://openshift.github.io/documentation/oo_user_guide.html#the-openshift-directory
https://github.com/openshift/origin-server/pull/4008
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/fad3191f8b59ec0fe452fef0701caf9a00e7fc26 Bug 1021042 Fix default app README to point to the correct action hooks documentation URL.
Checked on devenv_3959, all the cartridges readme file for action_hooks is pointing to the correct url expect zend-5.6. Will zend cartridge be fixed as well? root@openshift-ubuntu:~/openshiftest/perl1/.openshift/action_hooks# cat README.md For information about action hooks supported by OpenShift, consult the documentation: http://openshift.github.io/documentation/oo_user_guide.html#the-openshift-directory root@openshift-ubuntu:~/openshiftest/zend/.openshift/action_hooks# cat README For information about which action hooks are supported, consult the OpenShift documentation: https://github.com/openshift/origin-server/blob/master/node/README.writing_applications.md
https://github.com/openshift/li/pull/2053
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/0da4a8d81ef987251cf809c2f575878a70abf551 Bug 1021042 Fix default app README to point to the correct action hooks documentation URL.
[root@localhost action_hooks]# cat README For information about which action hooks are supported, consult the OpenShift documentation: http://openshift.github.io/documentation/oo_user_guide.html#the-openshift-directory Issue fixed for zend cartridge. Move bug to verified.