Option to create StorPool primary storage with a valid URL - #8356
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #8356 +/- ##
============================================
- Coverage 30.85% 30.76% -0.10%
+ Complexity 34048 33963 -85
============================================
Files 5341 5341
Lines 374861 374872 +11
Branches 54518 54519 +1
============================================
- Hits 115659 115322 -337
- Misses 243973 244363 +390
+ Partials 15229 15187 -42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
harikrishna-patnala
left a comment
There was a problem hiding this comment.
CLGTM
@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. |
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 8099 |
|
@blueorangutan test alma9 kvm-alma9 |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (alma9 mgmt + kvm-alma9) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-8647)
|
8df9180 to
0dc7e54
Compare
|
@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 8140 |
|
@blueorangutan test alma9 kvm-alma9 |
|
@sureshanaparti a [SL] Trillian-Jenkins test job (alma9 mgmt + kvm-alma9) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-8681)
|
) With this change, a fix is added for failures seen with test_08_migrate_vm or other migration-related tests because the target host is in `Connecting` state, apache#8356 (comment) apache#8374 (comment) and more
|
LGTM - merging based on github actions and that all changes in storpool specific plugin. |
* Option to create primary storage with a valid URL * check if the scheme is valid
Description
This PR provides another option to create StorPool primary storage with a valid URL in cases the old format is not accepted. The user will be able to use the old and new format
Old format
SP_API_HTTP=address:port;SP_AUTH_TOKEN=token;SP_TEMPLATE=template_nameNew format
storpool://{SP_AUTH_TOKEN}@{SP_API_HTTP}:{SP_API_HTTP_PORT}/{SP_TEMPLATE}Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
How Has This Been Tested?
Manual and smoke tests