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
- If you haven't already installed Azure CLI: [Install Azure CLI][installation-instruction]. The aka.ms links downloads the latest available version of the extension.
20
+
- If you haven't already installed Azure CLI: [Install Azure CLI][installation-instruction]. The aka.ms links download the latest available version of the extension.
21
21
22
22
- Install `networkcloud` CLI extension
23
23
@@ -32,13 +32,13 @@ Install the following CLI extensions:
Copy file name to clipboardExpand all lines: articles/operator-nexus/quickstarts-tenant-workload-deployment.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ These examples don't specify all required parameters and, thus, shouldn't be use
19
19
20
20
You should complete the prerequisites specified [here](./quickstarts-tenant-workload-prerequisites.md).
21
21
22
+
**Capacity Note:**
23
+
24
+
Say, each server has two CPU chipsets and each CPU chip has 28 cores. Then with hyperthreading enabled (default), the CPU chip supports 56 vCPUs. 10 vCPUs are reserved for infrastructure (OS, agents, emulator thread, etc.) with the remaining 46 vCPUs available for your workloads (maximum VM size).
25
+
22
26
## Section V: how to create VMs for deploying VNF workloads
23
27
24
28
Step-V1: [Create isolation-domains for VMs](#step-v1-create-isolation-domain-for-vm-workloads)
@@ -235,9 +239,6 @@ It will take a few minutes for the VM to be created and then Arc connected, so s
235
239
az ssh vm -n _VMNAME_ -g _RESOURCE_GROUP_ --subscription _SUBSCRIPTION_ --private-key _SSH_PRIVATE_KEY_ --local-user _ADMINUSER_
236
240
```
237
241
238
-
**Capacity Note:**
239
-
In the BOM 1.5 Dell servers, each server has two CPU chipsets. Each CPU chip has 28 cores and, thus, with hyperthreading enabled (default), the CPU chip supports 56 vCPUs. 8 vCPUs are reserved for infrastructure (OS, agents) and the remaining 48 are available for tenant workloads.
0 commit comments