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

Fix validates modules (sanity) #76

Open
wants to merge 43 commits into
base: master
Choose a base branch
from

Commits on Jul 11, 2023

  1. arubaoss(modules_utils): fix deprecation-collection-missing

    arubaoss_aaa_accounting.py:0:0: deprecation-collection-missing: AnsibleModule.argument_spec.username: If removed_in_version or removed_at_date is specified, removed_from_collection must be specified as well for dictionary value @ data['argument_spec']['username']. Got {'removed_in_version': '2.9.0'}
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1296cea View commit details
    Browse the repository at this point in the history
  2. aaa_accounting: fix validates-modules: doc-default-does-not-match-spec

    arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'cmd_accounting_method' in argument_spec defines default as ('AME_NONE') but documentation defines default as (None)
    arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'cmd_accounting_mode' in argument_spec defines default as ('AMO_NONE') but documentation defines default as (None)
    arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'ntwk_accounting_method' in argument_spec defines default as ('AME_NONE') but documentation defines default as (None)
    arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'ntwk_accounting_mode' in argument_spec defines default as ('AMO_NONE') but documentation defines default as (None)
    arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'update_interval' in argument_spec defines default as (0) but documentation defines default as (None)
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b355a88 View commit details
    Browse the repository at this point in the history
  3. aaa_accounting: fix validates-module module-invalid-version-added

    arubaoss_aaa_accounting.py:0:0: module-invalid-version-added: DOCUMENTATION: version_added ('2.4') is not a valid collection version (see specification at https://semver.org/): invalid semantic version '2.4'
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4f69aea View commit details
    Browse the repository at this point in the history
  4. aaa_accounting: fix validates-modules:parameter-type-not-in-doc

    arubaoss_aaa_accounting.py:0:0: parameter-type-not-in-doc: Argument 'cmd_accounting_mode' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_accounting.py:0:0: parameter-type-not-in-doc: Argument 'cmd_server_group' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_accounting.py:0:0: parameter-type-not-in-doc: Argument 'ntwk_accounting_method' in argument_spec defines type as 'str' but documentation doesn't define type
    /arubaoss_aaa_accounting.py:0:0: parameter-type-not-in-doc: Argument 'ntwk_accounting_mode' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_accounting.py:0:0: parameter-type-not-in-doc: Argument 'update_interval' in argument_spec defines type as 'int' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    58c3d1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be24142 View commit details
    Browse the repository at this point in the history
  6. routing: fix provider :D

    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c5ff001 View commit details
    Browse the repository at this point in the history
  7. aaa_authentification: fix sanity validates-modules

    arubaoss_aaa_authentication.py:0:0: doc-choices-do-not-match-spec: Argument 'config' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as ([])
    arubaoss_aaa_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'config' in argument_spec defines default as ('create') but documentation defines default as (None)
    arubaoss_aaa_authentication.py:0:0: doc-type-does-not-match-spec: Argument 'min_pwd_len' in argument_spec defines type as 'int' but documentation defines type as 'int <1-64>'
    arubaoss_aaa_authentication.py:0:0: invalid-documentation: DOCUMENTATION.options.min_pwd_len.type: not a valid value for dictionary value @ data['options']['min_pwd_len']['type']. Got 'int <1-64>'
    arubaoss_aaa_authentication.py:0:0: no-log-needed: Argument 'user_password' in argument_spec could be a secret, though doesn't have  set
    arubaoss_aaa_authentication.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_authentication.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_authentication.py:0:0: parameter-type-not-in-doc: Argument 'password_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_authentication.py:0:0: parameter-type-not-in-doc: Argument 'primary_method' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_authentication.py:0:0: parameter-type-not-in-doc: Argument 'secondary_method' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_authentication.py:0:0: undocumented-parameter: Argument 'config' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    616b928 View commit details
    Browse the repository at this point in the history
  8. arubaoss_aaa_authorization: fix sanity validates-modules

    arubaoss_aaa_authorization.py:0:0: doc-choices-do-not-match-spec: Argument 'is_log_enabled' in argument_spec defines choices as ([]) but documentation defines choices as ([True, False])
    arubaoss_aaa_authorization.py:0:0: doc-default-does-not-match-spec: Argument 'authorization_method' in argument_spec defines default as ('AZM_NONE') but documentation defines default as (None)
    arubaoss_aaa_authorization.py:0:0: doc-default-does-not-match-spec: Argument 'config' in argument_spec defines default as ('create') but documentation defines default as (None)
    arubaoss_aaa_authorization.py:0:0: parameter-type-not-in-doc: Argument 'authorization_method' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_authorization.py:0:0: parameter-type-not-in-doc: Argument 'cmd_permission' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_authorization.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_authorization.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_aaa_authorization.py:0:0: parameter-type-not-in-doc: Argument 'is_log_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_aaa_authorization.py:0:0: return-syntax-error: RETURN.message.returned: required key not provided @ data['message']['returned']. Got None
    arubaoss_aaa_authorization.py:0:0: return-syntax-error: RETURN.message.type: required key not provided @ data['message']['type']. Got None
    arubaoss_aaa_authorization.py:0:0: return-syntax-error: RETURN.original_message.returned: required key not provided @ data['original_message']['returned']. Got None
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e135374 View commit details
    Browse the repository at this point in the history
  9. arubaoss_acl_policy: fix sanity validates-modules

    arubaoss_acl_policy.py:0:0: doc-choices-do-not-match-spec: Argument 'acl_type' in argument_spec defines choices as (['AT_EXTENDED_IPV4', 'AT_STANDARD_IPV4', 'AT_CONNECTION_RATE_FILTER']) but documentation defines choices as (['AT_STANDARD_IPV4', 'AT_EXTENDED_IPV4', 'AT_CONNECTOIN_RATE_FILTER'])
    arubaoss_acl_policy.py:0:0: doc-default-does-not-match-spec: Argument 'acl_source_address' in argument_spec defines default as ('0.0.0.0') but documentation defines default as (None)
    arubaoss_acl_policy.py:0:0: doc-default-does-not-match-spec: Argument 'acl_source_mask' in argument_spec defines default as ('255.255.255.255') but documentation defines default as (None)
    arubaoss_acl_policy.py:0:0: parameter-list-no-elements: Argument 'match_bit' in argument_spec defines type as list but elements is not defined
    arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'acl_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'destination_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'destination_ip_mask' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'igmp_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'match_bit' in argument_spec defines type as 'list' but documentation doesn't define type
    arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'protocol_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'source_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'source_ip_mask' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_acl_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_acl_policy.py:0:0: return-syntax-error: RETURN.message.returned: required key not provided @ data['message']['returned']. Got None
    arubaoss_acl_policy.py:0:0: return-syntax-error: RETURN.message.type: required key not provided @ data['message']['type']. Got None
    arubaoss_acl_policy.py:0:0: return-syntax-error: RETURN.original_message.returned: required key not provided @ data['original_message']['returned']. Got None
    arubaoss_acl_policy.py:0:0: undocumented-parameter: Argument 'destination_ip_mask' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7033867 View commit details
    Browse the repository at this point in the history
  10. arubaoss_anycli: fix sanity validates-modules

    arubaoss_anycli.py:0:0: doc-required-mismatch: Argument 'command' in argument_spec is not required, but is documented as being required
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    85711d9 View commit details
    Browse the repository at this point in the history
  11. arubaoss_captive-portal: fix sanity validates-modules

    arubaoss_captive_portal.py:0:0: doc-default-does-not-match-spec: Argument 'enable_captive_portal' in argument_spec defines default as (True) but documentation defines default as (None)
    arubaoss_captive_portal.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('create') but documentation defines default as (None)
    arubaoss_captive_portal.py:0:0: no-log-needed: Argument 'url_hash_key' in argument_spec could be a secret, though doesn't have `no_log` set
    arubaoss_captive_portal.py:0:0: parameter-type-not-in-doc: Argument 'enable_captive_portal' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_captive_portal.py:0:0: parameter-type-not-in-doc: Argument 'profile_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_captive_portal.py:0:0: parameter-type-not-in-doc: Argument 'server_url' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_captive_portal.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_captive_portal.py:0:0: parameter-type-not-in-doc: Argument 'url_hash_key' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cb78b24 View commit details
    Browse the repository at this point in the history
  12. arubaoss_command: fix sanity validates-modules

    arubaoss_command.py:0:0: parameter-list-no-elements: Argument 'commands' in argument_spec defines type as list but elements is not defined
    arubaoss_command.py:0:0: parameter-list-no-elements: Argument 'wait_for' in argument_spec defines type as list but elements is not defined
    arubaoss_command.py:0:0: undocumented-parameter: Argument 'waitfor' is listed in the argument_spec, but not documented in the module documentatio
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d8ad91a View commit details
    Browse the repository at this point in the history
  13. arubaoss_dns: fix sanity validates-modules

    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_config_mode' in argument_spec defines default as ('DCM_MANUAL') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'version_1' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'version_2' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'version_3' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'version_4' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None)
    arubaoss_dns.py:0:0: parameter-type-not-in-doc: Argument 'dns_config_mode' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    251f1bc View commit details
    Browse the repository at this point in the history
  14. arubaoss_dot1x: fix sanity validates-modules

    arubaoss_dot1x.py:0:0: doc-choices-do-not-match-spec: Argument 'controlled_direction' in argument_spec defines choices as (['DCD_BOTH', 'DCD_IN']) but documentation defines choices as (['DCD_IN', 'DCD_OUT'])
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'allow_gvrp_vlans' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'allow_mbv' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'allow_mixed_users' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'command' in argument_spec defines default as ('dot1x_config') but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'control' in argument_spec defines default as ('DAPC_AUTO') but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'controlled_direction' in argument_spec defines default as ('DCD_BOTH') but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'enforce_cache_reauth' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'is_authenticator_enabled' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'is_dot1x_enabled' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'is_port_speed_vsa_enabled' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'logoff_period' in argument_spec defines default as (None) but documentation defines default as (300)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'max_requests' in argument_spec defines default as (None) but documentation defines default as (2)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'primary_authentication_method' in argument_spec defines default as ('DPAM_LOCAL') but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'secondary_authentication_method' in argument_spec defines default as ('DSAM_NONE') but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'server_timeout' in argument_spec defines default as (None) but documentation defines default as (300)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'supplicant_timeout' in argument_spec defines default as (None) but documentation defines default as (30)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'use_lldp_data' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'allow_gvrp_vlans' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'allow_mbv' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'allow_mixed_users' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'authorized_vlan_id' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'cached_reauth_delay' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'cached_reauth_period' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'client_limit' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'control' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'controlled_direction' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'enforce_cache_reauth' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'is_authenticator_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'is_dot1x_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'is_port_speed_vsa_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'logoff_period' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'max_requests' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'port_id' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'primary_authentication_method' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'quiet_period' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'reauth_period' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'secondary_authentication_method' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'server_group' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'server_timeout' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'supplicant_timeout' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'tx_period' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'unauth_period' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'unauthorized_vlan_id' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_dot1x.py:0:0: parameter-type-not-in-doc: Argument 'use_lldp_data' in argument_spec defines type as 'bool' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    190b19e View commit details
    Browse the repository at this point in the history
  15. arubaoss-config: fix sanity validates-modules

    arubaoss_config.py:0:0: doc-type-does-not-match-spec: Argument 'dir_path' in argument_spec found in backup_options defines type as 'path' but documentation defines type as 'str'
    arubaoss_config.py:0:0: doc-type-does-not-match-spec: Argument 'src' in argument_spec defines type as 'path' but documentation defines type as 'str'
    arubaoss_config.py:0:0: parameter-list-no-elements: Argument 'after' in argument_spec defines type as list but elements is not defined
    arubaoss_config.py:0:0: parameter-list-no-elements: Argument 'before' in argument_spec defines type as list but elements is not defined
    arubaoss_config.py:0:0: parameter-list-no-elements: Argument 'diff_ignore_lines' in argument_spec defines type as list but elements is not defined
    arubaoss_config.py:0:0: parameter-list-no-elements: Argument 'lines' in argument_spec defines type as list but elements is not defined
    arubaoss_config.py:0:0: parameter-list-no-elements: Argument 'parents' in argument_spec defines type as list but elements is not defined
    arubaoss_config.py:0:0: undocumented-parameter: Argument 'commands' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c44f24c View commit details
    Browse the repository at this point in the history
  16. arubaoss_config_bkup: Fix sanity validates-modules

    arubaoss_config_bkup.py:0:0: nonexistent-parameter-documented: Argument 'recover_mode' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'config_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'file_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'forced_reboot' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'recovery_mode' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'server_ip' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'server_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'server_passwd' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'server_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'sftp_port' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'user_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: parameter-type-not-in-doc: Argument 'wait_for_apply' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_config_bkup.py:0:0: undocumented-parameter: Argument 'recovery_mode' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    75560bb View commit details
    Browse the repository at this point in the history
  17. arubaoss_dsnoop: Fix sanity validates-modules

    arubaoss_dsnoop.py:0:0: doc-choices-do-not-match-spec: Argument 'dsnoop' in argument_spec defines choices as ([]) but documentation defines choices as ([True, False])
    arubaoss_dsnoop.py:0:0: doc-choices-do-not-match-spec: Argument 'is_dsnoop_option82_enabled' in argument_spec defines choices as ([]) but documentation defines choices as ([True, False])
    arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'dsnoop' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'is_dsnoop_option82_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'remote_id' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'server_ip' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_dsnoop.py:0:0: parameter-type-not-in-doc: Argument 'untrusted_policy' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c93ed58 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5449083 View commit details
    Browse the repository at this point in the history
  19. arubaoss_file_transfer: Fix Sanity validates-modules

    arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'action' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'boot_image' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'copy_iter' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'file_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'file_url' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_file_transfer.py:0:0: parameter-type-not-in-doc: Argument 'show_tech_option' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    729a3a3 View commit details
    Browse the repository at this point in the history
  20. arubaoss_interface: fix sanity validates-modules

    arubaoss_interface.py:0:0: doc-choices-do-not-match-spec: Argument 'acl_direction' in argument_spec defines choices as (['AD_INBOUND', 'AD_OUTBOUND', 'AD_CRF']) but documentation defines choices as ([])
    arubaoss_interface.py:0:0: doc-choices-do-not-match-spec: Argument 'acl_type' in argument_spec defines choices as (['AT_STANDARD_IPV4', 'AT_EXTENDED_IPV4', 'AT_CONNECTION_RATE_FILTER']) but documentation defines choices as ([])
    arubaoss_interface.py:0:0: doc-choices-do-not-match-spec: Argument 'qos_direction' in argument_spec defines choices as (['QPPD_INBOUND', 'QPPD_OUTBOUND']) but documentation defines choices as ([])
    arubaoss_interface.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as ([])
    arubaoss_interface.py:0:0: doc-default-does-not-match-spec: Argument 'acl_type' in argument_spec defines default as ('AT_STANDARD_IPV4') but documentation defines default as (None)
    arubaoss_interface.py:0:0: doc-default-does-not-match-spec: Argument 'qos_direction' in argument_spec defines default as ('QPPD_INBOUND') but documentation defines default as (None)
    arubaoss_interface.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('create') but documentation defines default as (None)
    arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'acl_direction' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'acl_id' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'acl_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'admin_stat' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'interface' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'qos_direction' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'qos_policy' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_interface.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_interface.py:0:0: undocumented-parameter: Argument 'acl_type' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_interface.py:0:0: undocumented-parameter: Argument 'qos_direction' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_interface.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b56fb87 View commit details
    Browse the repository at this point in the history
  21. arubaoss_ip_auth: fix sanity validates-modules

    arubaoss_ip_auth.py:0:0: doc-default-does-not-match-spec: Argument 'access_method' in argument_spec defines default as ('AM_ALL') but documentation defines default as (None)
    arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'access_method' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'access_role' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'auth_id' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'auth_ip' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'mask' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_auth.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cc88a49 View commit details
    Browse the repository at this point in the history
  22. arubaoss_facts: fix sanity validates-modules

    arubaoss_facts.py:0:0: doc-elements-mismatch: Argument 'gather_network_resources' in argument_spec specifies elements as str,but elements is not documented
    arubaoss_facts.py:0:0: doc-elements-mismatch: Argument 'gather_subset' in argument_spec specifies elements as str,but elements is not documented
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cce2e71 View commit details
    Browse the repository at this point in the history
  23. arubaoss_ip_route: fix sanity valides-modules

    arubaoss_ip_route.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as ([])
    arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'destination_vlan' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'ip_version' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as ('IAV_IPV_V4')
    arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'logging' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('create') but documentation defines default as (None)
    arubaoss_ip_route.py:0:0: doc-required-mismatch: Argument 'destination' in argument_spec is required, but is not documented as being required
    arubaoss_ip_route.py:0:0: doc-required-mismatch: Argument 'mask' in argument_spec is required, but is not documented as being required
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'bfd_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'destination' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'destination_vlan' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'distance' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'gateway' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'ip_route_mode' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'ip_version' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'logging' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'mask' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'metric' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'tag' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: parameter-type-not-in-doc: Argument 'vlan_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ip_route.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9929680 View commit details
    Browse the repository at this point in the history
  24. arubaoss_loop_protect: fix sanity validate-modules

    arubaoss_loop_protect.py:0:0: doc-default-does-not-match-spec: Argument 'loop_protected' in argument_spec defines default as (True) but documentation defines default as (None)
    arubaoss_loop_protect.py:0:0: doc-default-does-not-match-spec: Argument 'transmit_interval' in argument_spec defines default as (5) but documentation defines default as (None)
    arubaoss_loop_protect.py:0:0: doc-default-does-not-match-spec: Argument 'trap' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_loop_protect.py:0:0: nonexistent-parameter-documented: Argument 'trasmit_interval' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
    arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'interface' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'loop_protected' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'mode' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'port_disable_timer' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'receiver_action' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'transmit_interval' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'trap' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_loop_protect.py:0:0: parameter-type-not-in-doc: Argument 'vlan' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_loop_protect.py:0:0: undocumented-parameter: Argument 'loop_protected' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_loop_protect.py:0:0: undocumented-parameter: Argument 'transmit_interval' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_loop_protect.py:0:0: undocumented-parameter: Argument 'trap' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c7f23f2 View commit details
    Browse the repository at this point in the history
  25. arubaoss_mac_authentication.py: fix sanity validates-modules

    arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'command' in argument_spec defines default as ('configMacAuth') but documentation defines default as (None)
    arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'is_mac_authentication_enabled' in argument_spec defines default as (True) but documentation defines default as (None)
    arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'mac_address_limit' in argument_spec defines default as (1) but documentation defines default as (None)
    arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'reauthenticate' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'is_mac_authentication_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'mac_address_limit' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'port_id' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'reauthenticate' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_mac_authentication.py:0:0: parameter-type-not-in-doc: Argument 'unauthorized_vlan_id' in argument_spec defines type as 'int' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ee79fce View commit details
    Browse the repository at this point in the history
  26. arubaoss_ntp: fix sanity validates-modules

    arubaoss_ntp.py:0:0: doc-choices-do-not-match-spec: Argument 'authenticationMode' in argument_spec defines choices as (['md5', 'sha1']) but documentation defines choices as ([])
    arubaoss_ntp.py:0:0: doc-choices-do-not-match-spec: Argument 'config' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as (['c', 'r', 'e', 'a', 't', 'e', ',', ' ', 'd', 'e', 'l', 'e', 't', 'e'])
    arubaoss_ntp.py:0:0: doc-choices-do-not-match-spec: Argument 'timesyncType' in argument_spec defines choices as (['ntp', 'sntp', 'timep', 'timep-or-sntp']) but documentation defines choices as (['burst', 'iburst'])
    arubaoss_ntp.py:0:0: doc-choices-do-not-match-spec: Argument 'use_oobm' in argument_spec defines choices as ([]) but documentation defines choices as ([True, False])
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'association_value' in argument_spec defines default as (8) but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'authenticationMode' in argument_spec defines default as ('md5') but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'config' in argument_spec defines default as ('create') but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'include_credentials_in_response' in argument_spec defines default as ('ICS_ENABLED') but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'maxpoll_value' in argument_spec defines default as (10) but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'minpoll_value' in argument_spec defines default as (6) but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'mode' in argument_spec defines default as ('burst') but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'operate' in argument_spec defines default as ('broadcast') but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'timesyncType' in argument_spec defines default as ('timep-or-sntp') but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'trusted' in argument_spec defines default as (True) but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'use_oobm' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-required-mismatch: Argument 'trap_value' in argument_spec is not required, but is documented as being required
    arubaoss_ntp.py:0:0: doc-type-does-not-match-spec: Argument 'trap_value' in argument_spec defines type as 'list' but documentation defines type as 'list of dictionaries'
    arubaoss_ntp.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.trap_value.enable: extra keys not allowed @ data['argument_spec']['trap_value']['enable']. Got {'type': 'bool', 'required': False, 'default': False}
    arubaoss_ntp.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.trap_value.trap: extra keys not allowed @ data['argument_spec']['trap_value']['trap']. Got {'type': 'str', 'required': True, 'choices': ['ntp-Mode-Change', 'ntp-Stratum-Change', 'ntp-Peer-Change', 'ntp-New-Association', 'ntp-Remove-Association', 'ntp-Config-Change', 'ntp-LeapSec-announced', 'Ntp-alive-Heartbeat', 'all']}
    arubaoss_ntp.py:0:0: invalid-documentation: DOCUMENTATION.options.config.choices: expected list for dictionary value @ data['options']['config']['choices']. Got 'create, delete'
    arubaoss_ntp.py:0:0: invalid-documentation: DOCUMENTATION.options.trap_value.enable: extra keys not allowed @ data['options']['trap_value']['enable']. Got {'description': 'enable or disable traps', 'choices': [True, False], 'required': False}
    arubaoss_ntp.py:0:0: invalid-documentation: DOCUMENTATION.options.trap_value.trap: extra keys not allowed @ data['options']['trap_value']['trap']. Got {'description': 'Select trap variable', 'choices': ['ntp-Mode-Change', 'ntp-Stratum-Change', 'ntp-Peer-Change', 'ntp-New-Association', 'ntp-Remove-Association', 'ntp-Config-Change', 'ntp-LeapSec-announced', 'ntp-alive-Heartbeat', 'all']}
    arubaoss_ntp.py:0:0: invalid-documentation: DOCUMENTATION.options.trap_value.type: not a valid value for dictionary value @ data['options']['trap_value']['type']. Got 'list of dictionaries'
    arubaoss_ntp.py:0:0: no-log-needed: Argument 'keyId' in argument_spec could be a secret, though doesn't have  set
    arubaoss_ntp.py:0:0: no-log-needed: Argument 'keyValue' in argument_spec could be a secret, though doesn't have  set
    arubaoss_ntp.py:0:0: parameter-list-no-elements: Argument 'trap_value' in argument_spec defines type as list but elements is not defined
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'association_value' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'authenticationMode' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'include_credentials_in_response' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'keyId' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'keyValue' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'maxpoll_value' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'minpoll_value' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'mode' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'ntp_ip4addr' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'operate' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'timesyncType' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'trusted' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_ntp.py:0:0: parameter-type-not-in-doc: Argument 'use_oobm' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_ntp.py:0:0: undocumented-parameter: Argument 'authenticationMode' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_ntp.py:0:0: undocumented-parameter: Argument 'trusted' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7e4bf12 View commit details
    Browse the repository at this point in the history
  27. arubaoss_poe: fix sanity validates-modules

    arubaoss_poe.py:0:0: doc-default-does-not-match-spec: Argument 'is_poe_enabled' in argument_spec defines default as (True) but documentation defines default as (None)
    arubaoss_poe.py:0:0: doc-default-does-not-match-spec: Argument 'power_threshold_percentage' in argument_spec defines default as (1) but documentation defines default as (None)
    arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'allocated_power_in_watts' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'is_poe_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'poe_allocation_method' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'poe_priority' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'port_configured_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'port_id' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'power_threshold_percentage' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'pre_standard_detect_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_poe.py:0:0: parameter-type-not-in-doc: Argument 'slot_name' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9da2028 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    21d0c11 View commit details
    Browse the repository at this point in the history
  29. arubaoss_qos_policy: fix sanity validates-modules

    arubaoss_qos_policy.py:0:0: doc-default-does-not-match-spec: Argument 'action_value' in argument_spec defines default as (-1) but documentation defines default as (None)
    arubaoss_qos_policy.py:0:0: doc-default-does-not-match-spec: Argument 'policy_type' in argument_spec defines default as ('QPT_QOS') but documentation defines default as (None)
    arubaoss_qos_policy.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.action_value.reqquired: extra keys not allowed @ data['argument_spec']['action_value']['reqquired']. Got False
    arubaoss_qos_policy.py:0:0: invalid-documentation: DOCUMENTATION.options.action.requried: extra keys not allowed @ data['options']['action']['requried']. Got False
    arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'action' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'action_value' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'class_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'policy_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'policy_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'sequence_no' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_qos_policy.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6694c33 View commit details
    Browse the repository at this point in the history
  30. arubaoss_reboot: fix sanity validates-modules

    arubaoss_reboot.py:0:0: doc-choices-do-not-match-spec: Argument 'is_wait' in argument_spec defines choices as ([]) but documentation defines choices as ([True, False])
    arubaoss_reboot.py:0:0: doc-required-mismatch: Argument 'boot_image' in argument_spec is not required, but is documented as being required
    arubaoss_reboot.py:0:0: parameter-type-not-in-doc: Argument 'boot_image' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_reboot.py:0:0: parameter-type-not-in-doc: Argument 'is_wait' in argument_spec defines type as 'bool' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b328003 View commit details
    Browse the repository at this point in the history
  31. arubaoss_routing: fix sanity validates-modules

    arubaoss_routing.py:0:0: doc-required-mismatch: Argument 'state' in argument_spec is not required, but is documented as being required
    arubaoss_routing.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6cbba59 View commit details
    Browse the repository at this point in the history
  32. arubaoss_radius_profile: Fix sanity validates-modules

    arubaoss_radius_profile.py:0:0: doc-choices-incompatible-type: Argument 'radius_server_id' in documentation defines choices as ('1 -- 15') but this is incompatible with argument type 'int'
    arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'accounting_port' in argument_spec defines default as (1813) but documentation defines default as (None)
    arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'authentication_port' in argument_spec defines default as (1812) but documentation defines default as (None)
    arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'is_dyn_authorization_enabled' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'is_oobm' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'is_tracking_enabled' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'time_window' in argument_spec defines default as (300) but documentation defines default as (None)
    arubaoss_radius_profile.py:0:0: no-log-needed: Argument 'key' in argument_spec could be a secret, though doesn't have  set
    arubaoss_radius_profile.py:0:0: no-log-needed: Argument 'shared_secret' in argument_spec could be a secret, though doesn't have  set
    arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'accounting_port' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'authentication_port' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'is_dyn_authorization_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'is_oobm' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'is_tracking_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'radius_server_id' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'server_group_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'time_window' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'time_window_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_radius_profile.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_radius_profile.py:0:0: undocumented-parameter: Argument 'accounting_port' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_radius_profile.py:0:0: undocumented-parameter: Argument 'authentication_port' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_radius_profile.py:0:0: undocumented-parameter: Argument 'is_dyn_authorization_enabled' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_radius_profile.py:0:0: undocumented-parameter: Argument 'is_oobm' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_radius_profile.py:0:0: undocumented-parameter: Argument 'time_window' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f41510f View commit details
    Browse the repository at this point in the history
  33. arubaoss_snmp: Fix sanity validates-modules

    arubaoss_snmp.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as ([])
    arubaoss_snmp.py:0:0: doc-choices-do-not-match-spec: Argument 'version' in argument_spec defines choices as ([]) but documentation defines choices as (['IAP_IP_V4'])
    arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'inform_retries' in argument_spec defines default as (3) but documentation defines default as (None)
    arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'informs' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'restricted' in argument_spec defines default as (True) but documentation defines default as (None)
    arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('create') but documentation defines default as (None)
    arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'use_oobm' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_snmp.py:0:0: doc-default-does-not-match-spec: Argument 'version' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as ('IAP_IP_V4')
    arubaoss_snmp.py:0:0: nonexistent-parameter-documented: Argument 'inform_retires' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'access_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'community_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'contact' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'host_ip' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'inform_retries' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'inform_timeout' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'informs' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'location' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'restricted' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'trap_level' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'use_oobm' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_snmp.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp.py:0:0: undocumented-parameter: Argument 'inform_retries' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_snmp.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    dc52ed7 View commit details
    Browse the repository at this point in the history
  34. arubaoss_snmp_trap: Fix sanity validates-modules

    arubaoss_snmp_trap.py:0:0: doc-choices-do-not-match-spec: Argument 'auth_server_fail' in argument_spec defines choices as (['STM_ENABLE', 'STM_DISABLE', 'STM_NONE']) but documentation defines choices as ([])
    arubaoss_snmp_trap.py:0:0: doc-choices-do-not-match-spec: Argument 'snmp_authentication' in argument_spec defines choices as (['SATM_EXTENDED', 'SATM_STANDARD', 'SATM_NONE']) but documentation defines choices as (['SATM_EXTENDED', 'SATM_STANDARD', 'STM_NONE'])
    arubaoss_snmp_trap.py:0:0: doc-choices-incompatible-type: Argument 'mac_notify_trap_interval' in documentation defines choices as ('0 - 120') but this is incompatible with argument type 'int'
    arubaoss_snmp_trap.py:0:0: doc-choices-incompatible-type: Argument 'running_config_trap_interval' in documentation defines choices as ('0 - 120') but this is incompatible with argument type 'int'
    arubaoss_snmp_trap.py:0:0: doc-default-does-not-match-spec: Argument 'auth_server_fail' in argument_spec defines default as ('STM_ENABLE') but documentation defines default as (None)
    arubaoss_snmp_trap.py:0:0: doc-default-does-not-match-spec: Argument 'running_conf_change_trap' in argument_spec defines default as ('STM_ENABLE') but documentation defines default as ('STM_DISABLE')
    arubaoss_snmp_trap.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.mac_notify_trap_interval.requried: extra keys not allowed @ data['argument_spec']['mac_notify_trap_interval']['requried']. Got False
    arubaoss_snmp_trap.py:0:0: nonexistent-parameter-documented: Argument 'aut_server_fail' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'arp_protect' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'auth_server_fail' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dhcp_server' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dhcp_snooping' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dhcpv6_snooping_errant_replies' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dhcpv6_snooping_out_of_resource' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dyn_ip_lockdown' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dyn_ipv6_ld_out_of_resources' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'dyn_ipv6_ld_violations' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'login_failure_mgr' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'mac_count_notify' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'mac_move_notify_mode' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'mac_notify_mode' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'mac_notify_trap_interval' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'macsec_failure' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'nd_snooping_out_of_resources' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'password_change_mgr' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'port_security' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'running_conf_change_trap' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'running_config_trap_interval' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'snmp_authentication' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: parameter-type-not-in-doc: Argument 'startup_config_change' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_snmp_trap.py:0:0: undocumented-parameter: Argument 'auth_server_fail' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    906991a View commit details
    Browse the repository at this point in the history
  35. sntp: fix sanity validates modules

    arubaoss_sntp.py:0:0: doc-choices-do-not-match-spec: Argument 'version' in argument_spec defines choices as (['IAV_IP_V4', 'IAV_IP_V6']) but documentation defines choices as (['IAV_IP_V4'])
    arubaoss_sntp.py:0:0: doc-default-does-not-match-spec: Argument 'command' in argument_spec defines default as ('config_sntp') but documentation defines default as (None)
    arubaoss_sntp.py:0:0: doc-default-does-not-match-spec: Argument 'sntp_config_poll_interval' in argument_spec defines default as (720) but documentation defines default as (None)
    arubaoss_sntp.py:0:0: doc-default-does-not-match-spec: Argument 'sntp_server_version' in argument_spec defines default as (3) but documentation defines default as (7)
    arubaoss_sntp.py:0:0: doc-required-mismatch: Argument 'command' in argument_spec is not required, but is documented as being required
    arubaoss_sntp.py:0:0: doc-required-mismatch: Argument 'config' in argument_spec is not required, but is documented as being required
    arubaoss_sntp.py:0:0: doc-required-mismatch: Argument 'sntp_ip_address' in argument_spec is not required, but is documented as being required
    arubaoss_sntp.py:0:0: doc-required-mismatch: Argument 'sntp_server_priority' in argument_spec is not required, but is documented as being required
    arubaoss_sntp.py:0:0: doc-required-mismatch: Argument 'version' in argument_spec is not required, but is documented as being required
    arubaoss_sntp.py:0:0: invalid-documentation: DOCUMENTATION.author: Invalid author for dictionary value @ data['author']. Got ['Naveen Prabhu S D ([email protected])']
    arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_client_operation_mode' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_config_poll_interval' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_server_is_oobm' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_server_priority' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'sntp_server_version' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_sntp.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a0315cf View commit details
    Browse the repository at this point in the history
  36. stp: fix sanity validates-modules

    arubaoss_stp.py:0:0: doc-default-does-not-match-spec: Argument 'is_enable_admin_edge_port' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_stp.py:0:0: doc-default-does-not-match-spec: Argument 'is_enable_bpdu_filter' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_stp.py:0:0: doc-default-does-not-match-spec: Argument 'is_enable_bpdu_protection' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_stp.py:0:0: doc-default-does-not-match-spec: Argument 'is_enable_root_guard' in argument_spec defines default as (False) but documentation defines default as (None)
    arubaoss_stp.py:0:0: doc-required-mismatch: Argument 'command' in argument_spec is not required, but is documented as being required
    arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'is_enable_admin_edge_port' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'is_enable_bpdu_filter' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'is_enable_bpdu_protection' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'is_enable_root_guard' in argument_spec defines type as 'bool' but documentation doesn't define type
    arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'mode' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'port_id' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_stp.py:0:0: parameter-type-not-in-doc: Argument 'priority' in argument_spec defines type as 'int' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b9515aa View commit details
    Browse the repository at this point in the history
  37. syslog: fix sanity validates module

    arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'description' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'protocol' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'server_address' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'server_port' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_syslog.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a01bbb4 View commit details
    Browse the repository at this point in the history
  38. system_attributes: fix sanity validates modules

    arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'contact' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'default_gateway' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'default_gateway_ip' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'device_operation_mode' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'domain_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'hostname' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'location' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'uplink_ip' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'uplink_vlan_id' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_system_attributes.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_system_attributes.py:0:0: undocumented-parameter: Argument 'default_gateway' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f275967 View commit details
    Browse the repository at this point in the history
  39. tacacs_profile: fix sanity validates modules

    arubaoss_tacacs_profile.py:0:0: doc-default-does-not-match-spec: Argument 'command' in argument_spec defines default as ('config_tacacs_profile') but documentation defines default as (None)
    arubaoss_tacacs_profile.py:0:0: doc-default-does-not-match-spec: Argument 'version' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None)
    arubaoss_tacacs_profile.py:0:0: doc-required-mismatch: Argument 'command' in argument_spec is not required, but is documented as being required
    arubaoss_tacacs_profile.py:0:0: no-log-needed: Argument 'auth_key' in argument_spec could be a secret, though doesn't have  set
    arubaoss_tacacs_profile.py:0:0: no-log-needed: Argument 'global_auth_key' in argument_spec could be a secret, though doesn't have  set
    arubaoss_tacacs_profile.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_tacacs_profile.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_tacacs_profile.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_tacacs_profile.py:0:0: undocumented-parameter: Argument 'version' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a69211b View commit details
    Browse the repository at this point in the history
  40. traffic_class: fix sanity Validate modules

    arubaoss_traffic_class.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['create', 'delete']) but documentation defines choices as ([])
    arubaoss_traffic_class.py:0:0: doc-choices-incompatible-type: Argument 'dscp_value' in documentation defines choices as ('0 - 64') but this is incompatible with argument type 'int'
    arubaoss_traffic_class.py:0:0: doc-default-does-not-match-spec: Argument 'icmp_code' in argument_spec defines default as (-1) but documentation defines default as (None)
    arubaoss_traffic_class.py:0:0: doc-default-does-not-match-spec: Argument 'icmp_type' in argument_spec defines default as (-1) but documentation defines default as (None)
    arubaoss_traffic_class.py:0:0: doc-default-does-not-match-spec: Argument 'sequence_no' in argument_spec defines default as (-1) but documentation defines default as (None)
    arubaoss_traffic_class.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('create') but documentation defines default as (None)
    arubaoss_traffic_class.py:0:0: doc-required-mismatch: Argument 'class_type' in argument_spec is not required, but is documented as being required
    arubaoss_traffic_class.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.dscp_value.reqquired: extra keys not allowed @ data['argument_spec']['dscp_value']['reqquired']. Got False
    arubaoss_traffic_class.py:0:0: invalid-documentation: DOCUMENTATION.module: not a valid value for dictionary value @ data['module']. Got 'arubaoss_interfaces'
    arubaoss_traffic_class.py:0:0: nonexistent-parameter-documented: Argument 'sequece_no' is listed in DOCUMENTATION.options, but not accepted by the module argument_spec
    arubaoss_traffic_class.py:0:0: parameter-list-no-elements: Argument 'match_bit' in argument_spec defines type as list but elements is not defined
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'application_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'class_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'class_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'destination_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'destination_ip_mask' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'destination_port' in argument_spec defines type as 'dict' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'device_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'dscp_value' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'entry_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'icmp_code' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'icmp_type' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'igmp_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'match_bit' in argument_spec defines type as 'list' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'precedence' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'protocol_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'sequence_no' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'source_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'source_ip_mask' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'source_port' in argument_spec defines type as 'dict' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: parameter-type-not-in-doc: Argument 'tos' in argument_spec defines type as 'int' but documentation doesn't define type
    arubaoss_traffic_class.py:0:0: undocumented-parameter: Argument 'destination_ip_mask' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_traffic_class.py:0:0: undocumented-parameter: Argument 'sequence_no' is listed in the argument_spec, but not documented in the module documentation
    arubaoss_traffic_class.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6521f43 View commit details
    Browse the repository at this point in the history
  41. user: fix sanity validates-modules

    arubaoss_user.py:0:0: doc-required-mismatch: Argument 'password_type' in argument_spec is not required, but is documented as being required
    arubaoss_user.py:0:0: doc-required-mismatch: Argument 'user_type' in argument_spec is not required, but is documented as being required
    arubaoss_user.py:0:0: parameter-type-not-in-doc: Argument 'password_type' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_user.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_user.py:0:0: parameter-type-not-in-doc: Argument 'user_name' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_user.py:0:0: parameter-type-not-in-doc: Argument 'user_password' in argument_spec defines type as 'str' but documentation doesn't define type
    arubaoss_user.py:0:0: parameter-type-not-in-doc: Argument 'user_type' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4968c38 View commit details
    Browse the repository at this point in the history
  42. vlan: fix sanity validates modules

    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-choices-do-not-match-spec: Argument 'acl_direction' in argument_spec defines choices as (['AD_INBOUND', 'AD_OUTBOUND', 'AD_CRF']) but documentation defines choices as (['AD_INBOUND', 'AD_OUTPUND', 'AD_CRF'])
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-choices-do-not-match-spec: Argument 'command' in argument_spec defines choices as (['config_vlan', 'config_vlan_port', 'config_vlan_ipaddress', 'config_vlan_dhcpHelperAddress', 'config_vlan_qos', 'config_vlan_acl', 'config_vlan_igmp']) but documentation defines choices as (['config_vlan', 'config_vlan_port', 'config_vlan_ipaddress', 'config_vlan_dhcpHelperAddress', 'config_vlan_igmp'])
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-choices-do-not-match-spec: Argument 'version' in argument_spec defines choices as (['IAV_IP_V4', 'IAV_IP_V6']) but documentation defines choices as (['IAV_IP_V4'])
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'command' in argument_spec defines default as ('config_vlan') but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'config' in argument_spec defines default as ('create') but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'ip_address_mode' in argument_spec defines default as ('IAAM_STATIC') but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'is_dhcp_server_enabled' in argument_spec defines default as (False) but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'is_dsnoop_enabled' in argument_spec defines default as (False) but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'is_jumbo_enabled' in argument_spec defines default as (False) but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'is_management_vlan' in argument_spec defines default as (False) but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'is_voice_enabled' in argument_spec defines default as (False) but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'port_mode' in argument_spec defines default as ('POM_UNTAGGED') but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'status' in argument_spec defines default as ('VS_PORT_BASED') but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'version' in argument_spec defines default as ('IAV_IP_V4') but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'vlantype' in argument_spec defines default as ('VT_STATIC') but documentation defines default as (None)
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-incompatible-type: Argument 'igmp_version' in documentation defines default as ('2 [2-3]') but this is incompatible with parameter type 'int'
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-incompatible-type: Argument 'interval' in documentation defines default as ('125 [5-300]') but this is incompatible with parameter type 'int'
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-incompatible-type: Argument 'last_member_query_interval' in documentation defines default as ('1 [1-2]') but this is incompatible with parameter type 'int'
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-incompatible-type: Argument 'query_max_response_time' in documentation defines default as ('10 [10-128]') but this is incompatible with parameter type 'int'
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-default-incompatible-type: Argument 'robustness' in documentation defines default as ('2 [1-8]') but this is incompatible with parameter type 'int'
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: doc-required-mismatch: Argument 'command' in argument_spec is not required, but is documented as being required
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'acl_direction' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'acl_id' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'acl_type' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'command' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'config' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'helper_addresses' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'ip_address_mode' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_dhcp_server_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_dsnoop_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_igmp_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_jumbo_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_management_vlan' in argument_spec defines type as 'bool' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_querier_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'is_voice_enabled' in argument_spec defines type as 'bool' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'name' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'port_id' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'port_mode' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'qos_policy' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'status' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'version' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'vlan_id' in argument_spec defines type as 'int' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'vlan_ip_address' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'vlan_ip_mask' in argument_spec defines type as 'str' but documentation doesn't define type
    ERROR: plugins/modules/arubaoss_vlan.py:0:0: parameter-type-not-in-doc: Argument 'vlantype' in argument_spec defines type as 'str' but documentation doesn't define type
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    12392a1 View commit details
    Browse the repository at this point in the history
  43. arubaoss: fix default value (with last devel ansible)

    arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'cmd_server_group' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_aaa_accounting.py:0:0: doc-default-does-not-match-spec: Argument 'ntwk_server_group' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_aaa_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'group_name' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_aaa_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'local_user_name' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_aaa_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'user_password' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_aaa_authorization.py:0:0: doc-default-does-not-match-spec: Argument 'group_name' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_aaa_authorization.py:0:0: doc-default-does-not-match-spec: Argument 'match_cmd' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_aaa_authorization.py:0:0: doc-default-does-not-match-spec: Argument 'seq_num' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_acl_policy.py:0:0: doc-default-does-not-match-spec: Argument 'sequence_no' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_captive_portal.py:0:0: doc-default-does-not-match-spec: Argument 'server_url' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_domain_names' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_domain_names_2' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_domain_names_3' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_domain_names_4' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'dns_domain_names_5' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'server_1' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'server_2' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'server_3' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dns.py:0:0: doc-default-does-not-match-spec: Argument 'server_4' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'authorized_vlan_id' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'cached_reauth_delay' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'client_limit' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'logoff_period' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'max_requests' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'port_id' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'quiet_period' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'reauth_period' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'server_group' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'server_timeout' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'supplicant_timeout' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'tx_period' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_dot1x.py:0:0: doc-default-does-not-match-spec: Argument 'unauthorized_vlan_id' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'bfd_ip_address' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'gateway' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'name' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'tag' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_ip_route.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_name' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_loop_protect.py:0:0: doc-default-does-not-match-spec: Argument 'port_disable_timer' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'port_id' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_mac_authentication.py:0:0: doc-default-does-not-match-spec: Argument 'unauthorized_vlan_id' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'keyId' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'keyValue' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_ntp.py:0:0: doc-default-does-not-match-spec: Argument 'ntp_ip4addr' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_poe.py:0:0: doc-default-does-not-match-spec: Argument 'port_configured_type' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_poe.py:0:0: doc-default-does-not-match-spec: Argument 'port_id' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_poe.py:0:0: doc-default-does-not-match-spec: Argument 'slot_name' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_port_rate_limit.py:0:0: doc-default-does-not-match-spec: Argument 'rate_limit' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_port_rate_limit.py:0:0: doc-default-does-not-match-spec: Argument 'rate_limit_in_kbps' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_port_rate_limit.py:0:0: doc-default-does-not-match-spec: Argument 'rate_limit_in_percent' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_qos_policy.py:0:0: doc-default-does-not-match-spec: Argument 'sequence_no' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'key' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'server_group_name' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'server_ip' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_radius_profile.py:0:0: doc-default-does-not-match-spec: Argument 'shared_secret' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_sntp.py:0:0: doc-default-does-not-match-spec: Argument 'sntp_ip_address' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_stp.py:0:0: doc-default-does-not-match-spec: Argument 'port_id' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_syslog.py:0:0: doc-default-does-not-match-spec: Argument 'description' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_syslog.py:0:0: doc-default-does-not-match-spec: Argument 'server_port' in argument_spec defines default as (0) but documentation defines default as (None)
    arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'contact' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'default_gateway_ip' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'domain_name' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'hostname' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'location' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'uplink_ip' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_system_attributes.py:0:0: doc-default-does-not-match-spec: Argument 'uplink_vlan_id' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_tacacs_profile.py:0:0: doc-default-does-not-match-spec: Argument 'auth_key' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_tacacs_profile.py:0:0: doc-default-does-not-match-spec: Argument 'global_auth_key' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_tacacs_profile.py:0:0: doc-default-does-not-match-spec: Argument 'ip_address' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'helper_addresses' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'name' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'port_id' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_ip_address' in argument_spec defines default as ('') but documentation defines default as (None)
    arubaoss_vlan.py:0:0: doc-default-does-not-match-spec: Argument 'vlan_ip_mask' in argument_spec defines default as ('') but documentation defines default as (None)
    alagoutte committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f4d6020 View commit details
    Browse the repository at this point in the history