-
Notifications
You must be signed in to change notification settings - Fork 1.2k
UI: Add cluster arch type to the zone creation wizard #10080
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
Conversation
@nvazquez a Jenkins job has been kicked to build UI QA env. 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 #10080 +/- ##
=========================================
Coverage 16.03% 16.03%
Complexity 12814 12814
=========================================
Files 5637 5637
Lines 493506 493507 +1
Branches 59831 59832 +1
=========================================
+ Hits 79129 79130 +1
Misses 405601 405601
Partials 8776 8776
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
CLGTM
}, { | ||
id: 'aarch64', | ||
description: 'ARM 64 bits (aarch64)' | ||
}], | ||
storageProviders: [], | ||
currentStep: null, | ||
options: ['primaryStorageScope', 'primaryStorageProtocol', 'provider', 'primaryStorageProvider'] |
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.
@nvazquez
I see you removed archTypes
from line 865.
is architectureTypes
needed in the options
?
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.
Not needed @weizhouapache
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.
CLGTM
@andrijapanicsb a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
(just testing BO due to lab upgrades) |
UI build: ✔️ |
* UI: Add cluster arch type to the zone creation wizard * Remove unused field * Fix github lint action * Remove unused option key
Description
This PR adds the arch type on the cluster creation step on the zone creation wizard.
Fixes: #10014
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Tested locally KVM on ARM nested virtualization on UTM 4.6.3 on macOs:
How did you try to break this feature and the system with this change?