dellemc.os10.vlt_validate (1.2.4) — module

Validate the vlt info, raise an error if peer is not in up state

Authors: Senthil Kumar Ganesan (@skg-net)

Install collection

Install with ansible-galaxy collection install dellemc.os10:==1.2.4


Add to requirements.yml

  collections:
    - name: dellemc.os10
      version: 1.2.4

Description

Troubleshoot the show vlt info and raise an error if peer is not up.

Inputs

    
show_vlt:
    description:
    - show vlt output
    elements: dict
    required: true
    type: list

intended_vlt_pairs:
    description:
    - intended vlt pair intput to verify with actual
    elements: dict
    required: true
    type: list

show_system_network_summary:
    description:
    - show system summary output
    elements: dict
    required: true
    type: list