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

Commit

Permalink
Add additional v3 vm sizes permitted for dcos master and agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Campbell committed Feb 1, 2018
1 parent b2f5971 commit 08d3f98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/acsengine/azureconst.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func GetDCOSMasterAllowedSizes() string {
"Standard_D2",
"Standard_D2_v2",
"Standard_D2_v2_Promo",
"Standard_D2s_v3",
"Standard_D3",
"Standard_D32_v3",
"Standard_D32s_v3",
Expand All @@ -87,6 +88,7 @@ func GetDCOSMasterAllowedSizes() string {
"Standard_D4_v2",
"Standard_D4_v2_Promo",
"Standard_D4_v3",
"Standard_D2s_v3",
"Standard_D5_v2",
"Standard_D5_v2_Promo",
"Standard_D64_v3",
Expand Down Expand Up @@ -266,12 +268,14 @@ func GetMasterAgentAllowedSizes() string {
"Standard_DS2",
"Standard_DS2_v2",
"Standard_DS2_v2_Promo",
"Standard_D2s_v3",
"Standard_DS3",
"Standard_DS3_v2",
"Standard_DS3_v2_Promo",
"Standard_DS4",
"Standard_DS4_v2",
"Standard_DS4_v2_Promo",
"Standard_D2s_v3",
"Standard_DS5_v2",
"Standard_DS5_v2_Promo",
"Standard_E16_v3",
Expand Down

0 comments on commit 08d3f98

Please sign in to comment.