blob: 7d8d7efe792b81b488c129e39b41c35e35090249 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- PNF_CDS_RESTCONF/Templates/pnf-swug-config-template.vtl 2020-03-12 19:06:30.108210900 +0800
+++ PNF_SW_UPGRADE_WITH_EM/Templates/pnf-swug-activate-ne-sw-template.vtl 2020-03-12 23:29:51.565242200 +0800
@@ -7,11 +7,12 @@
"operation": "merge",
"target": "/",
"value": {
- "software-upgrade": {
- "upgrade-package": [
+ "software-management": {
+ "pnf-software-package": [
{
- "id": "%id%",
- "action": "%actionName%"
+ "neIdentifier": "${pnf-id}",
+ "action": "%actionName%",
+ "swVersionToBeActivated": "${target-software-version}"
}
]
}
|