-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ Clusters keeper: add rpc methods to get EC2 instance capabilities #4942
✨ Clusters keeper: add rpc methods to get EC2 instance capabilities #4942
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4942 +/- ##
========================================
- Coverage 86.9% 83.2% -3.7%
========================================
Files 1205 979 -226
Lines 50169 43323 -6846
Branches 1074 534 -540
========================================
- Hits 43625 36075 -7550
- Misses 6308 7129 +821
+ Partials 236 119 -117
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool! I added some thoughts and suggestions.
packages/models-library/src/models_library/rpc_schemas_clusters_keeper/clusters.py
Outdated
Show resolved
Hide resolved
services/clusters-keeper/src/simcore_service_clusters_keeper/modules/ec2.py
Outdated
Show resolved
Hide resolved
services/clusters-keeper/src/simcore_service_clusters_keeper/modules/ec2.py
Show resolved
Hide resolved
a85f328
to
e3dfbd4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
added RPC method for getting EC2 instance types
76f41d1
to
f793fdd
Compare
Kudos, SonarCloud Quality Gate passed!
|
Code Climate has analyzed commit f793fdd and detected 0 issues on this pull request. View more on Code Climate. |
What do these changes do?
This PR enhance the Clusters-keeper RPC interface to allow to get information about possible EC2 instance types and capabilities (for now RAM and CPUs)
In the next PR, this will be used from the director-v2 to fully use the underlying machine capacity
Related issue/s
How to test
cd services/clusters-keeper make install-dev make test-dev-unit
DevOps Checklist