Targeting to dynamic clusters seems to still be WIP but even if you currently try to do so, it bails out early and crashes on a call to add() in wlsdeploy/tool/util/target_helper.py.
It seems the target is supposed to be added to 'cluster_members' on line 360
|
cluster_members.add(target_name) |
but a call to 'add' is used instead of 'append', resulting in an AttributeError.