Skip to content

Commit 36163a8

Browse files
authored
Update safe-upgrade-practices.md
1 parent 3841329 commit 36163a8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,19 @@ Ultimately, the ability for a given service to be upgraded without interruption
5050
When planning for an upgrade using Azure Operator Service Manager, address the following requirements in advance of upgrade execution to optimize the time spent attempting the upgrade.
5151

5252
- Onboard updated artifacts using publisher and/or designer workflows.
53-
- Publisher, store, network service design group (NSDG), and network function design group (NFDG) are static and do not change.
54-
- A new artifact manifest is needed to store the new charts and images. For more information, see onboarding documentation for details on uploading new charts and images.
53+
- Publisher, artifact store, network service design group (NSDG), and network function design group (NFDG) are immutabe and cannot change.
54+
- Changing one of these resources would require deployment of a new NF via put.
55+
- A new artifact manifest is needed to store the new charts and images.
56+
- For more information, see [onboarding documentation](how-to-manage-artifacts-nexus.md) for details on uploading new charts and images.
5557
- A new NFDV, and optionally network service design version (NSDV), is needed.
5658
- We cover basic changes to the NFDV in the step by step section.
5759
- New NSDV is only required if a new configuration group schema (CGS) version is being introduced.
5860
- If necessary, new CGS.
5961
- Required if an upgrade introduces new exposed configuration parameters.
6062

63+
> [!NOTE]
64+
> NSDVs and NFDVs with different major versions can be supported in the same NSDG and NFDG
65+
6166
- Create updated artifacts using Operator workflow.
6267
- If necessary, create new configuration group values (CGVs) based on new CGS.
6368
- Reuse and craft payload by confirming the existing site and site network service objects.

0 commit comments

Comments
 (0)