-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
Cloud-Init Support #3293
base: main
Are you sure you want to change the base?
Cloud-Init Support #3293
Conversation
Codecov ReportBase: 65.51% // Head: 65.37% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #3293 +/- ##
==========================================
- Coverage 65.51% 65.37% -0.14%
==========================================
Files 113 119 +6
Lines 15151 15278 +127
==========================================
+ Hits 9926 9988 +62
- Misses 5225 5290 +65
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
3007e77
to
b41c8cd
Compare
0655412
to
0b55e74
Compare
Reminder: Refactor windows autoinstallation to first-level with this PR. |
Linked Items
Fixes #3218
This should be rebased and reviewed after #3295
Description
Initial cloud-init support.
Behaviour changes
Old: HTTP route for autoinstallation was not compatible with cloud-init.
New: HTTP route was extended to allow cloud-init to request its files.
Category
This is related to a:
Tests