Os modelos de Início Rápido do Azure estão atualmente disponíveis em inglês
Openshift Container Platform 4.3
Este modelo de Gestor de Recursos do Azure (Azure Resource Manager, ARM) foi criado por um membro da comunidade e não pela Microsoft. Cada modelo de ARM está licenciado para si ao abrigo de um contrato de licença pelo respetivo proprietário e não pela Microsoft. A Microsoft não é responsável por modelos de ARM fornecidos e licenciados por membros da comunidade e não os analisa quanto a a segurança, compatibilidade ou desempenho. Os modelos de ARM da comunidade não são suportados ao abrigo de nenhum programa de suporte ou serviço da Microsoft e são disponibilizados TAL COMO ESTÃO sem qualquer tipo de garantia.
Parâmetros
Nome do Parâmetro | Descrição |
---|---|
_artifactsLocation | The base URL 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 | Token for the base URL 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. |
location | Region where the resources should be created in |
clusterName | Cluster resources prefix |
dnsZone | Domain name created with the App Service |
dnsZoneRG | Resource Group that contains the domain name |
fipsEnabled | Enable FIPS encryption |
privateOrPublicEndpoints | Public or private facing endpoints |
newOrExistingNetwork | Deploy in new cluster or in existing cluster. If existing cluster, make sure the new resources are in the same zone |
existingVnetResourceGroupName | Resource Group for Existing Vnet. |
virtualNetworkName | Name of new or existing virtual network |
virtualNetworkCIDR | VNet Address Prefix. Minimum address prefix is /16 |
masterSubnetName | Name of new or existing master subnet |
masterSubnetPrefix | Master subnet address prefix |
workerSubnetName | Name of new or existing worker subnet |
workerSubnetPrefix | Worker subnet address prefix |
bastionSubnetName | Name of new or existing bastion subnet |
bastionSubnetPrefix | Worker subnet address prefix |
singleZoneOrMultiZone | Deploy to a Single AZ or multiple AZs |
bastionVmSize | Bastion Host VM size. Use VMs with Premium Storage support only. |
masterVmSize | OpenShift Master VM size. Use VMs with Premium Storage support only. |
workerVmSize | OpenShift Node VM(s) size. Use VMs with Premium Storage support only. |
masterInstanceCount | Number of OpenShift masters. |
workerInstanceCount | Number of OpenShift nodes |
storageOption | (nenhuma descrição disponível) |
pxSpecUrl | Portworx Spec URL. See README on how to generate the URL |
dataDiskSize | Size of Datadisk in GB for NFS storage |
enableNfsBackup | Enable Backup on NFS node |
adminUsername | Administrator username on all VMs and first user created for OpenShift login |
openshiftUsername | User created for OpenShift login |
openshiftPassword | Password for OpenShift login |
sshPublicKey | SSH public key for all VMs |
pullSecret | Pull Secret json or reference to keyvault pull secret is stored |
aadClientId | Azure AD Client ID |
aadClientSecret | Azure AD Client Secret |
Utilizar o modelo
PowerShell
New-AzResourceGroup -Name <resource-group-name> -Location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstalar e configurar o PowerShell para Azure
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/openshift/openshift-container-platform/azuredeploy.json
Linha de comandos
az group create --name <resource-group-name> --location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstalar e Configurar a Interface de Linha de Comandos para Várias Plataformas do Azure
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/openshift/openshift-container-platform/azuredeploy.json