Update extraconfig for platform param in xen/xcpng#9248
Conversation
|
@blueorangutan package |
|
@blueorangutan package |
|
@DaanHoogland 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.18 #9248 +/- ##
==========================================
Coverage 12.23% 12.24%
- Complexity 9289 9292 +3
==========================================
Files 4698 4699 +1
Lines 414257 414289 +32
Branches 52531 53209 +678
==========================================
+ Hits 50699 50720 +21
- Misses 357258 357266 +8
- Partials 6300 6303 +3
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]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9933 |
|
@blueorangutan test alma9 xcpng82 |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (alma9 mgmt + xcpng82) has been kicked to run smoke tests |
…le to param / map-param)
|
@blueorangutan package |
|
@blueorangutan package |
|
@sureshanaparti 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]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9939 |
shwstppr
left a comment
There was a problem hiding this comment.
Code LGTM. MInor comment on adding unit test
|
[SF] Trillian test result (tid-10438)
|
|
@blueorangutan package |
|
@sureshanaparti 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]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9961 |
|
@blueorangutan test alma9 xcpng82 |
|
@sureshanaparti a [SL] Trillian-Jenkins test job (alma9 mgmt + xcpng82) has been kicked to run smoke tests |
|
@blueorangutan package |
|
@sureshanaparti 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]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 9971 |
|
[SF] Trillian test result (tid-10456)
|
| } | ||
|
|
||
| try { | ||
| // param with '_' |
There was a problem hiding this comment.
do we need this comment? it is a bit unclear if this is enforced or a contextual condition or ...
There was a problem hiding this comment.
just to keep as note. these params are with underscore, as the hypens were replaced with underscores.
| } | ||
|
|
||
| try { | ||
| // map-param param with '_' |
There was a problem hiding this comment.
do we need this comment? what does it mean?
|
manually tested in a lab env according to @sureshanaparti description. @sureshanaparti merge at will, my comments about comments are not life threatening ;) |
* 4.18: Update extraconfig for platform param in xen/xcpng (#9248)
* Update extraconfig for platform param in xen/xcpng * Fix map param key, not to replace '-' with '_' (replace only applicable to param / map-param) * Added unit tests * Add license for tests file
* 4.18: Update extraconfig for platform param in xen/xcpng (apache#9248)
Description
This PR updates extraconfig for platform param in xen/xcpng. Also, fixed map param key, not to replace '-' with '_' (replace only applicable to param / map-param).
Fixes #8847
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
Before Fix:
After Fix:
[Dev] VM is_a_template param check (in recordMap):
How Has This Been Tested?
Deployed VM with platform extraconfig after setting the global config.
How did you try to break this feature and the system with this change?