control: No longer append action groups to event groups
Prior to this change, groups configured on any event action would get
appended to the configured event groups resulting in the set of groups
that would trigger the event action. Instead, event groups are used to
trigger event actions(and used within the actions) if-and-only-if there
are no groups configured on the event actions. When groups are
configured on an event action, only those groups are used within the
event action and the event groups are what's used to trigger the
actions.
So now, an event may be configured to be triggered by a set of groups
separately from which groups are used within the actions. To have the
event groups that trigger the event also included in the processing of
its actions, the same group can be listed along with additional groups
directly on the action within the event. Of course, if the event groups
that trigger the event are also what should be used in the event
actions, then no groups should be given on the actions.
Change-Id: I857e1ec0996999d990ce370ede3d4e51b1f56314
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
1 file changed