diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-07-19 09:10:01 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-07-19 15:26:46 -0400 |
commit | 556b233513db587f5d3982628dbca200fd3a9e2a (patch) | |
tree | 29aa301c39b7ce51bbbad972482db3b9ab730dee /dmaap/dmaap.yaml | |
parent | 2aa97d09d9fc97a1562a3e3ac966bd48130086a4 (diff) |
DMaaP add support for useExisting
Issue-ID: DCAEGEN2-1670
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I0a945117b7f4084191245ea56af2712b2cd20d4c
Diffstat (limited to 'dmaap/dmaap.yaml')
-rw-r--r-- | dmaap/dmaap.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dmaap/dmaap.yaml b/dmaap/dmaap.yaml index ed56cf7..4a47a7f 100644 --- a/dmaap/dmaap.yaml +++ b/dmaap/dmaap.yaml @@ -25,7 +25,7 @@ plugins: dmaapplugin: executor: 'central_deployment_agent' package_name: dmaap - package_version: 1.3.4 + package_version: 1.3.5 node_types: @@ -47,6 +47,9 @@ node_types: aspr_classification: type: string required: false + useExisting: + type: boolean + required: false interfaces: cloudify.interfaces.lifecycle: @@ -115,6 +118,9 @@ node_types: global_mr_url: type: string required: false + useExisting: + type: boolean + required: false interfaces: cloudify.interfaces.lifecycle: |