-
1. Re: how to multi-step job with failures, event-driven?
jayshaughnessy Feb 2, 2015 9:40 AM (in response to kucerarichard)I think everything you propose is true. You can use Log events and/or Drift detection in conjunction with Alerting to basically execute some some of business process. I'm not 100% sure it won't get out of hand because no where (jn RHQ) is the overall process defined or viewable. And it may be difficult to audit the executing path in a way that you find useful. You can certainly give it a try, though. It could work for you if the process is not too complex. An alternative that comes to mind is maybe using some sort of business process mechanism, or something rules based, like Overlord/Drools.
-
2. Re: how to multi-step job with failures, event-driven?
kucerarichard Feb 5, 2015 4:20 PM (in response to jayshaughnessy)Thanks I'll give it a try!
Large parts of web infrastructure is currently unmanaged, like a manual Goldberg machine. For example I just got done with a set of bundles to match a handful of system mgmt use cases for a multi-instance multi-core Solr infrastructure (these bundles all turned out to be fileTemplateBundles, despite them being considered simplistic). At least with RHQ I'll have an automated Goldberg machine
RHQ should add some system mgmt, and I'll talk to the Mule ESB guys about definition/overview...we've already got that.
-
3. Re: how to multi-step job with failures, event-driven?
kucerarichard Aug 12, 2015 10:32 PM (in response to kucerarichard)Currently I am comparing RHQ to Salt Orchestration for this. I think Salt has fairly steep learning curve and if I don't use it every day it seems rather opaque, even though I've had the week training, which is perhaps why SaltStack is introducing a graphical web console in the enterprise edition
Leaning towards RHQ...
-
4. Re: how to multi-step job with failures, event-driven?
kucerarichard Aug 27, 2015 10:50 AM (in response to kucerarichard)Just following up on myself...
In RHQ/JON, Multi-step orchestration across platforms/resources (ScriptServers) can be simply chained through the alert system. No need to set up event monitoring for this purpose (that approach could still solve some other problems though, very long awaited for events/completions).
You can, on success of a step, alert through email that the next step is going to begin and also execute that next step on a related resource.
You can also alert on fail of a step rather simply.
This versus Salt Orchestration-- I think I would have to set up email alerting and code it somehow(not built in), it's not clear if a step were to just fail I would have to go into the command line and query the job history to find out where it failed and what was going on etc. Dunno have to review salt for that answer but it seems likely to not be implemented. In the end you still just have a pile of code vs a model of the system in RHQ.
Regards RHQ community,
Rich