From 4edfc420c1744e8641f184600bc27596847b3e01 Mon Sep 17 00:00:00 2001 From: Jennelle Crothers Date: Wed, 7 May 2025 07:48:41 -0700 Subject: [PATCH 1/2] adding dummy values --- .../fabric_networking.parameters.jsonc | 100 +++++++++--------- .../2025_04/nc_networking.parameters.jsonc | 20 ++-- templates/2025_04/vm.parameters.jsonc | 16 +-- 3 files changed, 68 insertions(+), 68 deletions(-) diff --git a/templates/2025_04/fabric_networking.parameters.jsonc b/templates/2025_04/fabric_networking.parameters.jsonc index 2aa9a89..c74d0d3 100644 --- a/templates/2025_04/fabric_networking.parameters.jsonc +++ b/templates/2025_04/fabric_networking.parameters.jsonc @@ -1,52 +1,52 @@ { - "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", - "contentVersion": "1.0.0.0", - "parameters": { - "l3IsolationDomain_name": { // Provide a name for the isolation domain - "value": "ALRS-ISDL3" - }, - "networkFabrics_id": { // Provide the appropriate network fabric resource ID for the instance - "value": "/subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourceGroups/dev10nfrg04112025/providers/Microsoft.ManagedNetworkFabric/networkFabrics/dev10nf0411" - }, - "external_Uplink_name": { // Provide a name for the external network uplink - "value": "ALRS-OptionB-BSD-test" - }, - "optionBProperties": { // These values are specific to uplink configuration, do not change unless instructed - "value": { - "importRouteTargets": [ - "65129:58" - ], - "exportRouteTargets": [ - "65021:20053" - ] + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", + "contentVersion": "1.0.0.0", + "parameters": { + "l3IsolationDomain_name": { // Provide a name for the isolation domain + "value": "" + }, + "networkFabrics_id": { // Provide the appropriate network fabric resource ID for the instance + "value": "/subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourceGroups/dev10nfrg04112025/providers/Microsoft.ManagedNetworkFabric/networkFabrics/dev10nf0411" + }, + "external_Uplink_name": { // Provide a name for the external network uplink + "value": "" + }, + "optionBProperties": { // These values are specific to uplink configuration, do not change unless instructed + "value": { + "importRouteTargets": [ + "65129:58" + ], + "exportRouteTargets": [ + "65021:20053" + ] + } + }, + "l3InternalNetwork_name01": { // Provide a name for the internal network + "value": "" + }, + "vlanId01": { // Provide a VLAN ID that is unique on the instance + "value": 9999 + }, + "ipv4Prefix01": { // Provide an ipv4 prefix that is unique on the instance + "value": "" + }, + "ipv6Prefix01": { // Provide an ipv6 prefix that is unique on the instance + "value": "" + }, + "l3InternalNetwork_name02": { // Provide a name for the internal network + "value": "" + }, + "vlanId02": { // Provide a VLAN ID that is unique on the instance + "value": 9999 + }, + "ipv4Prefix02": { // Provide an ipv4 prefix that is unique on the instance + "value": "" + }, + "ipv6Prefix02": { // Provide an ipv6 prefix that is unique on the instance + "value": "" + }, + "location": { + "value": "eastus" // Provide the location for the instance } - }, - "l3InternalNetwork_name01": { // Provide a name for the internal network - "value": "oam" - }, - "vlanId01": { // Provide a VLAN ID that is unique on the instance - "value": 2050 - }, - "ipv4Prefix01": { // Provide an ipv4 prefix that is unique on the instance - "value": "10.131.16.0/24" - }, - "ipv6Prefix01": { // Provide an ipv6 prefix that is unique on the instance - "value": "fda0:d59c:ea0a:10::/64" - }, - "l3InternalNetwork_name02": { // Provide a name for the internal network - "value": "appdata" - }, - "vlanId02": { // Provide a VLAN ID that is unique on the instance - "value": 2051 - }, - "ipv4Prefix02": { // Provide an ipv4 prefix that is unique on the instance - "value": "10.131.17.0/24" - }, - "ipv6Prefix02": { // Provide an ipv6 prefix that is unique on the instance - "value": "fda0:d59c:ea0a:11::/64" - }, - "location": { - "value": "eastus" // Provide the location for the instance - } - } -} \ No newline at end of file + } + } \ No newline at end of file diff --git a/templates/2025_04/nc_networking.parameters.jsonc b/templates/2025_04/nc_networking.parameters.jsonc index fb092b4..005de3d 100644 --- a/templates/2025_04/nc_networking.parameters.jsonc +++ b/templates/2025_04/nc_networking.parameters.jsonc @@ -3,37 +3,37 @@ "contentVersion": "1.0.0.0", "parameters": { "cloudServicesNetworks_name": { // Provide a name for the cloud services network - "value": "bsd-csn-alrs" + "value": "" }, "l3IsolationDomains_name": { // Provide the name of the fabric isolation domain that contains the internal network that will correspond with this network - "value": "ALRS-ISDL3" + "value": "" }, "clusterCustomLocation": { // Provide the custom location for this instance "value": "/subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourceGroups/dev10-0c66652bd1b6-HostedResources-65D4B144/providers/Microsoft.ExtendedLocation/customLocations/dev10-0c66652bd1b6-cstm-loc" }, "l3Networks_name01": { // Provide a name for the internal network - "value": "oam" + "value": "" }, "vlanId01": { // Provide a VLAN ID that is unique on the instance - "value": 2050 + "value": 9999 }, "ipv4Prefix01": { // Provide an ipv4 prefix that is unique on the instance - "value": "10.131.16.0/24" + "value": "" }, "ipv6Prefix01": { // Provide an ipv6 prefix that is unique on the instance - "value": "fda0:d59c:ea0a:10::/64" + "value": "" }, "l3Networks_name02": { // Provide a name for the internal network - "value": "appdata" + "value": "" }, "vlanId02": { // Provide the vlan ID, ipV4 and ipV6 prefixes that correspond with the internal network on the isolation domain - "value": 2051 + "value": 9999 }, "ipv4Prefix02": { - "value": "10.131.17.0/24" + "value": "" }, "ipv6Prefix02": { - "value": "fda0:d59c:ea0a:11::/64" + "value": "" }, "location": { // Provide the location for the instance "value": "eastus" diff --git a/templates/2025_04/vm.parameters.jsonc b/templates/2025_04/vm.parameters.jsonc index 07d4b7a..26eb820 100644 --- a/templates/2025_04/vm.parameters.jsonc +++ b/templates/2025_04/vm.parameters.jsonc @@ -3,22 +3,22 @@ "contentVersion": "1.0.0.0", "parameters": { "deployPrefix": { - "value": "VM0501" + "value": "TestVM" }, "hciApiVersion": { "value": "2024-08-01-preview" }, "customLocationId": { - "value": "/subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourceGroups/dev10-0c66652bd1b6-HostedResources-65D4B144/providers/Microsoft.ExtendedLocation/customLocations/dev10-0c66652bd1b6-cstm-loc" + "value": "/subscriptions/abcd-1234-5678-efgh/resourceGroups/blabla-HostedResources-blabla/providers/Microsoft.ExtendedLocation/customLocations/dev10-blabla-cstm-loc" }, "location": { "value": "eastus" }, "acrImagePath": { - "value": "hpereg.azurecr.io/ubuntu:22.04.00" + "value": "acrreg.azurecr.io/ubuntu:22.04.00" }, "acrUsername": { - "value": "hpereg" + "value": "acrreg" }, "acrPassword": { "value": "" @@ -27,13 +27,13 @@ "value": "" }, "l3nId01": { - "value": "/subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourceGroups/bsd-ALRS-P1-test/providers/Microsoft.NetworkCloud/l3Networks/oam" + "value": "/subscriptions/abcd-1234-5678-efgh/resourceGroups/bsd-ALRS-P1-test/providers/Microsoft.NetworkCloud/l3Networks/oam" }, "l3nId02": { - "value": "/subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourceGroups/bsd-ALRS-P1-test/providers/Microsoft.NetworkCloud/l3Networks/appdata" + "value": "/subscriptions/abcd-1234-5678-efgh/resourceGroups/bsd-ALRS-P1-test/providers/Microsoft.NetworkCloud/l3Networks/appdata" }, "csnId": { - "value": "/subscriptions/fca2e8ee-1179-48b8-9532-428ed0873a2e/resourceGroups/bsd-ALRS-P1-test/providers/Microsoft.NetworkCloud/cloudServicesNetworks/bsd-csn-alrs" + "value": "/subscriptions/abcd-1234-5678-efgh/resourceGroups/bsd-ALRS-P1-test/providers/Microsoft.NetworkCloud/cloudServicesNetworks/bsd-csn-alrs" }, "vmMemoryMB": { "value": 8192 @@ -42,7 +42,7 @@ "value": 4 }, "ssh-keydata": { - "value": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC+l/W0zF1j+bYVjgJ4m3Vy8gkB6TumkoaYX4BjrexbYrUK/awlO8pXTNU3g5laj5JkgG4H/KvoJtesBt5VgRJzEMUkXP2WsNxzLazYoAlK0sqefv30hQ9SitMk3HpTXStxsiHLfGCC3kK0Nj9dW6WaKRmcPI95o4g+pN4JSZZ+RwQt0GQAVk0FvAah2tBQUuZdtxOYFoROgVv13QXOuTcEYbAuQqnBlkv8C60w17opPGR57GA9OtNVLq3dbOxqdb9GTDKZdC5nWGf91B2I+ON/8g9x2tHXJROGPGUalBPBeCu77q1XPlYGzroQqHIK1KuOuefqdv8hubJf0qtM6r+chRfOi3HJAadFnsJf3UjSOOLAJekLFKcvQTim2D2cneei5d/WapzxfXnB2uRAs4Fnw1DmPs9rwit4pU/M5K6f8uWi7BMF5ePN0X499otAvf6KPjci+ltjUutPMpgLP2MX59MAexH30HTkiOtjZlmPDerkMOhDFhcKx2YmIJ4k204hktSDnEYvdDqLrG9DMIE6V/r687ruNBSjMyqxgCKgnqrhRFdjCWBdZiqK3ZWDsCaIAYqZjp/CmHCcSCrknkbt3M2/wr+uTOC9ZKYCjJ4Q86blanraKru7kC8pX0m1p0AN2hTUXHKKFxrCypZyN+80KJ7rNxw+chrfi75++pGwIw== arcVM.pem" + "value": "sshkeydata" } } } \ No newline at end of file From c7c706e1e4b5c407e0236bcbfdbc3a23dbc3f577 Mon Sep 17 00:00:00 2001 From: Jennelle Crothers Date: Wed, 7 May 2025 10:06:56 -0700 Subject: [PATCH 2/2] removing aks templates --- templates/2025_04/azurelocal_aksarc.jsonc | 243 ------------------ .../azurelocal_aksarc.parameters.jsonc | 61 ----- 2 files changed, 304 deletions(-) delete mode 100644 templates/2025_04/azurelocal_aksarc.jsonc delete mode 100644 templates/2025_04/azurelocal_aksarc.parameters.jsonc diff --git a/templates/2025_04/azurelocal_aksarc.jsonc b/templates/2025_04/azurelocal_aksarc.jsonc deleted file mode 100644 index 3e3144e..0000000 --- a/templates/2025_04/azurelocal_aksarc.jsonc +++ /dev/null @@ -1,243 +0,0 @@ -{ - "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", - "parameters": { - "provisionedClusterName": { - "type": "string", - "defaultValue": "aksarc-armcluster", - "metadata": { - "description": "The name of the AKS Arc Cluster resource." - } - }, - "location": { - "type": "string", - "defaultValue": "eastus", - "metadata": { - "description": "The location of the AKS Arc Cluster resource." - } - }, - "resourceTags": { - "type": "object", - "defaultValue": {} - }, - "sshRSAPublicKey": { - "type": "string", - "metadata": { - "description": "Configure all linux machines with the SSH RSA public key string. Your key should include three parts, for example 'ssh-rsa AAAAB...snip...UcyupgH '" - } - }, - "enableAHUB": { - "type": "string", - "defaultValue": "NotApplicable", - "metadata": { - "description": "Azure Hybrid Benefit for Windows Server licenses. NotApplicable, True, False." - } - }, - "agentName1": { - "type": "string", - "defaultValue": "nodepool1", - "metadata": { - "description": "The name of the node pool." - } - }, - "agentName2": { - "type": "string", - "defaultValue": "nodepool2", - "metadata": { - "description": "The name of the node pool." - } - }, - "agentVMSize": { - "type": "string", - "defaultValue": "Standard_A4_v2", - "metadata": { - "description": "The VM size for node pools." - } - }, - "agentMode": { - "type": "string", - "defaultValue": "System", - "metadata": { - "description": "The mode of the agentpool." - } - }, - "agentCount": { - "type": "int", - "defaultValue": 1, - "minValue": 1, - "maxValue": 50, - "metadata": { - "description": "The number of nodes for the cluster." - } - }, - "agentOsType": { - "type": "string", - "defaultValue": "Linux", - "metadata": { - "description": "The OS Type for the agent pool." - } - }, - "loadBalancerCount": { - "type": "int", - "defaultValue": 0, - "metadata": { - "description": "The number of load balancers." - } - }, - "kubernetesVersion": { - "type": "string", - "metadata": { - "description": "The version of Kubernetes." - } - }, - "controlPlaneNodeCount": { - "type": "int", - "defaultValue": 1, - "minValue": 1, - "maxValue": 5, - "metadata": { - "description": "The number of control plane nodes for the cluster." - } - }, - "controlPlaneIp": { - "type": "string", - "defaultValue": "", - "metadata": { - "description": "Control plane IP address." - } - }, - "controlPlaneVMSize": { - "type": "string", - "defaultValue": "Standard_A4_v2", - "metadata": { - "description": "The VM size for control plane." - } - }, - "vnetSubnetIds": { - "type": "array", - "metadata": { - "description": "List of network armid(s) for the AKS cluster, including csn, but not cni" - } - }, - "cniNetworkId": { - "type": "string", - "metadata": { - "description": "The armid of the CNI network." - } - }, - "podCidr": { - "type": "string", - "defaultValue": "10.244.0.0/16", - "metadata": { - "description": "The VM size for control plane." - } - }, - "networkPolicy": { - "type": "string", - "defaultValue": "calico", - "metadata": { - "description": "Network policy to use for Kubernetes pods. Only options supported is calico." - } - }, - "customLocation": { - "type": "string", - "metadata": { - "description": "Fully qualified custom location resource Id." - } - }, - "adminGroupObjectIDs": { - "defaultValue": {}, - "type": "array" - } - }, - "resources": [ - { - "apiVersion": "2024-01-01", - "type": "Microsoft.Kubernetes/ConnectedClusters", - "kind": "ProvisionedCluster", - "location": "[parameters('location')]", - "name": "[parameters('provisionedClusterName')]", - "tags": "[parameters('resourceTags')]", - "identity": { - "type": "SystemAssigned" - }, - "properties": { - "agentPublicKeyCertificate":"" , - "aadProfile": { - "enableAzureRBAC": false, - "adminGroupObjectIDs": "[parameters('adminGroupObjectIDs')]" - } - } - }, - { - "apiVersion": "2024-09-01-preview", - "type": "microsoft.hybridcontainerservice/provisionedclusterinstances", - "name": "default", - "scope": "[concat('Microsoft.Kubernetes/ConnectedClusters', '/', parameters('provisionedClusterName'))]", - "dependsOn": [ - "[resourceId('Microsoft.Kubernetes/ConnectedClusters', parameters('provisionedClusterName'))]" - ], - "properties": { - "agentPoolProfiles": [ - { - "count": "[parameters('agentCount')]", - "name":"[parameters('agentName1')]", - "osType": "[parameters('agentOsType')]", - "vmSize": "[parameters('agentVMSize')]" - }, - { - "count": "[parameters('agentCount')]", - "name":"[parameters('agentName2')]", - "osType": "[parameters('agentOsType')]", - "vmSize": "[parameters('agentVMSize')]" - } - ], - "cloudProviderProfile": { - "infraNetworkProfile": { - "vnetSubnetIds": "[parameters('vnetSubnetIds')]" - } - }, - "controlPlane": { - "count": "[parameters('controlPlaneNodeCount')]", - "controlPlaneEndpoint": { - "hostIP": "[parameters('controlPlaneIp')]" - }, - "vmSize": "[parameters('controlPlaneVMSize')]" - }, - "licenseProfile": { - "azureHybridBenefit": "[parameters('enableAHUB')]" - }, - "kubernetesVersion": "[parameters('kubernetesVersion')]", - "linuxProfile": { - "ssh": { - "publicKeys": [ - { - "keyData": "[parameters('sshRSAPublicKey')]" - } - ] - } - }, - "networkProfile": { - "loadBalancerProfile": { - "count": "[parameters('loadBalancerCount')]" - }, - "networkPolicy": "[parameters('networkPolicy')]", - "podCidr": "[parameters('podCidr')]", - "vnetSubnetId": "[parameters('cniNetworkId')]" - }, - "storageProfile": { - "nfsCsiDriver": { - "enabled": false - }, - "smbCsiDriver": { - "enabled": false - } - } - }, - "extendedLocation": { - "name": "[parameters('customLocation')]", - "type": "CustomLocation" - } - } - ] - } diff --git a/templates/2025_04/azurelocal_aksarc.parameters.jsonc b/templates/2025_04/azurelocal_aksarc.parameters.jsonc deleted file mode 100644 index fd8d1da..0000000 --- a/templates/2025_04/azurelocal_aksarc.parameters.jsonc +++ /dev/null @@ -1,61 +0,0 @@ -{ - "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", - "contentVersion": "1.0.0.0", - "parameters": { - "provisionedClusterName":{ - "value": "sample-cluster" - }, - "location": { - "value": "eastus" - }, - "sshRSAPublicKey": { - "value": "ssh-rsa AAAA...... " - }, - "agentVMSize": { - "value": "NC_G2_8_v1" - }, - "agentCount": { - "value": 2 - }, - "agentOsType": { - "value": "Linux" - }, - "agentMode": { - "value": "System" - }, - "loadBalancerCount": { - "value": 0 - }, - "kubernetesVersion": { - "value": "v1.29.7" - }, - "controlPlaneNodeCount": { - "value": 1 - }, - "controlPlaneIp": { - "value": "ipipip" - }, - "controlPlaneVMSize": { - "value": "NC_G2_8_v1" - }, - "cniNetworkId": { - "value": "" - }, - "vnetSubnetIds": { - "value": - ["" - }, - "adminGroupObjectIDs": { - "value": [ - "" - ] - }, - "resourceTags": { - "nexus": "nexus, this field here is optional and can be anything" - } - } - } - \ No newline at end of file