-
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
Change L2 network offering form to not require a compute offering #10389
base: main
Are you sure you want to change the base?
Change L2 network offering form to not require a compute offering #10389
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10389 +/- ##
=========================================
Coverage 16.07% 16.07%
- Complexity 13189 13191 +2
=========================================
Files 5664 5664
Lines 497599 497609 +10
Branches 60214 60216 +2
=========================================
+ Hits 79983 79993 +10
+ Misses 408666 408660 -6
- Partials 8950 8956 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Bernardo De Marco Gonçalves <bernardomg2004@gmail.com>
@bernardodemarco a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
UI build: ✔️ |
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.
tested in QA
Description
When creating a L2 network offering via UI, the compute offering parameter is required despite L2 networks not using a virtual router and the compute offering itself.
This PR removes the compute offering parameter from
Add Network Offering
form when L2 guest type is selected.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
How Has This Been Tested?
As shown in the screenshot above, the compute offering option is no longer present when selecting L2 guest type. By selecting the Isolated and Shared types, I checked that the parameter still available.
I also created some network offerings of each type and everything is working as intended.