Skip to content

Commit

Permalink
Merge pull request #3867 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…3786-to-release-4.5

[release-4.5] Bug 1855079: adjust Azure UPI disk size to the same used in IPI
  • Loading branch information
openshift-merge-robot committed Jul 13, 2020
2 parents b714ff8 + 38d0cc5 commit b378fde
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion upi/azure/05_masters.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
"metadata" : {
"description" : "The size of the Master Virtual Machines"
}
},
"diskSizeGB" : {
"type" : "int",
"defaultValue" : 1024,
"metadata" : {
"description" : "Size of the Master VM OS disk, in GB"
}
}
},
"variables" : {
Expand Down Expand Up @@ -256,7 +263,7 @@
"managedDisk": {
"storageAccountType": "Premium_LRS"
},
"diskSizeGB" : 128
"diskSizeGB" : "[parameters('diskSizeGB')]"
}
},
"networkProfile" : {
Expand Down

0 comments on commit b378fde

Please sign in to comment.