-
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
✨Computational backend: allow to set custom ec2 tags (⚠️ devops) #5147
✨Computational backend: allow to set custom ec2 tags (⚠️ devops) #5147
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5147 +/- ##
======================================
Coverage 87.3% 87.4%
======================================
Files 1275 1275
Lines 52349 52358 +9
Branches 1133 1133
======================================
+ Hits 45753 45765 +12
+ Misses 6356 6353 -3
Partials 240 240
Flags with carried forward coverage won't be shown. Click here to find out more.
|
229a1b3
to
8b3bc05
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.
🎉
8b3bc05
to
53f68bd
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code Climate has analyzed commit cded45f and detected 0 issues on this pull request. View more on Code Climate. |
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.
Thank you 👍
Let's link the related ops-config
PR so that we can double check that ENV is configure properly
https://git.speag.com/oSparc/osparc-ops-deployment-configuration/-/merge_requests/203
@YuryHrytsuk yes I already added it up there. thanks for the review! |
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! Thanks,
just a single question
What do these changes do?
This PR allows to set ENV to define specific tags on EC2 instances created in external clusters to allow checking costs
These tags will be shown in the AWS console and may be used for filtering EC2s (for example to follow costs).
Related issue/s
How to test
Dev Checklist
related MR: https://git.speag.com/oSparc/osparc-ops-deployment-configuration/-/merge_requests/203
DevOps Checklist
New environment variables:
Clusters-keeper:
PRIMARY_EC2_INSTANCES_CUSTOM_TAGS
to add specific tags on the computational cluster primary machineWORKERS_EC2_INSTANCES_CUSTOM_TAGS
to add specific tags on the computational cluster worker machine(s)Autoscaling:
EC2_INSTANCES_CUSTOM_TAGS
to add specific tags on autoscaled worker machine(s)