aboutsummaryrefslogtreecommitdiffstats
path: root/dcae-controller-core/dcae-controller-platform-server/src/main/resources/DcaeController.yaml
blob: b88bd4d57f9527aa911a8978b89cda28684be642 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
operations:
  HEALTHCHECK:
    description: Heath Check for all DCAE service instances.
  POLICY_POLLING:
    description: Polling of new configuration from ECOMP Policy for all DCAE service instances.
  DATABUS_POLLING:
    description: Polling of new configuration from DCAE Data Bus Controller.
  INVENTORY_POLLING:
    description: Polling of new configuration from DCAE Inventory.
  CLUSTER_DATA_REPLICATION:
    description: Data replication from master to slave controllers.
messages:
  HEALTHCHECK-SERVICE-FAILED:
    errorCode: 5001W
    messageFormat: '{0}'
    parameters:
      service-name: 
        description: Name of Service for which the health check fails.
    resolution: Contact Tier 4. This is a software bug.
    description: Heath Check on the service level fails.
  POLICY-POLLING-FAILED:
    errorCode: 5001W
    messageFormat: '{0} {1}'
    parameters:
      object-path: 
        description: Object resource path for which the policy polling fails.
      exception: 
        description: Exception that happened.
    resolution: Contact Tier 4. This is a software bug.
    description: Police Polling on the service level fails.
  INVENTORY-POLLING-FAILED:
    errorCode: 5001W
    messageFormat: '{0}'
    parameters:
      exception: 
        description: Exception that happened.
    resolution: Contact Tier 4. This is a software bug.
    description: INVENTORY Polling on the service level fails.   
  DATABUS-POLLING-FAILED:
    errorCode: 5001W
    messageFormat: '{0}'
    parameters:
      exception: 
        description: Exception that happened.
    resolution: Contact Tier 4. This is a software bug.
    description: Databus Polling on the service level fails.   
  DATABUS-UNABLE-TO-ADD-STREAM:
    errorCode: 5001W
    messageFormat: stream={0} issue={1}
    resolution: Verify configuration. 
    description: Unable to find service instance for a stream pub/sub.   
        
  CLUSTER-DATA-REPLICATION-FAILED:
    errorCode: 5001W
    messageFormat: '{0}'
    parameters:
      exception: 
        description: Exception that happened.
    resolution: Contact Tier 4. This is a software bug.
    description: Data Replication fails.