Skip to content

Commit a9d1899

Browse files
authored
Update howto-configure-cluster.md
1 parent a523f46 commit a9d1899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/howto-configure-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ az networkcloud cluster create --name "$CLUSTER_NAME" --location "$LOCATION" \
5252
--storage-appliance-configuration-data '[{"adminCredentials":{"password":"$SA_PASS","username":"$SA_USER"},"rackSlot":1,"serialNumber":"$SA_SN","storageApplianceName":"$SA_NAME"}]' \
5353
--compute-rack-definitions '[{"networkRackId": "$COMPX_RACK_RESOURCE_ID", "rackSkuId": "$COMPX_RACK_SKU", "rackSerialNumber": "$COMPX_RACK_SN", "rackLocation": "$COMPX_RACK_LOCATION", "storageApplianceConfigurationData": [], "bareMetalMachineConfigurationData":[{"bmcCredentials": {"password":"$COMPX_SVRY_BMC_PASS", "username":"$COMPX_SVRY_BMC_USER"}, "bmcMacAddress":"$COMPX_SVRY_BMC_MAC", "bootMacAddress":"$COMPX_SVRY_BOOT_MAC", "machineDetails":"$COMPX_SVRY_SERVER_DETAILS", "machineName":"$COMPX_SVRY_SERVER_NAME"}]}]'\
5454
--managed-resource-group-configuration name="$MRG_NAME" location="$MRG_LOCATION" \
55-
--network fabric-id "$NFC_ID" \
55+
--network fabric-id "$NF_ID" \
5656
--cluster-service-principal application-id="$SP_APP_ID" \
5757
password="$SP_PASS" principal-id="$SP_ID" tenant-id="$TENANT_ID" \
5858
--secret-archive "{key-vault-id:$KVRESOURCE_ID, use-key-vault:true}" \
@@ -93,7 +93,7 @@ az networkcloud cluster create --name "$CLUSTER_NAME" --location "$LOCATION" \
9393
| COMPX_SVRY_SERVER_NAME | CompX Rack ServerY name, repeat for each rack in compute-rack-definitions and for each server in rack |
9494
| MRG_NAME | Cluster managed resource group name |
9595
| MRG_LOCATION | Cluster Azure region |
96-
| NFC_ID | Reference to Network fabric Controller |
96+
| NF_ID | Reference to Network Fabric |
9797
| SP_APP_ID | Service Principal App ID |
9898
| SP_PASS | Service Principal Password |
9999
| SP_ID | Service Principal ID |

0 commit comments

Comments
 (0)