Skip to content

Server group targeting fails (add used on list instead of append) #394

@Omar007

Description

@Omar007

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


but a call to 'add' is used instead of 'append', resulting in an AttributeError.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions