Skip to content
Snippets Groups Projects
Commit 6e20bef2 authored by Josef Smrčka's avatar Josef Smrčka
Browse files

fix: hpc.16core-* -> c3.16core-* flavors mapping

Map G1 hpc flavors to already present G2 c3 flavors with slightly less
RAM.
parent fbd02568
Branches
Tags v12.0.6
1 merge request!33fix: hpc.16core-* -> c3.16core-* flavors mapping
Pipeline #521437 passed
...@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.7.2] - 2024-10-15
### Fix
- Fix hpc.16core-* -> c3.16core-* flavors mapping: map G1 hpc flavors to already present G2 c3 flavors with slightly less
RAM.
## [1.7.1] - 2024-10-07 ## [1.7.1] - 2024-10-07
### Fix ### Fix
- Disable less usefull pylint errors on specific lines. - Disable less usefull pylint errors on specific lines.
......
...@@ -55,8 +55,8 @@ def get_destination_flavor(source_flavor): ...@@ -55,8 +55,8 @@ def get_destination_flavor(source_flavor):
'hdn.cerit.xxxlarge-ssd-ephem': 'p3.8core-60ram', # ok 'hdn.cerit.xxxlarge-ssd-ephem': 'p3.8core-60ram', # ok
# 'hdn.medium-ssd-ephem': # nemusime resit neni pouzit u zadneho projektu v g1 # 'hdn.medium-ssd-ephem': # nemusime resit neni pouzit u zadneho projektu v g1
'hpc.12core-64ram-ssd-ephem-500': 'c3.12core-64ram-ssd-ephem-500', # neni v G2 a je potreba 'hpc.12core-64ram-ssd-ephem-500': 'c3.12core-64ram-ssd-ephem-500', # neni v G2 a je potreba
'hpc.16core-128ram': 'c3.16core-128ram', # neni v G2 a je potreba 'hpc.16core-128ram': 'c3.16core-120ram', # ok
'hpc.16core-256ram': 'c3.16core-256ram', # neni v G2 a je potreba 'hpc.16core-256ram': 'c3.16core-240ram', # ok
'hpc.16core-32ram': 'c2.16core-30ram', # ok 'hpc.16core-32ram': 'c2.16core-30ram', # ok
'hpc.16core-32ram-100disk': 'c3.16core-32ram-100disk', # neni v G2 a je potreba 'hpc.16core-32ram-100disk': 'c3.16core-32ram-100disk', # neni v G2 a je potreba
'hpc.16core-64ram-ssd-ephem': 'hpc.16core-64ram-ssd', # neni v G2 a je potreba 'hpc.16core-64ram-ssd-ephem': 'hpc.16core-64ram-ssd', # neni v G2 a je potreba
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment