[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / ecomp_naming_convention / floating_ip_resource_type / expected_output / expected_output.json
1 {
2   "hot-nimbus-pps_v1.0.yaml": {
3     "errorMessageList": [
4       {
5         "level": "WARNING",
6         "message": "OS::Neutron::FloatingIP is in use, Resource ID [floating_ip_type]"
7       }
8     ]
9   },
10   "nested-pps_v1.0.yaml": {
11     "errorMessageList": [
12       {
13         "level": "WARNING",
14         "message": "Missing VF_MODULE_ID resource id [pcrf_server_pps]"
15       },
16       {
17         "level": "WARNING",
18         "message": "Server Name not aligned with Guidelines, Resource ID [pcrf_server_pps]"
19       },
20       {
21         "level": "WARNING",
22         "message": "Fixed_IPS not aligned with Guidelines, Resource ID [pcrf_pps_port_0]"
23       }
24     ]
25   },
26   "MANIFEST.json": {
27     "errorMessageList": [
28       {
29         "level": "WARNING",
30         "message": "Missing Base HEAT. Pay attention that without Base HEAT, there will be no shared resources"
31       }
32     ]
33   }
34 }