Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point feature modules for Pluribus networks netvisor #48641

Closed
wants to merge 1 commit into from
Closed

Point feature modules for Pluribus networks netvisor #48641

wants to merge 1 commit into from

Conversation

rajaspachipulusu17
Copy link
Contributor

SUMMARY

Point features for Pluribus Networks Netvisor switches.

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME
  • pn_access_list_ip
  • pn_access_list
  • pn_admin_service
  • pn_admin_session_timeout
  • pn_admin_syslog
  • pn_connection_stats_settings
  • pn_cpu_class
  • pn_dhcp_filter
  • pn_dscp_map_pri_map
  • pn_dscp_map
  • pn_igmp_snooping
  • pn_port_config
  • pn_port_cos_bw
  • pn_port_cos_rate_setting
  • pn_role
  • pn_snmp_community
  • pn_snmp_trap_sink
  • pn_snmp_user
  • pn_snmp_vacm
  • pn_stp_port
  • pn_stp
  • pn_switch_setup
  • pn_user
  • pn_vflow_table_profile
  • pn_vrouter_pim_config

####ANSIBLE VERSION

  config file = None
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python2.7/dist-packages/ansible
  executable location = /usr/local/bin/ansible
  python version = 2.7.12 (default, Dec  4 2017, 14:50:18) [GCC 5.4.0 20160609]

@ansibot
Copy link
Contributor

ansibot commented Nov 14, 2018

Hi @rajaspachipulusu17, thank you for submitting this pull-request!

click here for bot help

@ansibot
Copy link
Contributor

ansibot commented Nov 14, 2018

The test ansible-test sanity --test pylint [explain] failed with 2 errors:

lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:188:4: undefined-variable Undefined variable 'check_cli'
lib/ansible/modules/network/netvisor/pn_snmp_user.py:271:0: trailing-newlines Trailing newlines

The test ansible-test sanity --test ansible-doc --python 2.6 [explain] failed with 1 error:

lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: missing documentation (or could not parse documentation): sequence item 0: expected string, AnsibleMapping found

The test ansible-test sanity --test ansible-doc --python 2.7 [explain] failed with 1 error:

lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: missing documentation (or could not parse documentation): sequence item 0: expected string, AnsibleMapping found

The test ansible-test sanity --test ansible-doc --python 3.5 [explain] failed with 1 error:

lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: missing documentation (or could not parse documentation): sequence item 0: expected str instance, AnsibleMapping found

The test ansible-test sanity --test ansible-doc --python 3.6 [explain] failed with 1 error:

lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: missing documentation (or could not parse documentation): sequence item 0: expected str instance, AnsibleMapping found

The test ansible-test sanity --test ansible-doc --python 3.7 [explain] failed with 1 error:

lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: missing documentation (or could not parse documentation): sequence item 0: expected str instance, AnsibleMapping found

The test ansible-test sanity --test docs-build [explain] failed with the error:

Command "/usr/bin/python test/sanity/code-smell/docs-build.py" returned exit status 1.
>>> Standard Error
Command 'make singlehtmldocs' failed with status code: 2
--> Standard Output
cat _themes/srtd/static/css/theme.css | sed -e 's/^[ 	]*//g; s/[ 	]*$//g; s/\([:{;,]\) /\1/g; s/ {/{/g; s/\/\*.*\*\///g; /^$/d' | sed -e :a -e '$!N; s/\n\(.\)/\1/; ta' > _themes/srtd/static/css/theme.min.css
PYTHONPATH=../../lib ../bin/dump_config.py --template-file=../templates/config.rst.j2 --output-dir=rst/reference_appendices/ -d ../../lib/ansible/config/base.yml
mkdir -p rst/cli
PYTHONPATH=../../lib ../bin/generate_man.py --template-file=../templates/cli_rst.j2 --output-dir=rst/cli/ --output-format rst ../../lib/ansible/cli/*.py
PYTHONPATH=../../lib ../bin/dump_keywords.py --template-dir=../templates --output-dir=rst/reference_appendices/ -d ./keyword_desc.yml
PYTHONPATH=../../lib ../bin/plugin_formatter.py -t rst --template-dir=../templates --module-dir=../../lib/ansible/modules -o rst/modules/ 
Makefile:93: recipe for target 'modules' failed
--> Standard Error
Traceback (most recent call last):
  File "../bin/plugin_formatter.py", line 720, in <module>
    main()
  File "../bin/plugin_formatter.py", line 678, in main
    plugin_info, categories = get_plugin_info(options.module_dir, limit_to=options.limit_to, verbose=(options.verbosity > 0))
  File "../bin/plugin_formatter.py", line 269, in get_plugin_info
    doc, examples, returndocs, metadata = plugin_docs.get_docstring(module_path, fragment_loader, verbose=verbose)
  File "/root/ansible/lib/ansible/utils/plugin_docs.py", line 99, in get_docstring
    data = read_docstring(filename, verbose=verbose, ignore_errors=ignore_errors)
  File "/root/ansible/lib/ansible/parsing/plugin_docs.py", line 62, in read_docstring
    data[varkey] = AnsibleLoader(child.value.s, file_name=filename).get_single_data()
  File "/usr/local/lib/python3.6/dist-packages/yaml/constructor.py", line 35, in get_single_data
    node = self.get_single_node()
  File "/usr/local/lib/python3.6/dist-packages/yaml/composer.py", line 36, in get_single_node
    document = self.compose_document()
  File "/usr/local/lib/python3.6/dist-packages/yaml/composer.py", line 55, in compose_document
    node = self.compose_node(None, None)
  File "/usr/local/lib/python3.6/dist-packages/yaml/composer.py", line 84, in compose_node
    node = self.compose_mapping_node(anchor)
  File "/usr/local/lib/python3.6/dist-packages/yaml/composer.py", line 133, in compose_mapping_node
    item_value = self.compose_node(node, item_key)
  File "/usr/local/lib/python3.6/dist-packages/yaml/composer.py", line 84, in compose_node
    node = self.compose_mapping_node(anchor)
  File "/usr/local/lib/python3.6/dist-packages/yaml/composer.py", line 133, in compose_mapping_node
    item_value = self.compose_node(node, item_key)
  File "/usr/local/lib/python3.6/dist-packages/yaml/composer.py", line 84, in compose_node
    node = self.compose_mapping_node(anchor)
  File "/usr/local/lib/python3.6/dist-packages/yaml/composer.py", line 133, in compose_mapping_node
    item_value = self.compose_node(node, item_key)
  File "/usr/local/lib/python3.6/dist-packages/yaml/composer.py", line 82, in compose_node
    node = self.compose_sequence_node(anchor)
  File "/usr/local/lib/python3.6/dist-packages/yaml/composer.py", line 110, in compose_sequence_node
    while not self.check_event(SequenceEndEvent):
  File "/usr/local/lib/python3.6/dist-packages/yaml/parser.py", line 98, in check_event
    self.current_event = self.state()
  File "/usr/local/lib/python3.6/dist-packages/yaml/parser.py", line 382, in parse_block_sequence_entry
    if self.check_token(BlockEntryToken):
  File "/usr/local/lib/python3.6/dist-packages/yaml/scanner.py", line 115, in check_token
    while self.need_more_tokens():
  File "/usr/local/lib/python3.6/dist-packages/yaml/scanner.py", line 149, in need_more_tokens
    self.stale_possible_simple_keys()
  File "/usr/local/lib/python3.6/dist-packages/yaml/scanner.py", line 289, in stale_possible_simple_keys
    "could not find expected ':'", self.get_mark())
yaml.scanner.ScannerError: while scanning a simple key
  in "<unicode string>", line 19, column 7:
          'absent' to remove access-list-ip.
          ^
could not find expected ':'
  in "<unicode string>", line 20, column 5:
        required: True
        ^
make: *** [modules] Error 1

The test ansible-test sanity --test import --python 2.6 [explain] failed with 25 errors:

lib/ansible/modules/network/netvisor/pn_access_list.py:98:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:91:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_admin_service.py:146:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_admin_session_timeout.py:93:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:122:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_connection_stats_settings.py:161:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_cpu_class.py:111:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:99:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_dscp_map.py:90:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_dscp_map_pri_map.py:97:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_igmp_snooping.py:133:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_port_config.py:217:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_port_cos_bw.py:105:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_port_cos_rate_setting.py:131:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_role.py:123:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_snmp_community.py:101:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:103:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_snmp_user.py:120:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:111:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_stp.py:119:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_stp_port.py:119:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_switch_setup.py:236:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_user.py:110:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_vflow_table_profile.py:95:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_vrouter_pim_config.py:94:0: ImportError: No module named pn_nvos

The test ansible-test sanity --test import --python 2.7 [explain] failed with 25 errors:

lib/ansible/modules/network/netvisor/pn_access_list.py:98:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:91:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_admin_service.py:146:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_admin_session_timeout.py:93:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:122:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_connection_stats_settings.py:161:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_cpu_class.py:111:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:99:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_dscp_map.py:90:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_dscp_map_pri_map.py:97:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_igmp_snooping.py:133:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_port_config.py:217:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_port_cos_bw.py:105:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_port_cos_rate_setting.py:131:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_role.py:123:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_snmp_community.py:101:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:103:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_snmp_user.py:120:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:111:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_stp.py:119:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_stp_port.py:119:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_switch_setup.py:236:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_user.py:110:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_vflow_table_profile.py:95:0: ImportError: No module named pn_nvos
lib/ansible/modules/network/netvisor/pn_vrouter_pim_config.py:94:0: ImportError: No module named pn_nvos

The test ansible-test sanity --test import --python 3.5 [explain] failed with 25 errors:

lib/ansible/modules/network/netvisor/pn_access_list.py:98:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:91:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_admin_service.py:146:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_admin_session_timeout.py:93:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:122:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_connection_stats_settings.py:161:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_cpu_class.py:111:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:99:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_dscp_map.py:90:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_dscp_map_pri_map.py:97:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_igmp_snooping.py:133:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_port_config.py:217:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_port_cos_bw.py:105:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_port_cos_rate_setting.py:131:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_role.py:123:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_community.py:101:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:103:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_user.py:120:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:111:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_stp.py:119:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_stp_port.py:119:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_switch_setup.py:236:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_user.py:110:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_vflow_table_profile.py:95:0: ImportError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_vrouter_pim_config.py:94:0: ImportError: No module named 'ansible.module_utils.pn_nvos'

The test ansible-test sanity --test import --python 3.6 [explain] failed with 25 errors:

lib/ansible/modules/network/netvisor/pn_access_list.py:98:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:91:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_admin_service.py:146:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_admin_session_timeout.py:93:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:122:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_connection_stats_settings.py:161:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_cpu_class.py:111:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:99:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_dscp_map.py:90:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_dscp_map_pri_map.py:97:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_igmp_snooping.py:133:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_port_config.py:217:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_port_cos_bw.py:105:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_port_cos_rate_setting.py:131:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_role.py:123:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_community.py:101:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:103:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_user.py:120:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:111:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_stp.py:119:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_stp_port.py:119:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_switch_setup.py:236:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_user.py:110:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_vflow_table_profile.py:95:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_vrouter_pim_config.py:94:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'

The test ansible-test sanity --test import --python 3.7 [explain] failed with 25 errors:

lib/ansible/modules/network/netvisor/pn_access_list.py:98:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:91:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_admin_service.py:146:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_admin_session_timeout.py:93:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:122:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_connection_stats_settings.py:161:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_cpu_class.py:111:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:99:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_dscp_map.py:90:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_dscp_map_pri_map.py:97:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_igmp_snooping.py:133:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_port_config.py:217:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_port_cos_bw.py:105:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_port_cos_rate_setting.py:131:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_role.py:123:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_community.py:101:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:103:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_user.py:120:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:111:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_stp.py:119:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_stp_port.py:119:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_switch_setup.py:236:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_user.py:110:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_vflow_table_profile.py:95:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'
lib/ansible/modules/network/netvisor/pn_vrouter_pim_config.py:94:0: ModuleNotFoundError: No module named 'ansible.module_utils.pn_nvos'

The test ansible-test sanity --test pep8 [explain] failed with 17 errors:

lib/ansible/modules/network/netvisor/pn_access_list.py:185:13: E123 closing bracket does not match indentation of opening bracket's line
lib/ansible/modules/network/netvisor/pn_access_list.py:213:22: E126 continuation line over-indented for hanging indent
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:177:13: E123 closing bracket does not match indentation of opening bracket's line
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:206:22: E126 continuation line over-indented for hanging indent
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:257:18: E126 continuation line over-indented for hanging indent
lib/ansible/modules/network/netvisor/pn_cpu_class.py:240:18: E126 continuation line over-indented for hanging indent
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:220:18: E126 continuation line over-indented for hanging indent
lib/ansible/modules/network/netvisor/pn_dscp_map.py:203:22: E126 continuation line over-indented for hanging indent
lib/ansible/modules/network/netvisor/pn_role.py:220:13: E123 closing bracket does not match indentation of opening bracket's line
lib/ansible/modules/network/netvisor/pn_role.py:221:9: E123 closing bracket does not match indentation of opening bracket's line
lib/ansible/modules/network/netvisor/pn_role.py:265:18: E126 continuation line over-indented for hanging indent
lib/ansible/modules/network/netvisor/pn_snmp_user.py:251:18: E126 continuation line over-indented for hanging indent
lib/ansible/modules/network/netvisor/pn_snmp_user.py:271:1: W391 blank line at end of file
lib/ansible/modules/network/netvisor/pn_user.py:203:13: E123 closing bracket does not match indentation of opening bracket's line
lib/ansible/modules/network/netvisor/pn_user.py:204:9: E123 closing bracket does not match indentation of opening bracket's line
lib/ansible/modules/network/netvisor/pn_user.py:220:5: E303 too many blank lines (2)
lib/ansible/modules/network/netvisor/pn_user.py:240:18: E126 continuation line over-indented for hanging indent

The test ansible-test sanity --test shebang [explain] failed with 1 error:

lib/ansible/module_utils/network/netvisor/pn_nvos.py:0:0: should not have a shebang

The test ansible-test sanity --test validate-modules [explain] failed with 161 errors:

lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(create)': 'create an access list'}
lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: E305 DOCUMENTATION.description.1: expected str @ data['description'][1]. Got {'C(delete)': 'delete an access list'}
lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_access_list.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_access_list_ip.py:43:5: E302 DOCUMENTATION is not valid YAML
lib/ansible/modules/network/netvisor/pn_admin_service.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_admin_service.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'modify services on the server-switch'}
lib/ansible/modules/network/netvisor/pn_admin_service.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_admin_service.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_admin_service.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_admin_service.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_admin_session_timeout.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_admin_session_timeout.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'Modify login session timeout'}
lib/ansible/modules/network/netvisor/pn_admin_session_timeout.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_admin_session_timeout.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_admin_session_timeout.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_admin_session_timeout.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(create)': 'create the scope and other parameters of syslog event collection'}
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:0:0: E305 DOCUMENTATION.description.1: expected str @ data['description'][1]. Got {'C(modify)': 'modify parameters of syslog event collection'}
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:0:0: E305 DOCUMENTATION.description.2: expected str @ data['description'][2]. Got {'C(delete)': 'delete the scope and other parameters of syslog event collection'}
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_admin_syslog.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_connection_stats_settings.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_connection_stats_settings.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'modify the settings for collecting statistical data about connections'}
lib/ansible/modules/network/netvisor/pn_connection_stats_settings.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_connection_stats_settings.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_connection_stats_settings.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_connection_stats_settings.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_cpu_class.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_cpu_class.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(create)': 'Add CPU class'}
lib/ansible/modules/network/netvisor/pn_cpu_class.py:0:0: E305 DOCUMENTATION.description.1: expected str @ data['description'][1]. Got {'C(modify)': 'modify CPU class information'}
lib/ansible/modules/network/netvisor/pn_cpu_class.py:0:0: E305 DOCUMENTATION.description.2: expected str @ data['description'][2]. Got {'C(delete)': 'delete a CPU class'}
lib/ansible/modules/network/netvisor/pn_cpu_class.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_cpu_class.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_cpu_class.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_cpu_class.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(create)': 'creates a new DHCP filter config'}
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:0:0: E305 DOCUMENTATION.description.1: expected str @ data['description'][1]. Got {'C(modify)': 'modify a DHCP filter config'}
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:0:0: E305 DOCUMENTATION.description.2: expected str @ data['description'][2]. Got {'C(delete)': 'deletes a DHCP filter config'}
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_dhcp_filter.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_dscp_map.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_dscp_map.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(create)': 'Create a DSCP priority mapping table'}
lib/ansible/modules/network/netvisor/pn_dscp_map.py:0:0: E305 DOCUMENTATION.description.1: expected str @ data['description'][1]. Got {'C(delete)': 'Delete a DSCP priority mapping table'}
lib/ansible/modules/network/netvisor/pn_dscp_map.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_dscp_map.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_dscp_map.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_dscp_map.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_dscp_map_pri_map.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_dscp_map_pri_map.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'Update priority mappings in tables'}
lib/ansible/modules/network/netvisor/pn_dscp_map_pri_map.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_dscp_map_pri_map.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_dscp_map_pri_map.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_dscp_map_pri_map.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_igmp_snooping.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_igmp_snooping.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'modify Internet Group Management Protocol (IGMP) snooping'}
lib/ansible/modules/network/netvisor/pn_igmp_snooping.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_igmp_snooping.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_igmp_snooping.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_igmp_snooping.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_port_config.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'modify a port configuration'}
lib/ansible/modules/network/netvisor/pn_port_config.py:0:0: E305 DOCUMENTATION.version: extra keys not allowed @ data['version']. Got 2.7
lib/ansible/modules/network/netvisor/pn_port_config.py:0:0: E305 DOCUMENTATION.version_added: required key not provided @ data['version_added']. Got None
lib/ansible/modules/network/netvisor/pn_port_config.py:0:0: E307 version_added should be 2.8. Currently 0.0
lib/ansible/modules/network/netvisor/pn_port_config.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_port_config.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_port_config.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_port_cos_bw.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_port_cos_bw.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'Update b/w settings for CoS queues'}
lib/ansible/modules/network/netvisor/pn_port_cos_bw.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_port_cos_bw.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_port_cos_bw.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_port_cos_bw.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_port_cos_rate_setting.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_port_cos_rate_setting.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'update the port cos rate limit'}
lib/ansible/modules/network/netvisor/pn_port_cos_rate_setting.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_port_cos_rate_setting.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_port_cos_rate_setting.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_port_cos_rate_setting.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_role.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(create)': 'create user roles'}
lib/ansible/modules/network/netvisor/pn_role.py:0:0: E305 DOCUMENTATION.description.1: expected str @ data['description'][1]. Got {'C(delete)': 'delete user roles'}
lib/ansible/modules/network/netvisor/pn_role.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_role.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_role.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_role.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_snmp_community.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(create)': 'create SNMP communities for SNMPv1'}
lib/ansible/modules/network/netvisor/pn_snmp_community.py:0:0: E305 DOCUMENTATION.description.1: expected str @ data['description'][1]. Got {'C(modify)': 'modify SNMP communities for SNMPv1'}
lib/ansible/modules/network/netvisor/pn_snmp_community.py:0:0: E305 DOCUMENTATION.description.2: expected str @ data['description'][2]. Got {'C(delete)': 'delete SNMP communities for SNMPv1'}
lib/ansible/modules/network/netvisor/pn_snmp_community.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_snmp_community.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_snmp_community.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_snmp_community.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(create)': 'create a SNMP trap sink'}
lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:0:0: E305 DOCUMENTATION.description.1: expected str @ data['description'][1]. Got {'C(delete)': 'delete a SNMP trap sink'}
lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_snmp_trap_sink.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_snmp_user.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(create)': 'create SNMPv3 users'}
lib/ansible/modules/network/netvisor/pn_snmp_user.py:0:0: E305 DOCUMENTATION.description.1: expected str @ data['description'][1]. Got {'C(modify)': 'modify SNMPv3 users'}
lib/ansible/modules/network/netvisor/pn_snmp_user.py:0:0: E305 DOCUMENTATION.description.2: expected str @ data['description'][2]. Got {'C(delete)': 'delete SNMPv3 users'}
lib/ansible/modules/network/netvisor/pn_snmp_user.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_snmp_user.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_snmp_user.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_snmp_user.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_snmp_user.py:270:0: E109 Next to last line should be: if __name__ == "__main__":
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(create)': 'create View Access Control Models (VACM)'}
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:0:0: E305 DOCUMENTATION.description.1: expected str @ data['description'][1]. Got {'C(modify)': 'modify View Access Control Models (VACM)'}
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:0:0: E305 DOCUMENTATION.description.2: expected str @ data['description'][2]. Got {'C(delete)': 'delete View Access Control Models (VACM)'}
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_snmp_vacm.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_stp.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'modify Spanning Tree Protocol parameters'}
lib/ansible/modules/network/netvisor/pn_stp.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_stp.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_stp.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_stp.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_stp_port.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'modify Spanning Tree Protocol (STP) parameters'}
lib/ansible/modules/network/netvisor/pn_stp_port.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_stp_port.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_stp_port.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_stp_port.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_switch_setup.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_switch_setup.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'modify switch setup'}
lib/ansible/modules/network/netvisor/pn_switch_setup.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_switch_setup.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_switch_setup.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_switch_setup.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_user.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(create)': 'create a user and apply a role'}
lib/ansible/modules/network/netvisor/pn_user.py:0:0: E305 DOCUMENTATION.description.1: expected str @ data['description'][1]. Got {'C(modify)': 'update a user'}
lib/ansible/modules/network/netvisor/pn_user.py:0:0: E305 DOCUMENTATION.description.2: expected str @ data['description'][2]. Got {'C(delete)': 'delete a user'}
lib/ansible/modules/network/netvisor/pn_user.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_user.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_user.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_user.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_vflow_table_profile.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_vflow_table_profile.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'modify a vFlow table profile'}
lib/ansible/modules/network/netvisor/pn_vflow_table_profile.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_vflow_table_profile.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_vflow_table_profile.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_vflow_table_profile.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''
lib/ansible/modules/network/netvisor/pn_vrouter_pim_config.py:0:0: E105 GPLv3 license header not found in the first 20 lines of the module
lib/ansible/modules/network/netvisor/pn_vrouter_pim_config.py:0:0: E305 DOCUMENTATION.description.0: expected str @ data['description'][0]. Got {'C(modify)': 'modify pim parameters'}
lib/ansible/modules/network/netvisor/pn_vrouter_pim_config.py:0:0: E307 version_added should be 2.8. Currently 2.7
lib/ansible/modules/network/netvisor/pn_vrouter_pim_config.py:0:0: E319 RETURN.command.returned: required key not provided @ data['command']['returned']. Got None
lib/ansible/modules/network/netvisor/pn_vrouter_pim_config.py:0:0: E319 RETURN.command.type: required key not provided @ data['command']['type']. Got None
lib/ansible/modules/network/netvisor/pn_vrouter_pim_config.py:0:0: E321 Exception attempting to import module for argument_spec introspection, 'No module named 'ansible.module_utils.pn_nvos''

The test ansible-test sanity --test yamllint [explain] failed with 1 error:

lib/ansible/modules/network/netvisor/pn_access_list_ip.py:43:5: error DOCUMENTATION: syntax error: could not find expected ':'

click here for bot help

@ansibot
Copy link
Contributor

ansibot commented Nov 14, 2018

@ansibot
Copy link
Contributor

ansibot commented Nov 14, 2018

@rajaspachipulusu17 this PR contains more than one new module.

Please submit only one new module per pull request. For a detailed explanation, please read the grouped modules documentation

click here for bot help

@ansibot
Copy link
Contributor

ansibot commented Nov 14, 2018

@rajaspachipulusu17, just so you are aware we have a dedicated Working Group for network.
You can find other people interested in this in #ansible-network on Freenode IRC
For more information about communities, meetings and agendas see https://github.com/ansible/community

click here for bot help

@ansibot ansibot added affects_2.8 This issue/PR affects Ansible v2.8 module This issue/PR relates to a module. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. needs_triage Needs a first human triage before being processed. networking Network category new_contributor This PR is the first contribution by a new community member. new_module This PR includes a new module. new_plugin This PR includes a new plugin. support:community This issue/PR relates to code supported by the Ansible community. labels Nov 14, 2018
@rajaspachipulusu17
Copy link
Contributor Author

Will send only one file per PR

@rajaspachipulusu17 rajaspachipulusu17 deleted the devel-ztp branch November 14, 2018 07:22
@bcoca bcoca removed needs_triage Needs a first human triage before being processed. labels Nov 19, 2018
@ansible ansible locked and limited conversation to collaborators Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 module This issue/PR relates to a module. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. networking Network category new_contributor This PR is the first contribution by a new community member. new_module This PR includes a new module. new_plugin This PR includes a new plugin. support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants