diff options
author | dglFromAtt <dgl@research.att.com> | 2019-01-18 20:50:20 +0000 |
---|---|---|
committer | Dominic Lunanuova <dgl@research.att.com> | 2019-01-25 15:22:52 +0000 |
commit | 7bc1636109c227d346fc76ba7444cb1f37c5b66d (patch) | |
tree | 5346b9bdfb4206d60cab39a75895f814e6e0eb2d /kubernetes/dmaap/charts/dmaap-bus-controller/resources | |
parent | 72c4aa020f9e65fe6214a6fcecbd9e2e58e69f7d (diff) |
Modifications for AAF identities
Change-Id: I8eb1e09fb6256ef08d858b3fb94c887dab6244b7
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-856
Diffstat (limited to 'kubernetes/dmaap/charts/dmaap-bus-controller/resources')
-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 |