-
Notifications
You must be signed in to change notification settings - Fork 25
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
SCALEWAY compute instances impacts #228
Comments
I should be able to look at this 👍 |
To add a new provider :
Feel free to ask any questions. |
Adding new cloud providers and new cloud instance should now follow this process : https://doc.api.boavizta.org/contributing/cloud_provider/ |
Yes it looks great, thanks @da-ekchajzer. I am adding a |
@da-ekchajzer, I see that in the server docs there is a field labelled However, can I just double check that this is the correct assumption? I assume that the column I also don't see any Ampere CPUs in the CPU specs. I'm happy to add them too, but can I check I'm not missing something? |
Yes, you are right ! I just fixed it.
You should indeed add the missing CPUs by following this doc: https://doc.api.boavizta.org/contributing/cpu/. I have just added the following note to the server contrib' page: If CPU.name is set and the CPU is available in cpu_specs.csv, you do not need to fill in the other CPU attributes. The API will complete them based on the CPU.name.
We assume that the max number of vCPU is equal to the number of thread (same value, different name depending on the context). If vCPU is not avaible in the server.csv, the API will complete vCPU with the number of threads taken from cpu_specs.csv based on the CPU name. Is it a bad assumption ? |
Awesome, thank you! Very clear.
No it's definitely sensible as a default. It's not always true though, so having the |
Problem
As we did for AWS (https://boavizta.github.io/boaviztapi/Explanations/devices/cloud/) we should be able to retrieve the impacts of Scaleway instances.
Solution
The same implementation as AWS instances.
Alternatives
Additional context or elements
The text was updated successfully, but these errors were encountered: