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

Merge branch 'fix/csirtmu-flavor-mapping' into 'master'

Add missing flavor mappings

See merge request !47
parents 301a1b35 ed790862
No related branches found
No related tags found
1 merge request!47Add missing flavor mappings
Pipeline #553167 waiting for manual action with stages
in 10 minutes and 55 seconds
......@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.9.13] - 2024-12-17
### Fixed
- Add missing flavor mappings.
- `csirtmu*`
- `hpc.*ephem` - `p3*`
## [1.9.12] - 2024-12-11
### Fix
- Fixed ssh connection to hypervisors (G1 and G2)
......
......@@ -64,11 +64,13 @@ def get_destination_flavor(source_flavor):
'hpc.18core-48ram': 'c2.18core-45ram', # ok
'hpc.18core-64ram-dukan': 'c2.24core-60ram', # nemusime resit
'hpc.24core-96ram-ssd-ephem': 'hpc.24core-96ram-ssd', # nemusime resit
'hpc.30core-128ram-ssd-ephem-500': 'c3.30core-128ram-ssd-ephem-500', # neni v G2 a je potreba
'hpc.24core-256ram-ssd-ephem-512': 'p3.24core-240ram-500edisk', # ok
'hpc.24core-256ram-ssd-ephem-1000': 'p3.24core-240ram-1000edisk', # ok
'hpc.30core-128ram-ssd-ephem-500': 'p3.30core-120ram-500edisk', # ok
'hpc.30core-256ram': 'c3.30core-240ram', # ok
'hpc.30core-64ram': 'c3.30core-60ram', # ok
'hpc.4core-16ram-ssd-ephem': 'p3.4core-16ram', # ok
'hpc.4core-16ram-ssd-ephem-500': 'p3.4core-16ram', # ok
'hpc.4core-16ram-ssd-ephem-500': 'p3.4core-16ram-500edisk', # ok
'hpc.4core-4ram': 'e1.medium', # nemusime resit
'hpc.8core-128ram': 'c3.8core-120ram', # OK
'hpc.8core-16ram': 'c2.8core-16ram', # ok
......@@ -115,6 +117,9 @@ def get_destination_flavor(source_flavor):
'csirtmu.jumbo16x32': 'csirtmu-e1.16core-30ram-100disk', # ok
'csirtmu.jumbo8x64': 'csirtmu-e1.8core-60ram-100disk', # ok
'csirtmu.jumbo16x64': 'csirtmu-e1.16core-60ram-100disk', # ok
'csirtmu.medium-ssd-ephem': 'c3.2core-4ram', # ok
'csirtmu.large-ssd-ephem': 'c3.4core-8ram', # ok
'csirtmu.xxxlarge-ssd-ephem': 'c3.8core-60ram', # ok
'hpc.8core-16ram-ssd-ephem': 'r3.8core-16ram', # ok
'hpc.32core-256ram-nvidia-t4-single-gpu': 'a3.30core-240ram-nvidia-t4', # ok
'a3.32core-240ram-1t4': 'a3.30core-240ram-nvidia-t4', # ok
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment