Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
updated azureconst (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Dec 5, 2017
1 parent 0ab48e9 commit 7f3e25c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pkg/acsengine/azureconst.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ func GetDCOSMasterAllowedSizes() string {
"Standard_L32s",
"Standard_L4s",
"Standard_L8s",
"Standard_M128-32ms",
"Standard_M128-64ms",
"Standard_M128ms",
"Standard_M128s",
"Standard_M64-16ms",
Expand Down Expand Up @@ -313,6 +315,8 @@ func GetMasterAgentAllowedSizes() string {
"Standard_L32s",
"Standard_L4s",
"Standard_L8s",
"Standard_M128-32ms",
"Standard_M128-64ms",
"Standard_M128ms",
"Standard_M128s",
"Standard_M64-16ms",
Expand Down Expand Up @@ -491,6 +495,8 @@ func GetKubernetesAgentAllowedSizes() string {
"Standard_L32s",
"Standard_L4s",
"Standard_L8s",
"Standard_M128-32ms",
"Standard_M128-64ms",
"Standard_M128ms",
"Standard_M128s",
"Standard_M64-16ms",
Expand Down Expand Up @@ -969,6 +975,12 @@ func GetSizeMap() string {
"Standard_L8s": {
"storageAccountType": "Premium_LRS"
},
"Standard_M128-32ms": {
"storageAccountType": "Premium_LRS"
},
"Standard_M128-64ms": {
"storageAccountType": "Premium_LRS"
},
"Standard_M128ms": {
"storageAccountType": "Premium_LRS"
},
Expand Down Expand Up @@ -1189,6 +1201,8 @@ func GetClassicAllowedSizes() string {
"Standard_L32s",
"Standard_L4s",
"Standard_L8s",
"Standard_M128-32ms",
"Standard_M128-64ms",
"Standard_M128ms",
"Standard_M128s",
"Standard_M64-16ms",
Expand Down Expand Up @@ -1666,6 +1680,12 @@ func GetClassicSizeMap() string {
},
"Standard_L8s": {
"storageAccountType": "Standard_LRS"
},
"Standard_M128-32ms": {
"storageAccountType": "Standard_LRS"
},
"Standard_M128-64ms": {
"storageAccountType": "Standard_LRS"
},
"Standard_M128ms": {
"storageAccountType": "Standard_LRS"
Expand Down

0 comments on commit 7f3e25c

Please sign in to comment.