Merge SW Upgrade Blueprint into PNF_AAI and create one UAT BP for PNF
[ccsdk/cds.git] / components / model-catalog / blueprint-model / uat-blueprints / PNF_CDS_RESTCONF / Templates / pnf-swug-config-template.vtl
1 {
2   "ietf-restconf:yang-patch": {
3     "patch-id": "patch-1",
4     "edit": [
5       {
6         "edit-id": "edit1",
7         "operation": "merge",
8         "target": "/",
9         "value": {
10           "software-upgrade": {
11             "upgrade-package": [
12               {
13                 "id": "%id%",
14                 "action": "%actionName%"
15               }
16             ]
17           }
18         }
19       }
20     ]
21   }
22 }