-
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
✨🚨Autoscaling: Prepare Warmed EBS-backed volumes to use as buffer for machines (⚠️ Devops) 🚨 #5923
Merged
sanderegg
merged 125 commits into
ITISFoundation:master
from
sanderegg:autoscaling/use-only-ebs-storage-as-buffers
Jul 11, 2024
Merged
✨🚨Autoscaling: Prepare Warmed EBS-backed volumes to use as buffer for machines (⚠️ Devops) 🚨 #5923
sanderegg
merged 125 commits into
ITISFoundation:master
from
sanderegg:autoscaling/use-only-ebs-storage-as-buffers
Jul 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sanderegg
force-pushed
the
autoscaling/use-only-ebs-storage-as-buffers
branch
from
June 7, 2024 06:54
bd95cb1
to
b8fdb63
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5923 +/- ##
=========================================
+ Coverage 84.5% 87.9% +3.3%
=========================================
Files 10 1437 +1427
Lines 214 59071 +58857
Branches 25 1404 +1379
=========================================
+ Hits 181 51937 +51756
- Misses 23 6840 +6817
- Partials 10 294 +284
Flags with carried forward coverage won't be shown. Click here to find out more.
|
sanderegg
force-pushed
the
autoscaling/use-only-ebs-storage-as-buffers
branch
5 times, most recently
from
June 14, 2024 08:45
6e7b1f2
to
0f6c2d7
Compare
sanderegg
force-pushed
the
autoscaling/use-only-ebs-storage-as-buffers
branch
from
June 14, 2024 14:09
0f6c2d7
to
912c2a4
Compare
This comment was marked as outdated.
This comment was marked as outdated.
sanderegg
force-pushed
the
autoscaling/use-only-ebs-storage-as-buffers
branch
8 times, most recently
from
July 5, 2024 15:10
62413a2
to
0d7ea4b
Compare
This was referenced Jul 8, 2024
sanderegg
force-pushed
the
autoscaling/use-only-ebs-storage-as-buffers
branch
2 times, most recently
from
July 8, 2024 13:23
078b423
to
8902c55
Compare
sanderegg
changed the title
✨Autoscaling: Prepare Warmed EBS-backed volumes to use as buffer for machines
✨Autoscaling: Prepare Warmed EBS-backed volumes to use as buffer for machines (⚠️ Devops)
Jul 8, 2024
sanderegg
force-pushed
the
autoscaling/use-only-ebs-storage-as-buffers
branch
from
July 9, 2024 11:07
c249ef9
to
1fe04d2
Compare
sanderegg
force-pushed
the
autoscaling/use-only-ebs-storage-as-buffers
branch
from
July 11, 2024 12:59
f1af39f
to
268a547
Compare
14 tasks
mrnicegyu11
pushed a commit
to mrnicegyu11/osparc-simcore
that referenced
this pull request
Jul 17, 2024
… machines (⚠️ Devops) 🚨 (ITISFoundation#5923)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What do these changes do?
This PR brings in the first step towards using stopped machines as a buffer instead of running machines. This PR brings in the background task that should create the buffer machines. The next PR will bring in using these.
NOTE: To use this new feature, it relies on new AMIs that always include a EBS volume, otherwise this cannot work! see https://git.speag.com/oSparc/osparc-infra/-/merge_requests/232
NOTE2: The new EBS-based buffering system is until now compatible with the old one.
Details
services/autoscaling/tests/unit/test_modules_buffer_machine_core.py
EC2_INSTANCES_ALLOWED_TYPES
newly added field buffer_count,cloud-init --wait
,AUTOSCALING_SSM_ACCESS
EC2_INSTANCES_ATTACHED_IAM_PROFILE
, such that it can create SSM enabled EC2 instances (AWS reference)Bonus:
Next steps (next PR) shall be:
2nd step:
possible improvements once all is in if necessary:
Related issue/s
How to test
Dev-ops checklist