-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support ConfigDrive with VPC #10495
base: 4.20
Are you sure you want to change the base?
Support ConfigDrive with VPC #10495
Conversation
@blueorangutan package |
@vishesh92 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #10495 +/- ##
=========================================
Coverage 15.98% 15.98%
+ Complexity 13086 13085 -1
=========================================
Files 5650 5650
Lines 495756 495756
Branches 60018 60018
=========================================
+ Hits 79261 79262 +1
Misses 407641 407641
+ Partials 8854 8853 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12647 |
@blueorangutan test keepEnv |
@vishesh92 a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
[SF] Trillian test result (tid-12556)
|
Description
This PR fixes #9706
Generated summary
This pull request includes changes to enhance the capabilities and provider configurations for DHCP and DNS services. The changes primarily involve updating the configuration in both the backend and frontend code.
Backend changes:
server/src/main/java/com/cloud/network/element/ConfigDriveNetworkElement.java
: Updated thesetCapabilities
method to include specific capabilities for DHCP and DNS services.Frontend changes:
ui/src/views/offering/AddVpcOffering.vue
: AddedConfigDrive
as a provider for both DHCP and DNS services in the VPC offering configuration.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?