Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Release 3.10 #140

Open
wants to merge 2 commits into
base: release-3.10
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"type": "string",
"defaultValue": "defaultgallery",
"allowedValues": [
"defaultgallery", "marketplace"
"defaultgallery", "marketplace", "sourceImageURI"
],
"metadata": {
"description": "OpenShift OS image type. 'defaultgallery' will use the on demand RHEL image. 'marketplace' allows you to define a third party marketplace image to use."
Expand All @@ -115,6 +115,12 @@
"description": "Enter the appropriate publisher, offer, sku and version values for the appropriate marketplace image you want to use."
}
},
"sourceImageURI": {
"type": "string",
"metadata": {
"description": "Full URIs for one or more custom images (VHDs) that should be copied to the deployment storage account to spin up new VMs from them. URLs must be comma separated."
}
},
"storageKind": {
"type": "string",
"defaultValue": "managed",
Expand Down
2 changes: 1 addition & 1 deletion azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"value": "changeme"
},
"enableAzure": {
"value": "true"
"value": "false"
},
"aadClientId": {
"value": "changeme"
Expand Down