Commit 7baefa0
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
- internal
- handlers/v1alpha1
- service
- pkg
- duckdb_parser
- templates
- estimations/complexity
- inventory
- converters
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1738 | 1738 | | |
1739 | 1739 | | |
1740 | 1740 | | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
1741 | 1748 | | |
1742 | 1749 | | |
1743 | 1750 | | |
| |||
0 commit comments