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-download-ne-sw-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": "${target-software-version}",
14                   "current-status": "INITIALIZED",
15                   "action": "%actionName%",
16                   "user-label": "trial software update",
17                   "uri": "sftp://127.0.0.1/test_software_2.img",
18                   "software-version": "${target-software-version}",
19                   "user": "test_user",
20                   "password": "test_password"
21               }
22             ]
23           }
24         }
25       }
26     ]
27   }
28 }