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

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

Open
otlet opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working instance Instance issues, bugs and feature requests

Comments

@otlet
Copy link

otlet commented Dec 3, 2024

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

@Laure-di Laure-di self-assigned this Dec 4, 2024
@Laure-di Laure-di added bug Something isn't working instance Instance issues, bugs and feature requests labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working instance Instance issues, bugs and feature requests
Projects
None yet
Development

No branches or pull requests

2 participants