IBM / ansible-role-infosvr

Ansible role for automating the deployment of IBM InfoSphere Information Server
Apache License 2.0
15 stars 12 forks source link

Check change tracking and handlers #4

Closed cmgrote closed 6 years ago

cmgrote commented 6 years ago

In certain basic situations (eg. --tags=update when there are no new patches to install), a change is noted against the domain tier but not the engine tier -- this ultimately results in a partial restart of the server, as the domain tier's handlers are executed but not the engine tier's...

Either ensure all tiers restart (in correct order), or avoid domain tier having a change marked against it when nothing has actually changed.

cmgrote commented 6 years ago

Looks like the culprit is tasks/update-jdk.yml -- not correctly identifying when the shutdown / startup needs to actually run (complex when condition)...