dellemc.os10.wiring_validate (1.2.4) — module

Validate the wiring based on the planned wiring details

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

Get the wiring info using lldp output and show system network summary.

Inputs

    
planned_neighbors:
    description:
    - planned neighbours input from group_var to compare actual
    elements: dict
    required: true
    type: list

show_lldp_neighbors_list:
    description:
    - show lldp neighbor output
    elements: dict
    required: true
    type: list

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