Skip to content

Commit d31261d

Browse files
committed
Release 8.3
1 parent c8e094d commit d31261d

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

articles/operator-nexus/concepts-commit-workflow-v2.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ Commit Workflow v2 introduces new operational expectations and constraints to en
6262

6363
### Availability & locking rules
6464

65-
- Available only on Runtime Version 5.0.1+. Downgrade to v1 is not supported.
65+
- Available only on Runtime Version 5.0.1+. Downgrade to v1 isn't supported.
6666

6767
- Locking is allowed only when:
6868

6969
- No commit is in progress.
7070

71-
- Fabric is not under maintenance or upgrade.
71+
- Fabric isn't under maintenance or upgrade.
7272

7373
- Fabric is in an administrative enabled state.
7474

7575
### Unsupported during maintenance or upgrade
7676

77-
`Lock`, `ViewDeviceConfiguration`, and `related post-actions` are not allowed during maintenance or upgrade windows.
77+
`Lock`, `ViewDeviceConfiguration`, and `related post-actions` aren't allowed during maintenance or upgrade windows.
7878

7979
### Commit Finality
8080

@@ -86,31 +86,31 @@ Once committed, changes **can't be rolled back**. Any further edits require a ne
8686

8787
- Reverts all ARM resource changes to their last known good state.
8888

89-
- Updates admin/config states (e.g., external/internal networks become disabled and rejected).
89+
- Updates admin/config states (for example, external/internal networks become disabled and rejected).
9090

91-
- Does not delete resources; users must delete them manually if desired.
91+
- Doesn't delete resources; users must delete them manually if desired.
9292

9393
- Enables further patching to reapply changes.
9494

9595
- When the discard batch action is performed:
9696

97-
- The administrative state of internal/external network resources moves to disabled and their configuration state to rejected; however, the resources are not deleted automatically. A separate delete operation is required for removal.
97+
- The administrative state of internal/external network resources moves to disabled and their configuration state to rejected; however, the resources aren't deleted automatically. A separate delete operation is required for removal.
9898

99-
- Enabled Network Monitor resources attached to a fabric cannot be attached to another fabric unless first detached and committed.
99+
- Enabled Network Monitor resources attached to a fabric can't be attached to another fabric unless first detached and committed.
100100

101-
- For Network Monitor resources in administrative state disabled (in commit queue), discard batch moves the config state to rejected. Users can re-apply updates (PUT/patch) and commit again to enable.
101+
- For Network Monitor resources in administrative state disabled (in commit queue), discard batch moves the config state to rejected. Users can reapply updates (PUT/patch) and commit again to enable.
102102

103103
### Resource update restrictions
104104

105-
**Post-lock**, only a limited set of `Create`/`Update`/`Delete` (CUD) actions are supported (e.g., unattached ACLs, TAP rules).
105+
**Post-lock**, only a limited set of `Create`/`Update`/`Delete` (CUD) actions are supported (for example, unattached ACLs, TAP rules).
106106

107107
Device-impacting resources (like Network-to-Network Interconnect (NNI), Isolation Domain (ISD), Route Policy, or ACLs attached to parent resources) are blocked during configuration lock.
108108

109109
### Supported resource actions via Commit workflow v2 (when parent resources are in administrative state – Enabled)
110110

111111
| **Supported resource actions which require commit workflow** | **Unsupported resource actions which doesn’t require commit workflow** |
112112
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
113-
| **All resource updates impacting device configuration:**<br>• Updates to Network Fabric resource<br>• Updates to Network-to-Network Interconnect (NNI)<br>• Updates to ISD (L2 and L3)<br>• Creation and updates to Internal and External Networks of enabled L3 ISD<br>• Addition/updates/removal of Route Policy in Internal, External, ISD, and NNI resources<br>• Addition/updates/removal of IP Prefixes, IP Community, and Extended IP Community when attached to Route Policy or Fabric<br>• Addition/updates/removal of ACLs to Internal, External, ISD, and NNI resources<br>• Addition/updates/removal of Network Fabric resource in Network Monitor resource<br>• Additional description updates to Network Device properties<br>• Creation of multiple NNI | **Creation/updating of resources not impacting device configuration:**<br>• Creation of Isolation Domain (ISD) (L3 and L2)<br>• Network Fabric Controller (NFC) creation/updates<br>• Creation and updates to Network TAP rules, Network TAP, Neighbor groups<br>• Creation and updates to Network TAP rules, Network TAP, Neighbor groups<br>• Creation of new Route Policy and connected resources (IP Prefix, IP Community, IP Extended Community)<br>• Update of Route Policy and connected resources when not attached to ISD/Internal/External/NNI<br>• Creation/update of new Access Control List (ACL) which is not attached<br><br>**ARM resources updates only:**<br>• Tag updates for all supported resources<br><br>**Other administrative actions and post actions which manage lifecycle events:**<br>• Enabling/Disabling Isolation Domain (ISD), Return Material Authorization (RMA), Upgrade, and all administrative actions (enable/disable), serial number update<br>• Deletion of all Nexus Network Fabric (NNF) resources |
113+
| **All resource updates impacting device configuration:**<br>• Updates to Network Fabric resource<br>• Updates to Network-to-Network Interconnect (NNI)<br>• Updates to ISD (L2 and L3)<br>• Creation and updates to Internal and External Networks of enabled L3 ISD<br>• Addition/updates/removal of Route Policy in Internal, External, ISD, and NNI resources<br>• Addition/updates/removal of IP Prefixes, IP Community, and Extended IP Community when attached to Route Policy or Fabric<br>• Addition/updates/removal of ACLs to Internal, External, ISD, and NNI resources<br>• Addition/updates/removal of Network Fabric resource in Network Monitor resource<br>• Additional description updates to Network Device properties<br>• Creation of multiple NNI | **Creation/updating of resources not impacting device configuration:**<br>• Creation of Isolation Domain (ISD) (L3 and L2)<br>• Network Fabric Controller (NFC) creation/updates<br>• Creation and updates to Network TAP rules, Network TAP, Neighbor groups<br>• Creation and updates to Network TAP rules, Network TAP, Neighbor groups<br>• Creation of new Route Policy and connected resources (IP Prefix, IP Community, IP Extended Community)<br>• Update of Route Policy and connected resources when not attached to ISD/Internal/External/NNI<br>• Creation/update of new Access Control List (ACL) which isn't attached<br><br>**ARM resources updates only:**<br>• Tag updates for all supported resources<br><br>**Other administrative actions and post actions which manage lifecycle events:**<br>• Enabling/Disabling Isolation Domain (ISD), Return Material Authorization (RMA), Upgrade, and all administrative actions (enable/disable), serial number update<br>• Deletion of all Nexus Network Fabric (NNF) resources |
114114

115115

116116
### Allowed actions after configuration lock

articles/operator-nexus/howto-use-commit-workflow-v2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Any `patch` operation on parent resources or `Create`/`Update`/`Delete` (CUD) op
3232
### Step 1: Update resources
3333

3434
Make patch or CUD operations via Azure CLI, Portal, or ARM template.
35-
Once these changes are made, the fabric's configuration state will change to `Accepted (Pending Commit)`.
35+
Once these changes are made, the fabric's configuration state changes to `Accepted (Pending Commit)`.
3636

3737
#### Example scenarios
3838

@@ -84,7 +84,7 @@ az networkfabric fabric view-device-configuration \
8484

8585
### Step 3a: Discard commit batch (Optional)
8686

87-
After validating with ViewDeviceConfiguration, users may discard pending configuration updates if issues are found. This restores the ARM resource state to its last known good configuration and resets the fabric state from Accepted & Locked to Succeeded.
87+
After validating with ViewDeviceConfiguration, users may choose to discard pending configuration updates if issues are found. This operation restores the ARM resource state to its last known good configuration and resets the fabric state from Accepted & Locked to Succeeded.
8888

8989

9090
```Azure CLI
@@ -95,7 +95,7 @@ az networkfabric fabric discard-commit-batch \
9595

9696
> [!Note]
9797
> Internal/External network resources move to Admin State: Disabled and Config State: Rejected.<br>
98-
> Resources are not deleted user must delete them manually if required.<br>
98+
> Resources are not deleted, user must delete them manually if required.<br>
9999
> Network Monitor handling includes additional constraints (disabled monitors revert to rejected state).<br>
100100
101101
#### Need to Make More Updates?

0 commit comments

Comments
 (0)