Skip to content

Commit 7baefa0

Browse files
committed
ECOPROJECT-4321 | feat: change collected disk size tiers
This feature changes the disk size tiers stored in the inventory, and decouples the complexity heuristics from those collected disk size tiers. - Disk size tiers change From: Easy (0-10TB) | Medium (10-20TB) | Hard (20-50TB) | White Glove (>50TB) To: 0-100GiB | 100-500GiB | 500GiB-1TiB | 1-2TiB | 2-5TiB | 5-10TiB | 10-20TiB | 20+TiB - Added DiskComplexityTier object to the inventory, with the tiers defined by the Jupyter notebook Signed-off-by: Ami Malimovka <amalimov@redhat.com>
1 parent 04f396f commit 7baefa0

17 files changed

Lines changed: 504 additions & 272 deletions

File tree

api/v1alpha1/agent/spec.gen.go

Lines changed: 47 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,6 +1738,13 @@ components:
17381738
type: object
17391739
additionalProperties:
17401740
$ref: "#/components/schemas/diskSizeTierSummary"
1741+
diskComplexityTier:
1742+
type: object
1743+
description: >
1744+
Distribution of VMs across disk-complexity tiers used by the estimation engine
1745+
(0-10TiB, 10-20TiB, 20-50TiB, >50TiB).
1746+
additionalProperties:
1747+
$ref: '#/components/schemas/diskSizeTierSummary'
17411748
diskTypes:
17421749
type: object
17431750
additionalProperties:

0 commit comments

Comments
 (0)