diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-01-11 12:46:33 -0500 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-01-28 17:37:59 -0500 |
commit | d12a1b6c672ec9c1db51bb0dd8d0cb61ef22aa25 (patch) | |
tree | 86a79b917eac2f4d3fce167994cfbecd0b75865e /kubernetes/dcaegen2/components/dcae-cloudify-manager/resources/config/plugins/dmaap-plugin.json | |
parent | ce60fc47978a1f422309576998e1534f4bc8aa5c (diff) |
[DCAEGEN2] Updates to bootstrap and cm-container
Update cm-container to 4.1.0
Update bootstrap to 3.0.0
Move plugin configuration from bootstrap to cm-container
Remove unneeded inputs files
Issue-ID: DCAEGEN2-2542
Issue-ID: DCAEGEN2-2582
Issue-ID: DCAEGEN2-2543
Issue-ID: DCAEGEN2-2383
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I30a3f549d9811adedc8472fd410038eaa068e771
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-cloudify-manager/resources/config/plugins/dmaap-plugin.json')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-cloudify-manager/resources/config/plugins/dmaap-plugin.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-cloudify-manager/resources/config/plugins/dmaap-plugin.json b/kubernetes/dcaegen2/components/dcae-cloudify-manager/resources/config/plugins/dmaap-plugin.json new file mode 100644 index 0000000000..44a345455a --- /dev/null +++ b/kubernetes/dcaegen2/components/dcae-cloudify-manager/resources/config/plugins/dmaap-plugin.json @@ -0,0 +1,7 @@ +{ + "dmaap": { + "username": "notused", + "password": "doesnotmatter", + "owner": "dcaecm" + } +}
\ No newline at end of file |