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 / data_types.json
1 {
2   "data_types" : {
3     "dt-config-assign-properties" : {
4       "description" : "Dynamic DataType definition for workflow(config-assign).",
5       "version" : "1.0.0",
6       "properties" : { },
7       "derived_from" : "tosca.datatypes.Dynamic"
8     },
9     "dt-config-deploy-properties" : {
10       "description" : "Dynamic DataType definition for workflow(config-deploy).",
11       "version" : "1.0.0",
12       "properties" : {
13         "pnf-ipv4-address" : {
14           "type" : "string"
15         },
16         "pnf-id" : {
17           "type" : "string"
18         }
19       },
20       "derived_from" : "tosca.datatypes.Dynamic"
21     },
22     "dt-precheck-properties": {
23       "description": "Dynamic DataType definition for the precheck workflow(upgrade-software).",
24       "version": "1.0.0",
25       "properties": {
26         "pnf-id": {
27           "type": "string"
28         },
29         "target-software-version": {
30           "type": "string"
31         }
32       },
33       "derived_from": "tosca.datatypes.Dynamic"
34     },
35     "dt-downloadNeSw-properties": {
36       "description": "Dynamic DataType definition for the downloadNeSw workflow(upgrade-software).",
37       "version": "1.0.0",
38       "properties": {
39         "pnf-id": {
40           "type": "string"
41         },
42         "target-software-version": {
43           "type": "string"
44         }
45       },
46       "derived_from": "tosca.datatypes.Dynamic"
47     },
48     "dt-activateNeSw-properties": {
49       "description": "Dynamic DataType definition for the activateNeSw workflow(upgrade-software).",
50       "version": "1.0.0",
51       "properties": {
52         "pnf-id": {
53           "type": "string"
54         },
55         "target-software-version": {
56           "type": "string"
57         }
58       },
59       "derived_from": "tosca.datatypes.Dynamic"
60     },
61     "dt-postcheck-properties": {
62       "description": "Dynamic DataType definition for the postcheck workflow(upgrade-software).",
63       "version": "1.0.0",
64       "properties": {
65         "pnf-id": {
66           "type": "string"
67         },
68         "target-software-version": {
69           "type": "string"
70         }
71       },
72       "derived_from": "tosca.datatypes.Dynamic"
73     }
74   }
75 }