community.general/lib/ansible/modules/network/nxos
Chris Van Heuveln cfe4477c10 nxos_vxlan_vtep: Add dependency checks (#53288)
* nxos_vxlan_vtep: Add dependency checks

Some of the N9k-specific attrs are failing due to hardware/feature/resources.

 * `global_suppress_arp`
   - dependency on TCAM resources

 * `global_mcast_group_L3`
   - hardware dependency on specific chassis/linecards
   - feature dependency on `ngmvpn`

 * `global_ingress_replication_bgp`
   - hardware dependency on specific chassis/linecards

Tested on N9k with/without TCAM resources, various N9k chassis, N7k, N6k. All 100% Pass.

* pylint
2019-03-08 10:33:54 +05:30
..
__init__.py
_nxos_ip_interface.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
_nxos_mtu.py
_nxos_portchannel.py
_nxos_switchport.py
nxos_aaa_server.py
nxos_aaa_server_host.py Update nxos_aaa_server_host.py (#49635) 2019-01-21 10:47:51 -05:00
nxos_acl.py
nxos_acl_interface.py
nxos_banner.py
nxos_bgp.py
nxos_bgp_af.py
nxos_bgp_neighbor.py
nxos_bgp_neighbor_af.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
nxos_command.py added timestamps to nxos_command module (#50261) 2019-01-17 10:14:31 +05:30
nxos_config.py Add more return values to *_config modules (#50702) 2019-01-28 20:49:56 +05:30
nxos_evpn_global.py
nxos_evpn_vni.py Fix pycodestyle E117 issues. 2019-02-13 23:35:39 -08:00
nxos_facts.py add license_hostid fact nxos_facts (#51588) 2019-02-01 11:11:00 +05:30
nxos_feature.py
nxos_file_copy.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_gir.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_gir_profile_management.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_hsrp.py nxos_hsrp: fix 'sh_preempt': <unknown enum:> (#52858) 2019-02-27 14:20:50 +05:30
nxos_igmp.py
nxos_igmp_interface.py Fix pycodestyle E117 issues. 2019-02-13 23:35:39 -08:00
nxos_igmp_snooping.py
nxos_install_os.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_interface.py Fix nxos modules idempotence issue (#46437) 2018-11-29 10:23:51 +05:30
nxos_interface_ospf.py
nxos_l2_interface.py
nxos_l3_interface.py
nxos_linkagg.py Fix nxos modules idempotence issue (#46437) 2018-11-29 10:23:51 +05:30
nxos_lldp.py
nxos_logging.py Module nxos logging fixes (#52883) 2019-03-06 13:55:03 -05:00
nxos_ntp.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_ntp_auth.py
nxos_ntp_options.py
nxos_nxapi.py
nxos_ospf.py
nxos_ospf_vrf.py
nxos_overlay_global.py
nxos_pim.py
nxos_pim_interface.py Sanity fixes to parameter types (#52325) 2019-02-15 16:58:58 +01:00
nxos_pim_rp_address.py
nxos_ping.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_reboot.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_rollback.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_rpm.py
nxos_smu.py
nxos_snapshot.py Assorted pylint fixes 2019-02-15 06:54:47 -08:00
nxos_snmp_community.py
nxos_snmp_contact.py
nxos_snmp_host.py
nxos_snmp_location.py
nxos_snmp_traps.py
nxos_snmp_user.py
nxos_static_route.py Fix issues related to track feature (#49454) 2018-12-04 09:57:35 +05:30
nxos_system.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
nxos_udld.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_udld_interface.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_user.py nxos_user: fails to remove usernames with embedded '\' (#53149) 2019-03-07 18:45:26 +05:30
nxos_vlan.py Removes superfluous commands nxos_vlan (#51796) 2019-02-08 11:10:45 +05:30
nxos_vpc.py Fix module issues (#52209) 2019-02-15 12:57:20 +01:00
nxos_vpc_interface.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
nxos_vrf.py Fix module issues (#52209) 2019-02-15 12:57:20 +01:00
nxos_vrf_af.py Remove deprecated options from modules (#50246) 2019-01-22 09:18:26 -05:00
nxos_vrf_interface.py
nxos_vrrp.py
nxos_vtp_domain.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_vtp_password.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_vtp_version.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
nxos_vxlan_vtep.py nxos_vxlan_vtep: Add dependency checks (#53288) 2019-03-08 10:33:54 +05:30
nxos_vxlan_vtep_vni.py