Skip to content

Commit 1f39f23

Browse files
Merge pull request #228590 from MicrosoftDocs/release-preview-azure-operator-distributed-services
Change "aods" to "nexus" and VM vCPU size
2 parents 3ca2482 + 31c6094 commit 1f39f23

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

articles/operator-nexus/howto-install-cli-extensions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Install the following CLI extensions:
1717
- `managednetworkfabric` (for Microsoft.ManagedNetworkFabric APIs)
1818
- `hybridaks` (for AKS-Hybrid APIs)
1919

20-
- 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.
2121

2222
- Install `networkcloud` CLI extension
2323

@@ -32,13 +32,13 @@ Install the following CLI extensions:
3232
# [Linux / macOS / WSL](#tab/linux+macos+wsl)
3333
3434
```sh
35-
curl -L "https://aka.ms/aods-nc-cli" --output "networkcloud-0.0.0-py3-none-any.whl"
35+
curl -L "https://aka.ms/nexus-nc-cli" --output "networkcloud-0.0.0-py3-none-any.whl"
3636
```
3737

3838
# [PowerShell](#tab/powershell)
3939

4040
```ps
41-
curl "https://aka.ms/aods-nc-cli" -OutFile "networkcloud-0.0.0-py3-none-any.whl"
41+
curl "https://aka.ms/nexus-nc-cli" -OutFile "networkcloud-0.0.0-py3-none-any.whl"
4242
```
4343

4444
---
@@ -63,13 +63,13 @@ Install the following CLI extensions:
6363
# [Linux / macOS / WSL](#tab/linux+macos+wsl)
6464
6565
```sh
66-
curl -L "https://aka.ms/aods-nf-cli" --output "managednetworkfabric-0.0.0-py3-none-any.whl"
66+
curl -L "https://aka.ms/nexus-nf-cli" --output "managednetworkfabric-0.0.0-py3-none-any.whl"
6767
```
6868

6969
# [PowerShell](#tab/powershell)
7070

7171
```ps
72-
curl "https://aka.ms/aods-nf-cli" -OutFile "managednetworkfabric-0.0.0-py3-none-any.whl"
72+
curl "https://aka.ms/nexus-nf-cli" -OutFile "managednetworkfabric-0.0.0-py3-none-any.whl"
7373
```
7474

7575
---
@@ -94,13 +94,13 @@ Install the following CLI extensions:
9494
# [Linux / macOS / WSL](#tab/linux+macos+wsl)
9595
9696
```sh
97-
curl -L "https://aka.ms/aods-hybridaks-cli" --output "hybridaks-0.0.0-py3-none-any.whl"
97+
curl -L "https://aka.ms/nexus-hybridaks-cli" --output "hybridaks-0.0.0-py3-none-any.whl"
9898
```
9999

100100
# [PowerShell](#tab/powershell)
101101

102102
```ps
103-
curl "https://aka.ms/aods-hybridaks-cli" -OutFile "hybridaks-0.0.0-py3-none-any.whl"
103+
curl "https://aka.ms/nexus-hybridaks-cli" -OutFile "hybridaks-0.0.0-py3-none-any.whl"
104104
```
105105

106106
---

articles/operator-nexus/quickstarts-tenant-workload-deployment.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ These examples don't specify all required parameters and, thus, shouldn't be use
1919

2020
You should complete the prerequisites specified [here](./quickstarts-tenant-workload-prerequisites.md).
2121

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+
2226
## Section V: how to create VMs for deploying VNF workloads
2327

2428
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
235239
az ssh vm -n _VMNAME_ -g _RESOURCE_GROUP_ --subscription _SUBSCRIPTION_ --private-key _SSH_PRIVATE_KEY_ --local-user _ADMINUSER_
236240
```
237241

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.
240-
241242
Here's some information you'll need.
242243

243244
- The `resourceId` of the `cloudservicesnetwork`

0 commit comments

Comments
 (0)