-
Notifications
You must be signed in to change notification settings - Fork 192
Fix missing variable count on overlay for Windows #3893
Conversation
Cluster Generation A/B Results: |
Codecov Report
@@ Coverage Diff @@
## main #3893 +/- ##
==========================================
- Coverage 46.97% 46.02% -0.96%
==========================================
Files 402 427 +25
Lines 40203 41754 +1551
==========================================
+ Hits 18887 19218 +331
- Misses 19569 20767 +1198
- Partials 1747 1769 +22
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
One small question, otherwise it looks good to me.
#@overlay/match missing_ok=True | ||
metadata: | ||
annotations: | ||
#! VVV TODO(tenczar) os-name handling | ||
run.tanzu.vmware.com/resolve-os-image: image-type=ova,os-name=windows | ||
run.tanzu.vmware.com/resolve-os-image: #@ "image-type=ova,os-name={}".format(data.values.OS_NAME) |
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.
out of curiosity, what are the possible values of OS_NAME in the windows scenario? This all should be fine as long as we were already using these OS_NAMES in the legacy version.
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.
that's a fair point, we do not use OS_NAME for legacy.
If we start to use the same OS_NAME for cp and Windows WL it will conflict, I will roll back to os-name=windows
since this is the default OVF prop from image-builder.
b59ae37
to
a42baed
Compare
Cluster Generation A/B Results: |
What this PR does / why we need it
Which issue(s) this PR fixes
Fixes #
Describe testing done for PR
Release note
Additional information
Special notes for your reviewer