mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
Updated ubuntu version to 16.04.0-LTS
This commit is contained in:
@@ -22,7 +22,7 @@ This template can help you setup the [Artifactory Enterprise](https://jfrog.com/
|
||||
|
||||
3. Click on Purchase to start deploying resources. It will deploy MsSQL database, Azure Blob storage container, VM installing Nginx and Artifactory and Load balancer.
|
||||
|
||||
4. Once deployment it done. Copy FQDN from Output of deployment template.
|
||||
4. Once deployment is done. Copy FQDN from Output of deployment template.
|
||||
|
||||
5. Access artifactory using FQDN.
|
||||
|
||||
|
||||
@@ -54,14 +54,15 @@
|
||||
},
|
||||
"ubuntuOSVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "14.04.2-LTS",
|
||||
"defaultValue": "16.04.0-LTS",
|
||||
"allowedValues": [
|
||||
"12.04.5-LTS",
|
||||
"14.04.2-LTS",
|
||||
"15.10"
|
||||
"15.10",
|
||||
"16.04.0-LTS"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "The Ubuntu version for the VM. This will pick a fully patched image of this given Ubuntu version. Allowed values: 12.04.5-LTS, 14.04.2-LTS, 15.10."
|
||||
"description": "The Ubuntu version for the VM."
|
||||
}
|
||||
},
|
||||
"artifactoryLicense1": {
|
||||
|
||||
Reference in New Issue
Block a user