You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -456,11 +456,11 @@ BMM provisioning is complete when the following conditions are met:
456
456
### Review Operator Nexus release notes
457
457
Review the Operator Nexus release notes for any version specific actions required post-deployment.
458
458
459
-
### Validate Nexus instance
459
+
### Validate Nexus Instance
460
460
461
-
Validate the health and status of all the Nexus instance resources created during deployment with the [Nexus Instance Readiness Test (IRT)](howto-run-instance-readiness-testing.md).
461
+
Validate the health and status of all the Nexus Instance resources created during deployment with the [Nexus Instance Readiness Test (IRT)](howto-run-instance-readiness-testing.md).
462
462
463
-
To perform a resource validation of the Nexus instance components post-deployment through Azure CLI:
463
+
To perform a resource validation of the Nexus Instance components post-deployment through Azure CLI:
464
464
```
465
465
# NFC
466
466
az networkfabric controller list --subscription <CUSTOMER_SUB_ID> -o table
@@ -483,27 +483,17 @@ az networkcloud cluster list --subscription <CUSTOMER_SUB_ID> -o table
483
483
az networkcloud baremetalmachine list -g <CLUSTER_MRG> --subscription <CUSTOMER_SUB_ID> --query "sort_by([]. {name:name,kubernetesNodeName:kubernetesNodeName,location:location,readyState:readyState,provisioningState:provisioningState,detailedStatus:detailedStatus,detailedStatusMessage:detailedStatusMessage,cordonStatus:cordonStatus,powerState:powerState,machineRoles:machineRoles| join(', ', @),createdAt:systemData.createdAt}, &name)" -o table
484
484
az networkcloud storageappliance list -g <CLUSTER_MRG> --subscription <CUSTOMER_SUB_ID> -o table
485
485
```
486
-
> [!Note]
487
-
> IRT validation provides a complete functional test of networking and workloads across all components of the Nexus instance. Simple validation does not provide functional tesing.
488
-
489
-
</details>
490
486
491
-
## Close out work items
492
-
<details>
493
-
<summary> Close out any work items in your ticketing system on deployment completion </summary>
494
-
495
-
- Update task hours for deployment duration.
496
-
- Set Nexus deployment work item to `Complete`.
497
-
- Add any notes on support tickets and issues encountered during deployment.
498
-
- List any BMM that failed to provision.
487
+
> [!Note]
488
+
> IRT validation provides a complete functional test of networking and workloads across all components of the Nexus Instance. Simple validation does not provide functional tesing.
499
489
500
490
</details>
501
491
502
492
## Links
503
493
<details>
504
-
<summary> Reference Links for Nexus Deployments </summary>
494
+
<summary> Reference Links for Nexus Instance deployment </summary>
505
495
506
-
Reference links for deploying a Nexus instance:
496
+
Reference links for deploying a Nexus Instance:
507
497
- Access the [Azure portal](https://aka.ms/nexus-portal)
508
498
- Access the [Azure portal ARM Template Editor](https://portal.azure.com/#create/Microsoft.Template)
509
499
-[Install Azure CLI](https://aka.ms/azcli)
@@ -516,5 +506,6 @@ Reference links for deploying a Nexus instance:
516
506
- Reference the [Nexus Telco Input Template](concepts-telco-input-template.md)
517
507
- Reference the [Nexus Platform Prerequisites](howto-platform-prerequisites.md)
518
508
- Create a [Network Fabric ACL](howto-create-access-control-list-for-network-to-network-interconnects.md)
509
+
- Reference the [Nexus Instance Readiness Test (IRT)](howto-run-instance-readiness-testing.md)
0 commit comments