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