Skip to content

Instantly share code, notes, and snippets.

@fefl
Created February 15, 2019 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fefl/272b08b3fd40fc7ebc5c662c40321305 to your computer and use it in GitHub Desktop.
Save fefl/272b08b3fd40fc7ebc5c662c40321305 to your computer and use it in GitHub Desktop.
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"_artifactsLocation": {
"value": "https://raw.githubusercontent.com/Microsoft/openshift-container-platform/master"
},
"masterVmSize": {
"value": "Standard_E2s_v3"
},
"infraVmSize": {
"value": "Standard_D4s_v3"
},
"nodeVmSize": {
"value": "Standard_D4s_v3"
},
"cnsVmSize": {
"value": "Standard_E4s_v3"
},
"osImageType": {
"value": "defaultgallery"
},
"marketplaceOsImage": {
"value": {
"publisher": "RedHat",
"offer": "RHEL",
"sku": "7-RAW",
"version": "latest"
}
},
"storageKind": {
"value": "managed"
},
"openshiftClusterPrefix": {
"value": "poc-azure-gluster"
},
"masterInstanceCount": {
"value": 3
},
"infraInstanceCount": {
"value": 3
},
"nodeInstanceCount": {
"value": 3
},
"dataDiskSize": {
"value": 128
},
"adminUsername": {
"value": "occlusteradmin"
},
"openshiftPassword": {
"value": "<>"
},
"enableMetrics": {
"value": "true"
},
"enableLogging": {
"value": "true"
},
"enableCNS": {
"value": "true"
},
"rhsmUsernameOrOrgId": {
"value": "<>"
},
"rhsmPasswordOrActivationKey": {
"value": "<>"
},
"rhsmPoolId": {
"value": "<>"
},
"rhsmBrokerPoolId": {
"value": "<>"
},
"sshPublicKey": {
"value": "<>"
},
"keyVaultResourceGroup": {
"value": "groupPocKey"
},
"keyVaultName": {
"value": "ocKeyvaultPoc"
},
"keyVaultSecret": {
"value": "ocPrivKey"
},
"enableAzure": {
"value": "true"
},
"aadClientId": {
"value": "<>"
},
"aadClientSecret": {
"value": "<>"
},
"masterClusterDnsType": {
"value": "custom"
},
"masterClusterDns": {
"value": "console.azurerc1.altemista.cloud"
},
"routingSubDomainType": {
"value": "custom"
},
"routingSubDomain": {
"value": "azurerc1.altemista.cloud"
},
"virtualNetworkNewOrExisting": {
"value": "new"
},
"virtualNetworkName": {
"value": "openshiftvnet"
},
"addressPrefixes": {
"value": "10.0.0.0/14"
},
"masterSubnetName": {
"value": "mastersubnet"
},
"masterSubnetPrefix": {
"value": "10.1.0.0/16"
},
"infraSubnetName": {
"value": "infrasubnet"
},
"infraSubnetPrefix": {
"value": "10.2.0.0/16"
},
"nodeSubnetName": {
"value": "nodesubnet"
},
"nodeSubnetPrefix": {
"value": "10.3.0.0/16"
},
"existingMasterSubnetReference": {
"value": ""
},
"existingInfraSubnetReference": {
"value": ""
},
"existingCnsSubnetReference": {
"value": ""
},
"existingNodeSubnetReference": {
"value": ""
},
"masterClusterType": {
"value": "public"
},
"masterPrivateClusterIp": {
"value": "10.1.0.200"
},
"routerClusterType": {
"value": "public"
},
"routerPrivateClusterIp": {
"value": "10.2.0.200"
},
"routingCertType": {
"value": "custom"
},
"masterCertType": {
"value": "custom"
},
"proxySettings": {
"value": "none"
},
"httpProxyEntry": {
"value": ""
},
"httpsProxyEntry": {
"value": ""
},
"noProxyEntry": {
"value": ""
},
"customHeaderImage": {
"value": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment