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 / Definitions / pnf-software-upgrade-mapping.json
1 [
2   {
3     "name": "pnf-id",
4     "input-param": true,
5     "property": {
6       "type": "string"
7     },
8     "dictionary-name": "pnf-id",
9     "dictionary-source": "input",
10     "dependencies": [
11     ]
12   },
13   {
14     "name": "target-software-version",
15     "input-param": true,
16     "property": {
17       "type": "string"
18     },
19     "dictionary-name": "target-software-version",
20     "dictionary-source": "input",
21     "dependencies": [
22     ]
23   },
24   {
25     "name": "pnf-ipv4-address",
26     "input-param": false,
27     "property": {
28       "type": "string"
29     },
30     "dictionary-name": "pnf-ipaddress-aai",
31     "dictionary-source": "aai-data",
32     "dependencies": [
33       "pnf-id"
34     ]
35   }
36 ]