This Quickstart program uses DevOps tools like Jenkins, Terraform, Packer and ChefHabitat. Java App is built from Chef Habitat and deployed using Jenkins Job
Questo modello di Azure Resource Manager è stato creato da un membro della community e non da Microsoft. Ogni modello di Azure Resource Manager viene concesso in licenza ai sensi di un contratto di licenza a cura del proprietario e non di Microsoft. Microsoft non è responsabile dei modelli di Azure Resource Manager forniti e concessi in licenza da membri della community e non ne verifica la sicurezza, la compatibilità o le prestazioni. I modelli di Azure Resource Manager della community non sono supportati nell'ambito di alcun programma o servizio di supporto tecnico Microsoft e vengono resi disponibili COSÌ COME SONO senza garanzie di alcun tipo.
Parametri
Nome parametro | Descrizione |
---|---|
adminUsername | username for the virtual machines. |
authenticationType | authentication type for the virtual machines. |
adminPassword | password for elk,vmss and mongodbterraform virtual machines |
sshPublicKey | generate ssh public key |
jenkinsVmSize | vm size |
buildInstanceVmSize | vm size |
kibanaWebUIUsername | kibana web ui username |
kibanaWebUIPassword | kibana web ui password, the password should have alphanumeric values only |
azureApplicationId | ad application id |
azureClientSecret | ad clientsecret |
_artifactsLocation | The base uri where artifacts required by this template are located. when the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated. |
_artifactsLocationSasToken | The sastoken required to access _artifactslocation. when the template is deployed using the accompanying scripts, a sasToken will be automatically generated. |
Usa il modello
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/devopstools-jenkins-chefhabitat-terraform/azuredeploy.jsonInstallare e configurare Azure PowerShell
Riga di comando
azure config mode armInstallare e configurare l'interfaccia della riga di comando multipiattaforma di Azure
azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/devopstools-jenkins-chefhabitat-terraform/azuredeploy.json