Add new code new version
[sdc.git] / openecomp-ui / fixture / data / softwareProduct.json
1 {
2   "name": "VSP5",
3   "version": "0.1",
4   "id": "4730033D16C64E3CA556AB0AC4478218",
5   "description": "A software model for Fortigate. Nam hendrerit sollicitudin semper. Aenean consectetur nisi sit amet ante sodales consectetur. Nullam rutrum massa in pellentesque ' +elementum. Aliquam efficitur tellus lacus, eget iaculis justo iaculis eu. ",
6   "categoryId": "category",
7   "vendorId": "1",
8   "checkinStatus": "CHECK_OUT",
9   "licensingData": "test data",
10   "validationData": {
11     "logicalStructure": [
12       {
13         "type": "PPD",
14         "catalogInstances": [
15           {
16             "name": "PPD1",
17             "artifacts": [
18               {
19                 "name": "chopstick.py"
20               },
21               {
22                 "name": "bread.py"
23               }
24             ]
25           }
26         ]
27       }
28     ],
29     "importStructure": {
30       "HEAT": [
31         {
32           "fileName": "sushi.yml",
33           "env": "soy.env",
34           "nested": [
35             {
36               "fileName": "salmon.yml",
37               "env": "skin.env",
38               "artifacts": [
39                 {
40                   "name": "rice.py",
41                   "status": "OK"
42                 },
43                 {
44                   "name": "tuna.py",
45                   "status": "Missing"
46                 }
47               ]
48             }
49           ],
50           "artifacts": [
51             {
52               "name": "chopstick.py",
53               "status": "OK"
54             },
55             {
56               "name": "bread.py",
57               "status": "Missing"
58             }
59           ],
60           "volume": [
61             {
62               "fileName": "fishtank.yml",
63               "env": "middletown.env"
64             }
65           ],
66           "network": [
67             {
68               "fileName": "fishnet.yml",
69               "env": "ship.env"
70             }
71           ]
72         }
73       ],
74       "volume": [
75         {
76           "fileName": "vol1.yml",
77           "env": "e1.env"
78         },
79         {
80           "fileName": "vol2.yml",
81           "env": "e2.env"
82         }
83       ],
84       "network": [
85         {
86           "fileName": "net1.yml",
87           "env": "env1.env"
88         },
89         {
90           "fileName": "net2.yml",
91           "env": "env2.env"
92         }
93       ]
94     }
95   }
96 }