diff options
author | dglFromAtt <dgl@research.att.com> | 2018-04-18 17:00:47 -0400 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-04-18 17:00:54 -0400 |
commit | 9955fbe954e9808884bc10bfab73a192c1a4df57 (patch) | |
tree | 76a49766b6ba901aa52a528cac6bce9ded4d401f /misc | |
parent | bd7b74218a470da6f85f4de9a27b70f09a1f7b3e (diff) |
Set ONAP property for non multisite
Change-Id: I68319b9bacc0af3c68fc9e4080474377055276aa
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-295
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dmaapbc.properties.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/dmaapbc.properties.tmpl b/misc/dmaapbc.properties.tmpl index ce24bb4..d2e879a 100644 --- a/misc/dmaapbc.properties.tmpl +++ b/misc/dmaapbc.properties.tmpl @@ -4,6 +4,7 @@ cat <<!EOF # # CSIT TESTING csit: ${DMAAPBC_CSIT:-No} + # # URI to retrieve dynamic DR configuration # @@ -86,6 +87,9 @@ Feed.deleteHandling: ${DMAAPBC_FEED_DELETE:-DeleteOnDR} ################################################################################ # MR Related Properties: # +# ONAP Beijing is a single site deployment. +MR.multisite: false +# # Value of the CNAME DNS entry which resolves to the primary central MR cluster (when there are more than one central clusters). # if there is only one MR cluster in an environment, set this to the DNS name for that cluster # |