-
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #10495 +/- ##
============================================
+ Coverage 15.98% 16.00% +0.01%
- Complexity 13086 13104 +18
============================================
Files 5650 5651 +1
Lines 495756 495843 +87
Branches 60018 60045 +27
============================================
+ Hits 79261 79370 +109
+ Misses 407641 407611 -30
- Partials 8854 8862 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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)
|
@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. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12758 |
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?