-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Vultr] Error when creating server during Algo deployment #14569
Comments
same issue for me:
|
did a bit of debugging, the problem is in "allowed_bandwidth_gb" parameter:
it's trying to convert it to int and fails. as a workaround i patched vultr module and was able to depoy: https://github.com/ngine-io/ansible-collection-vultr/blob/master/plugins/module_utils/vultr.py#L271
|
Workaround worked for me also, I was able to deploy the server |
once you have activated virtualenv, using ansible-galaxy i installed ngine_io _vultr to version 1.1.3 (seems the problem is with version 1.1.2), and it worked successfully. |
As |
So know that we're after June 30, 2023... @louy2 What are the steps to workaround that issue? |
Describe the bug
Error during deploying Algo using Vultr cloud provider. The server is created in Vultr and it is running, the Algo script fails with an unexpected error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Algo is deployed.
Additional context
Not sure if this may be related, but stumbled upon this, which looks like it may be related somehow.
Full log
Truncated log from
./algo -vvv
invocation (better formating of the error):The text was updated successfully, but these errors were encountered: