diff options
author | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2018-10-08 18:08:50 +0200 |
---|---|---|
committer | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2018-10-08 18:25:20 +0200 |
commit | 98a5ae45c1eb8e27ffbffcf030467f6ea1bd6c46 (patch) | |
tree | 71bb3098df0635481a423d4d6f32945699330490 | |
parent | 618937ee62c438ffe1864125ac4aa90fb8f9d927 (diff) |
add pnf configuration
Issue-ID: SO-1102
Change-Id: I0fa4d4f56cbaf48c2cb155b6ef0dab37f255e39f
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
-rw-r--r-- | volumes/so/config/bpmn-infra/onapheat/override.yaml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/volumes/so/config/bpmn-infra/onapheat/override.yaml b/volumes/so/config/bpmn-infra/onapheat/override.yaml index be315eb..1a99fae 100644 --- a/volumes/so/config/bpmn-infra/onapheat/override.yaml +++ b/volumes/so/config/bpmn-infra/onapheat/override.yaml @@ -3,6 +3,8 @@ aai: dme2: timeout: '30000' endpoint: https://aai.api.simpledemo.onap.org:8443 + workflowAaiDistributionDelay: PT30S + pnfEntryNotificationTimeout: P14D camunda: bpm: admin-user: @@ -14,7 +16,16 @@ camunda: core-pool-size: 3 entitymanager: packagesToScan: com - +pnf: + dmaap: + host: message-router + port: 3904 + protocol: http + uriPathPrefix: events + topicName: pnfReady + consumerGroup: consumerGroup + consumerId: consumerId + topicListenerDelayInSeconds: 5 mso: msoKey: 07a7159d3bf51a0e53be7a8f89699be7 correlation: |