opentelekomcloud / ansible-collection-cloud

Ansible modules for using with OTC (addition to the native OpenStack modules)
Apache License 2.0
21 stars 13 forks source link

New Lts collection #324

Open danielaebert opened 6 months ago

danielaebert commented 6 months ago

Add new LTS modules and example playbook

vladimirhasko commented 3 months ago

recheck

anton-sidelnikov commented 1 week ago

ERROR: examples/playbooks/14_lts.yml:30:1: empty-lines: too many blank lines (1 > 0) ERROR: plugins/modules/lts_group.py:41:9: unparsable-with-libyaml: while constructing a mapping - found unhashable key ERROR: plugins/modules/lts_stream.py:46:9: unparsable-with-libyaml: while constructing a mapping - found unhashable key

anton-sidelnikov commented 1 week ago

ERROR: plugins/modules/lts_group.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['present', 'absent']) but documentation defines choices as ([]) ERROR: plugins/modules/lts_group.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('present') but documentation defines default as (None) ERROR: plugins/modules/lts_group.py:0:0: doc-default-does-not-match-spec: Argument 'ttl_in_days' in argument_spec defines default as ('7') but documentation defines default as (None) ERROR: plugins/modules/lts_group.py:0:0: doc-required-mismatch: Argument 'ttl_in_days' in argument_spec is not required, but is documented as being required ERROR: plugins/modules/lts_group.py:0:0: documentation-error: Unknown DOCUMENTATION error, see TRACE: Unable to parse documentation in python file 'plugins/modules/lts_group.py': while constructing a mapping in "", line 5, column 13 found unacceptable key (unhashable type: 'AnsibleMapping') in "", line 6, column 9. while constructing a mapping in "", line 5, column 13 found unacceptable key (unhashable type: 'AnsibleMapping') in "", line 6, column 9 ERROR: plugins/modules/lts_group.py:0:0: implied-parameter-type-mismatch: Argument 'ttl_in_days' in argument_spec implies type as 'str' but documentation defines as 'int' ERROR: plugins/modules/lts_group.py:0:0: invalid-documentation: DOCUMENTATION.author: Invalid author for dictionary value @ data['author']. Got 'Daniela Ebert' ERROR: plugins/modules/lts_group.py:0:0: missing-gplv3-license: GPLv3 license header not found in the first 20 lines of the module ERROR: plugins/modules/lts_group.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/lts_group.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation ERROR: plugins/modules/lts_group.py:41:9: return-syntax-error: RETURN is not valid YAML ERROR: plugins/modules/lts_stream.py:0:0: doc-choices-do-not-match-spec: Argument 'state' in argument_spec defines choices as (['present', 'absent']) but documentation defines choices as ([]) ERROR: plugins/modules/lts_stream.py:0:0: doc-default-does-not-match-spec: Argument 'state' in argument_spec defines default as ('present') but documentation defines default as (None) ERROR: plugins/modules/lts_stream.py:0:0: doc-default-does-not-match-spec: Argument 'ttl_in_days' in argument_spec defines default as ('7') but documentation defines default as (None) ERROR: plugins/modules/lts_stream.py:0:0: doc-required-mismatch: Argument 'ttl_in_days' in argument_spec is not required, but is documented as being required ERROR: plugins/modules/lts_stream.py:0:0: documentation-error: Unknown DOCUMENTATION error, see TRACE: Unable to parse documentation in python file 'plugins/modules/lts_stream.py': while constructing a mapping in "", line 5, column 13 found unacceptable key (unhashable type: 'AnsibleMapping') in "", line 6, column 9. while constructing a mapping in "", line 5, column 13 found unacceptable key (unhashable type: 'AnsibleMapping') in "", line 6, column 9 ERROR: plugins/modules/lts_stream.py:0:0: implied-parameter-type-mismatch: Argument 'ttl_in_days' in argument_spec implies type as 'str' but documentation defines as 'int' ERROR: plugins/modules/lts_stream.py:0:0: invalid-documentation: DOCUMENTATION.author: Invalid author for dictionary value @ data['author']. Got 'Daniela Ebert' ERROR: plugins/modules/lts_stream.py:0:0: missing-gplv3-license: GPLv3 license header not found in the first 20 lines of the module ERROR: plugins/modules/lts_stream.py:0:0: parameter-type-not-in-doc: Argument 'state' in argument_spec defines type as 'str' but documentation doesn't define type ERROR: plugins/modules/lts_stream.py:0:0: undocumented-parameter: Argument 'state' is listed in the argument_spec, but not documented in the module documentation ERROR: plugins/modules/lts_stream.py:46:9: return-syntax-error: RETURN is not valid YAML