summaryrefslogtreecommitdiffstats
path: root/components/bbs-event-processor/dpo/spec/bbs-event-processor-spec.json
blob: b1329bef4579a9b0bdd94d713600dc1708da5dc3 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
{
  "self": {
    "version": "1.0.0",
    "name": "dcae-bbs-event-processor",
    "description": "Processes events for PNF relocation and CPE authentication",
    "component_type": "docker"
  },
  "streams": {
    "subscribes": [
      {
        "format": "PNF_Reregistration_internal",
        "version": "1.0.0",
        "type": "message_router",
        "config_key" : "pnf_reregistration"
      },
      {
        "format": "VES_specification",
        "version": "7.30.1",
        "type": "message_router",
        "config_key" : "cpe_authentication"
      }
    ],
    "publishes": [
      {
        "format": "DCAE_CL_Output",
        "version": "1.0.1",
        "type": "message_router",
        "config_key": "close_loop"
      }
    ]
  },
  "services": {
    "calls": [
      {
        "config_key": "aai-interaction",
        "request": {
            "format": "AAI_Interaction",
            "version": "1.0.0"
            },
        "response": {
            "format": "AAI_Interaction",
            "version": "1.0.0"
            }
      }
    ],
    "provides": []
  },
  "parameters": [
    {
      "name": "dmaap.protocol",
      "value": "http",
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": false,
      "description": "DmaaP protocol used for any DMaaP interaction"
    },
    {
      "name": "dmaap.contentType",
      "value": "application/json",
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": false,
      "description": "DmaaP content type"
    },
    {
      "name": "dmaap.consumer.consumerId",
      "value": "c12",
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": true,
      "description": "DmaaP consumer consumer ID"
    },
    {
      "name": "dmaap.consumer.consumerGroup",
      "value": "OpenDcae-c12",
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": true,
      "description": "DmaaP consumer consumer group"
    },
    {
      "name": "dmaap.messageLimit",
      "value": 1,
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": false,
      "description": "DmaaP message limit"
    },
    {
      "name": "dmaap.timeoutMs",
      "value": -1,
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": false,
      "description": "DmaaP timeout in millis"
    },
    {
      "name": "aai.host",
      "value": "aai.onap.svc.cluster.local",
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": true,
      "description": "AAI enrichment host"
    },
    {
      "name": "aai.port",
      "value": 8443,
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": true,
      "description": "AAI enrichment port"
    },
    {
      "name": "aai.protocol",
      "value": "https",
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": true,
      "description": "AAI protocol"
    },
    {
      "name": "aai.username",
      "value": "AAI",
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": false,
      "description": "AAI username"
    },
    {
      "name": "aai.password",
      "value": "AAI",
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": false,
      "description": "AAI password"
    },
    {
      "name": "aai.aaiIgnoreSslCertificateErrors",
      "value": true,
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": false,
      "description": "Ignore SSL Certificate errors for AAI"
    },
    {
      "name": "application.pipelinesPollingIntervalSec",
      "value": 30,
      "constraints": [
        {
          "greater_or_equal": 15
        }
      ],
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": false,
      "description": "Polling interval in seconds for executing event processing reactive pipelines"
    },
    {
      "name": "application.pipelinesTimeoutSec",
      "value": 15,
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": false,
      "description": "Timeout in seconds to wait in reactive pipelines processing"
    },
    {
      "name": "application.cbsPollingIntervalSec",
      "value": 300,
      "constraints": [
        {
          "greater_or_equal": 20
        }
      ],
      "designer_editable": true,
      "policy_editable": false,
      "sourced_at_deployment": true,
      "description": "Polling interval in seconds for fetching configuration from Consul via CBS service"
    },
    {
      "name": "application.reregistration.policyScope",
      "value": "policyScope",
      "designer_editable": false,
      "policy_editable": true,
      "sourced_at_deployment": true,
      "description": "Hard-coded value for Policy Scope parameter in Policy triggering event to be published"
    },
    {
      "name": "application.reregistration.clControlName",
      "value": "controlName",
      "designer_editable": false,
      "policy_editable": true,
      "sourced_at_deployment": true,
      "description": "Hard-coded value for CL control name parameter in Policy triggering event to be published"
    },
    {
      "name": "application.cpe.authentication.policyScope",
      "value": "policyScope",
      "designer_editable": false,
      "policy_editable": true,
      "sourced_at_deployment": true,
      "description": "Hard-coded value for CL control nam parameter in Policy triggering event to be published"
    },
    {
      "name": "application.cpe.authentication.clControlName",
      "value": "controlName",
      "designer_editable": false,
      "policy_editable": true,
      "sourced_at_deployment": true,
      "description": "Hard-coded value for CL control nam parameter in Policy triggering event to be published"
    },
    {
      "name": "application.reregistration.configKey",
      "value": "pnf_reregistration",
      "designer_editable": false,
      "policy_editable": true,
      "sourced_at_deployment": true,
      "description": "Config-key for PNF re-registration"
    }
    ,
    {
      "name": "application.cpeAuth.configKey",
      "value": "cpe_authentication",
      "designer_editable": false,
      "policy_editable": true,
      "sourced_at_deployment": true,
      "description": "Config-key for CPE authentication"
    },
    {
      "name": "application.closeLoop.configKey",
      "value": "close_loop",
      "designer_editable": false,
      "policy_editable": true,
      "sourced_at_deployment": true,
      "description": "Config-key for Close Loop"
    }
  ],
  "auxilary": {
    "healthcheck": {
        "type": "http",
        "interval": "180s",
        "timeout": "5s",
        "endpoint": "/heartbeat"
    }
  },
  "artifacts": [
    {
    "uri": "nexus3.onap.org:10003/dcae-services/org.onap.dcaegen2.services.components.bbs-event-processor:1.0.0-SNAPSHOT",
    "type": "docker image"
    }
  ]
}