Skip to content

VolumeServer.__init__() missing 5 required positional arguments: 'name', 'organization', 'size', 'state', and 'project' #40

@otlet

Description

@otlet

Error:

[WARNING]:  * Failed to parse /home/XXX/ansible/scaleway.yaml with auto plugin: VolumeServer.__init__() missing 5 required positional
arguments: 'name', 'organization', 'size', 'state', and 'project'
[WARNING]:  * Failed to parse /home/XXX/ansible/scaleway.yaml with yaml plugin: Plugin configuration YAML file, not YAML inventory
[WARNING]:  * Failed to parse /home/XXX/ansible/scaleway.yaml with ini plugin: Invalid host pattern 'plugin:' supplied, ending in ':' is not
allowed, this character is reserved to provide a port.
[WARNING]: Unable to parse /home/XXX/ansible/scaleway.yaml as an inventory source
[WARNING]: No inventory was parsed, only implicit localhost is available

scaleway.yaml as inventory:

plugin: scaleway.scaleway.scaleway
access_key: XXX
secret_key: XXX
# config_file: ~/.config/scaleway/config.yaml
# cache: true
# cache_plugin: ansible.builtin.jsonfile
regions:
  - waw1
  - waw2
  - waw3
variables:
  ansible_host: public_ipv4

Probably its connected with another bug with Python SDK: scaleway/scaleway-sdk-python#774

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinginstanceInstance issues, bugs and feature requests

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions