storagetype API param in list service/disk offerings#8215
storagetype API param in list service/disk offerings#8215DaanHoogland merged 3 commits intoapache:mainfrom
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #8215 +/- ##
============================================
+ Coverage 28.51% 29.16% +0.65%
- Complexity 30233 31044 +811
============================================
Files 5186 5186
Lines 365754 365873 +119
Branches 53489 53507 +18
============================================
+ Hits 104289 106711 +2422
+ Misses 247056 244548 -2508
- Partials 14409 14614 +205
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@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. |
|
@blueorangutan package |
|
@kiranchavala 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 7714 |
kiranchavala
left a comment
There was a problem hiding this comment.
LGTM, tested manually
CMK) > list serviceofferings storagetype=local
{
"count": 1,
"serviceoffering": [
{
"cacheMode": "none",
"cpunumber": 2,
"cpuspeed": 1500,
"created": "2023-11-13T04:03:14+0000",
"defaultuse": false,
"diskofferingstrictness": false,
"displaytext": "localservice",
"dynamicscalingenabled": true,
"encryptroot": false,
"hasannotations": false,
"id": "b700afee-3a8b-4f76-b705-cb0d0a74bfa8",
"iscustomized": false,
"issystem": false,
"isvolatile": false,
"limitcpuuse": false,
"memory": 2048,
"name": "localservice",
"offerha": false,
"provisioningtype": "thin",
"rootdisksize": 0,
"storagetype": "local"
}
]
}
(CMK) > list diskofferings storagetype=local
{
"count": 1,
"diskoffering": [
{
"cacheMode": "none",
"created": "2023-11-13T04:03:33+0000",
"disksize": 0,
"disksizestrictness": false,
"displayoffering": true,
"displaytext": "localdisk",
"encrypt": false,
"hasannotations": false,
"id": "96108615-c1f3-41c9-93c7-8f03f3ef27af",
"iscustomized": true,
"name": "localdisk",
"provisioningtype": "thin",
"storagetype": "local"
}
]
}
|
@blueorangutan test |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-8309)
|
Description
This PR fixes #8206
Types of changes
Feature/Enhancement Scale
How Has This Been Tested?