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

fix: add missing csirtmu flavor mappings

parent 301a1b35
No related branches found
No related tags found
1 merge request!47Add missing flavor mappings
Pipeline #551279 passed with stage
in 26 seconds
......@@ -115,6 +115,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