Skip to content

Commit aa33345

Browse files
authored
Update howto-configure-cluster.md
1 parent 63fa336 commit aa33345

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The Infrastructure Cluster resource represents an on-premises deployment of the
3232
within the Cluster Manager. All other platform-specific resources are
3333
dependent upon it for their lifecycle.
3434

35-
You should have successfully created the Network Fabric for this on-premises deployment.
35+
You should create the Network Fabric prior to this on-premises deployment.
3636
Each Operator Nexus on-premises instance has a one-to-one association
3737
with a Network Fabric.
3838

@@ -81,10 +81,10 @@ az networkcloud cluster create --name "$CLUSTER_NAME" --location "$LOCATION" \
8181
| SA_PASS | Storage Appliance admin password |
8282
| SA_USER | Storage Appliance admin user |
8383
| SA_SN | Storage Appliance Serial Number |
84-
| COMPX_RACK_RESOURCE_ID | RackID for CompX Rack, repeat for each rack in compute-rack-definitions |
85-
| COMPX_RACK_SKU | Rack SKU for CompX Rack, repeat for each rack in compute-rack-definitions |
86-
| COMPX_RACK_SN | Rack Serial Number for CompX Rack, repeat for each rack in compute-rack-definitions |
87-
| COMPX_RACK_LOCATION | Rack physical location for CompX Rack, repeat for each rack in compute-rack-definitions |
84+
| COMPX_RACK_RESOURCE_ID | RackID for CompX Rack; repeat for each rack in compute-rack-definitions |
85+
| COMPX_RACK_SKU | Rack SKU for CompX Rack; repeat for each rack in compute-rack-definitions |
86+
| COMPX_RACK_SN | Rack Serial Number for CompX Rack; repeat for each rack in compute-rack-definitions |
87+
| COMPX_RACK_LOCATION | Rack physical location for CompX Rack; repeat for each rack in compute-rack-definitions |
8888
| COMPX_SVRY_BMC_PASS | CompX Rack ServerY BMC password, repeat for each rack in compute-rack-definitions and for each server in rack |
8989
| COMPX_SVRY_BMC_USER | CompX Rack ServerY BMC user, repeat for each rack in compute-rack-definitions and for each server in rack |
9090
| COMPX_SVRY_BMC_MAC | CompX Rack ServerY BMC MAC address, repeat for each rack in compute-rack-definitions and for each server in rack |
@@ -99,7 +99,7 @@ az networkcloud cluster create --name "$CLUSTER_NAME" --location "$LOCATION" \
9999
| SP_ID | Service Principal ID |
100100
| TENANT_ID | Subscription tenant ID |
101101
| KV_RESOURCE_ID | Key Vault ID |
102-
| CLUSTER_TYPE | Type of cluster, Single or MultiRack |
102+
| CLUSTER_TYPE | Type of cluster, Single, or MultiRack |
103103
| CLUSTER_VERSION | NC Version of cluster |
104104
| TAG_KEY1 | Optional tag1 to pass to Cluster Create |
105105
| TAG_VALUE1 | Optional tag1 value to pass to Cluster Create |
@@ -112,32 +112,32 @@ az networkcloud cluster create --name "$CLUSTER_NAME" --location "$LOCATION" \
112112

113113
An alternate way to create a Cluster is with the ARM template editor.
114114

115-
In order to create the cluster this way, you will need to provide a template file (cluster.jsonc) and a parameter file (cluster.parameters.jsonc).
116-
You can find examples of an for an 8-Rack 2M16C SKU cluster using these two files:
115+
In order to create the cluster this way, you need to provide a template file (cluster.jsonc) and a parameter file (cluster.parameters.jsonc).
116+
You can find examples for an 8-Rack 2M16C SKU cluster using these two files:
117117

118118
[cluster.jsonc](./cluster-jsonc-example.md) ,
119119
[cluster.parameters.jsonc](./cluster-parameters-jsonc-example.md)
120120

121-
Note: To get the correct formatting, copy the raw code file. The values within the cluster.parameters.jsonc file are are customer specific and may not be a complete list. Please update the value fields for your specific environment.
121+
Note: To get the correct formatting, copy the raw code file. The values within the cluster.parameters.jsonc file are customer specific and may not be a complete list. Update the value fields for your specific environment.
122122

123123
1. In a web browser, go to the [Azure portal](https://portal.azure.com/) and sign in.
124124
1. From the Azure portal search bar, search for 'Deploy a custom template' and then select it from the available services.
125125
1. Click on Build your own template in the editor.
126126
1. Click on Load file. Locate your cluster.jsonc template file and upload it.
127127
1. Click Save.
128128
1. Click Edit parameters.
129-
1. Click Load file. Locate your cluster.parameters.jsonc parameters file and upload it.
129+
1. Click Load file. Locate your cluster.parameters.jsonc parameters file and upload it.
130130
1. Click Save.
131131
1. Select the correct Subscription.
132-
1. Search for the Resource group if it already exists or create new.
132+
1. Search for the Resource group to see if it already exists. If not, create a new Resource group.
133133
1. Make sure all Instance Details are correct.
134134
1. Click Review + create.
135135

136136

137137
### Cluster validation
138138

139139
A successful Operator Nexus Cluster creation results in the creation of an AKS cluster
140-
inside your subscription. The cluster ID, cluster provisioning state and
140+
inside your subscription. The cluster ID, cluster provisioning state, and
141141
deployment state are returned as a result of a successful `cluster create`.
142142

143143
View the status of the Cluster:
@@ -159,10 +159,10 @@ Cluster create Logs can be viewed in the following locations:
159159

160160
## Deploy Cluster
161161

162-
Once a Cluster has been created, the deploy cluster action can be triggered.
162+
After creating the cluster, the deploy cluster action can be triggered.
163163
The deploy Cluster action creates the bootstrap image and deploys the Cluster.
164164

165-
Deploy Cluster initiates a sequence of events to occur in the Cluster Manager
165+
Deploy Cluster initiates a sequence of events that occur in the Cluster Manager.
166166

167167
1. Validation of the cluster/rack properties
168168
2. Generation of a bootable image for the ephemeral bootstrap cluster
@@ -238,7 +238,7 @@ az rest -m GET -u "https://management.azure.com/subscriptions/${SUBSCRIPTION_ID}
238238

239239
The output is similar to the JSON struct example. When the error code is
240240
`HardwareValidationThresholdFailed`, then the error message contains a list of bare
241-
metal machine(s) that failed the hardware validation (for example, `COMP0_SVR0_SERVER_NAME`,
241+
metal machines that failed the hardware validation (for example, `COMP0_SVR0_SERVER_NAME`,
242242
`COMP1_SVR1_SERVER_NAME`). These names can be used to parse the logs for further details.
243243

244244
```json

0 commit comments

Comments
 (0)