Skip to content

Commit c341a41

Browse files
Merge pull request #286110 from msftadam/patch-16
Update safe-upgrade-practices.md
2 parents 423e694 + c56435c commit c341a41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/operator-service-manager/safe-upgrade-practices.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.service: azure-operator-service-manager
99
---
1010

1111
# Get started with safe upgrade practices
12+
13+
## Overview
1214
This article introduces Azure Operator Service Manager (AOSM) safe upgrade practices (SUP). This feature set enables an end user to safely execute complex upgrades of CNF workloads hosted on Azure Operator Nexus, in compliance with partner ISSU requirements, where applicable. Look for future articles in these services to expand on SUP features and capabilities.
1315

1416
## Introduction
@@ -22,7 +24,7 @@ A given network service supported by Azure Operator Service Manager will be comp
2224
* Single Chart Test Validation - Running a helm test operation after a create or update.
2325
* Refactored SNS Reput - Improved methods, adds update order and cleanup check.
2426

25-
## Overview
27+
## Upgrade approach
2628
To update an existing Azure Operator Service Manager site network service (SNS), the Operator executes a reput update request against the deployed SNS resource. Where the SNS contains CNFs with multiple NfApps, the request is fanned out across all NfApps defined in the network function definition version (NFDV). By default, in the order, which they appear, or optionally in the order defined by UpdateDependsOn parameter.
2729

2830
For each NfApp, the reput update request supports increasing a helm chart version, adding/removing helm values and/or adding/removing any NfApps. Timeouts can be set per NfApp, based on known allowable runtimes, but NfApps can only be processed in serial order, one after the other. The reput update implements the following processing logic:

0 commit comments

Comments
 (0)