diff options
author | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-01-29 21:50:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-29 21:50:21 +0000 |
commit | 13c5011000404fb0fa822c2fb5eaf2dbf5956069 (patch) | |
tree | 0664fe69518177e73cdc5f3ee0b30ab4f8008020 /kubernetes/dmaap/charts/dmaap-bus-controller/resources/config/dmaapbc.properties | |
parent | 49749ca5533115a5b613d4dfd9f5049827692330 (diff) | |
parent | 7bc1636109c227d346fc76ba7444cb1f37c5b66d (diff) |
Merge "Modifications for AAF identities"
Diffstat (limited to 'kubernetes/dmaap/charts/dmaap-bus-controller/resources/config/dmaapbc.properties')
-rw-r--r-- | kubernetes/dmaap/charts/dmaap-bus-controller/resources/config/dmaapbc.properties | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/kubernetes/dmaap/charts/dmaap-bus-controller/resources/config/dmaapbc.properties b/kubernetes/dmaap/charts/dmaap-bus-controller/resources/config/dmaapbc.properties index f2a6dd9648..faa19c6f4d 100644 --- a/kubernetes/dmaap/charts/dmaap-bus-controller/resources/config/dmaapbc.properties +++ b/kubernetes/dmaap/charts/dmaap-bus-controller/resources/config/dmaapbc.properties @@ -31,7 +31,7 @@ UseAAF: false csit: No # name of this DMaaP instance (deprecated) -DmaapName: demo +#DmaapName: demo ##################################################### # @@ -39,7 +39,7 @@ DmaapName: demo # ##################################################### # FQDN of DR Prov Server (deprecated) -DR.provhost: dcae-drps.domain.not.set +#DR.provhost: dcae-drps.domain.not.set # URI to retrieve dynamic DR configuration ProvisioningURI: /internal/prov @@ -99,7 +99,7 @@ MR.TopicFactoryNS: org.onap.dmaap.mr.topicFactory MR.TopicMgrRole: org.onap.dmaap-bc-topic-mgr.client # MR topic ProjectID (used in certain topic name generation formats) -MR.projectID: ONAP +MR.projectID: mr ##################################################### @@ -130,6 +130,9 @@ aaf.AdminUser: {{ .Values.adminUser }} # Admin Password aaf.AdminPassword: {{ .Values.adminPwd }} +# Identity that is owner of any created namespaces for topics +aaf.NsOwnerIdentity: {{ .Values.adminUser }} + # location of the codec keyfile used to decrypt passwords in this properties file before they are passed to AAF CredentialCodeKeyfile: etc/LocalKey |