diff options
author | Andrew Gauld <agauld@att.com> | 2020-07-17 15:46:41 +0000 |
---|---|---|
committer | Andrew Gauld <agauld@att.com> | 2020-07-17 20:04:13 +0000 |
commit | a1a37bde3365ebf0aaa543b2f10ebdb13bd4af40 (patch) | |
tree | 1bda1fb21c14ca4540e45c445da823c6cfdb6373 /mod/runtimeapi/runtime-web/src/main/resources | |
parent | e996e07eea9189ffd89418047eb26293ef33e419 (diff) |
Add onap.useDmaapPlugin config parameter
Change-Id: I8c86eb3f1c76c608fe5ce66bc4e0e1f6d8d64abc
Issue-ID: DCAEGEN2-1996
Signed-off-by: Andrew Gauld <agauld@att.com>
Diffstat (limited to 'mod/runtimeapi/runtime-web/src/main/resources')
-rw-r--r-- | mod/runtimeapi/runtime-web/src/main/resources/application.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/runtimeapi/runtime-web/src/main/resources/application.properties b/mod/runtimeapi/runtime-web/src/main/resources/application.properties index dccce98..f3b06aa 100644 --- a/mod/runtimeapi/runtime-web/src/main/resources/application.properties +++ b/mod/runtimeapi/runtime-web/src/main/resources/application.properties @@ -11,6 +11,8 @@ dashboard.password= #Onap Dublin BlueprintGenerator configs onap.topicUrl=https://url:9999 +onap.useDmaapPlugin=false + onap.import.cloudifyPlugin=https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml onap.import.k8sPlugin=https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/k8splugin/1.7.2/k8splugin_types.yaml @@ -21,4 +23,4 @@ onap.import.postgresPlugin=https://nexus.onap.org/service/local/repositories/raw onap.import.clampPlugin=https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/clamppolicyplugin/1.1.0/clamppolicyplugin_types.yaml -onap.import.dmaapPlugin= https://nexus.onap.org/content/repositories/raw/org.onap.ccsdk.platform.plugins/type_files/dmaap/dmaap.yaml
\ No newline at end of file +onap.import.dmaapPlugin= https://nexus.onap.org/content/repositories/raw/org.onap.ccsdk.platform.plugins/type_files/dmaap/dmaap.yaml |