1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-27 03:21:29 +03:00

Add Azure instance types

(cherry picked from commit 1643d66f39)
This commit is contained in:
Tino Vazquez 2015-10-07 19:24:32 +02:00
parent c4432d1a13
commit df277b4c29
2 changed files with 126 additions and 2 deletions

View File

@ -95,7 +95,7 @@ regions:
Large:
instance_types:
ExtraSmall:
cpu: 0.1
cpu: 1
memory: 0.75
Small:
cpu: 1
@ -109,6 +109,21 @@ instance_types:
ExtraLarge:
cpu: 8
memory: 14
A0:
cpu: 1
memory: 0.75
A1:
cpu: 1
memory: 1.75
A2:
cpu: 2
memory: 3.5
A3:
cpu: 4
memory: 7
A4:
cpu: 8
memory: 14
A5:
cpu: 2
memory: 14
@ -124,3 +139,111 @@ instance_types:
A9:
cpu: 16
memory: 112
A10:
cpu: 8
memory: 56
A11:
cpu: 16
memory: 112
Standard_D1:
cpu: 1
memory: 3.5
Standard_D2:
cpu: 2
memory: 7
Standard_D3:
cpu: 4
memory: 14
Standard_D4:
cpu: 8
memory: 28
Standard_D11:
cpu: 2
memory: 14
Standard_D12:
cpu: 2
memory: 14
Standard_D13:
cpu: 8
memory: 56
Standard_D14:
cpu: 16
memory: 112
Standard_D1_v2:
cpu: 1
memory: 3.5
Standard_D2_v2:
cpu: 2
memory: 7
Standard_D3_v2:
cpu: 4
memory: 14
Standard_D4_v2:
cpu: 8
memory: 28
Standard_D11_v2:
cpu: 2
memory: 14
Standard_D12_v2:
cpu: 2
memory: 14
Standard_D13_v2:
cpu: 8
memory: 56
Standard_D14:
cpu: 16
memory: 112
Standard_DS1:
cpu: 1
memory: 3.5
Standard_DS2:
cpu: 2
memory: 7
Standard_DS3:
cpu: 4
memory: 14
Standard_D4:
cpu: 8
memory: 28
Standard_DS11:
cpu: 2
memory: 14
Standard_DS12:
cpu: 2
memory: 14
Standard_DS13:
cpu: 8
memory: 56
Standard_D14:
cpu: 16
memory: 112
Standard_G1:
cpu: 2
memory: 28
Standard_G2:
cpu: 4
memory: 56
Standard_G3:
cpu: 8
memory: 112
Standard_G4:
cpu: 16
memory: 224
Standard_G5:
cpu: 32
memory: 448
Standard_GS1:
cpu: 2
memory: 28
Standard_GS2:
cpu: 4
memory: 56
Standard_GS3:
cpu: 8
memory: 112
Standard_GS4:
cpu: 16
memory: 224
Standard_GS5:
cpu: 32
memory: 448

View File

@ -1157,7 +1157,8 @@ class VCenterVm
"HYPERVISOR = \"vcenter\"\n"\
"PUBLIC_CLOUD = [\n"\
" TYPE =\"vcenter\",\n"\
" VM_TEMPLATE =\"#{@vm.config.uuid}\"\n"\
" VM_TEMPLATE =\"#{@vm.config.uuid}\",\n"\
" HOST =\"#{cluster_name}\"\n"\
"]\n"\
"GRAPHICS = [\n"\
" TYPE =\"vnc\",\n"\