continuous-enterprise-development
continuous-enterprise-development copied to clipboard
Fix "restart" of GeekSeek on OpenShift
The GeekSeek app on OpenShift requires a series of system properties to be set, passed into the launch of the EAP process. We have a correctly-working action hook for "pre_start" which handles this; unfortunately this script is not called on restart. The current "pre_restart" hook sources the file containing the env var definitions too soon, and they're not picked up. Investigate and fix.
Workaround: stop then start.
You opened a OpenShift issue on this?
https://bugzilla.redhat.com/show_bug.cgi?id=999232