diff options
Diffstat (limited to 'docker_files/__MsgRtrApi.properties')
-rwxr-xr-x | docker_files/__MsgRtrApi.properties | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/docker_files/__MsgRtrApi.properties b/docker_files/__MsgRtrApi.properties index e972675..5c89ea9 100755 --- a/docker_files/__MsgRtrApi.properties +++ b/docker_files/__MsgRtrApi.properties @@ -15,7 +15,8 @@ ## ## Both Cambria and Kafka make use of Zookeeper. ## -config.zk.servers={{ ip.docker0 }}:2181 +config.zk.servers=zookeeper:2181 +#config.zk.servers={{ ip.docker0 }}:2181 #10.0.11.1:2181 #10.208.128.229:2181 #config.zk.root=/fe3c/cambria/config @@ -29,7 +30,8 @@ config.zk.servers={{ ip.docker0 }}:2181 ## configurations (after removing "kafka.") ## if you want to change request.required.acks it can take this one value #kafka.metadata.broker.list=localhost:9092,localhost:9093 -kafka.metadata.broker.list={{ ip.docker0 }}:9092 +kafka.metadata.broker.list=kafka:9092 +#kafka.metadata.broker.list={{ ip.docker0 }}:9092 #10.0.11.1:9092 #10.208.128.229:9092 ##kafka.request.required.acks=-1 @@ -121,18 +123,18 @@ maxcontentlength=10000 ############################################################################## #AAF Properties -msgRtr.namespace.aaf=org.openecomp.dcae.dmaap.mtnje2.mr.topic -msgRtr.topicfactory.aaf=org.openecomp.dcae.dmaap.topicFactory|:org.openecomp.dcae.dmaap.mtnje2.mr.topic: -enforced.topic.name.AAF=org.openecomp +msgRtr.namespace.aaf=com.att.dcae.dmaap.mtnje2.mr.topic +msgRtr.topicfactory.aaf=com.att.dcae.dmaap.topicFactory|:com.att.dcae.dmaap.mtnje2.mr.topic: +enforced.topic.name.AAF=com.att forceAAF=false transidUEBtopicreqd=false -defaultNSforUEB=org.openecomp.dmaap.mr.ueb +defaultNSforUEB=com.att.dmaap.mr.ueb ############################################################################## #Mirror Maker Agent -msgRtr.mirrormakeradmin.aaf=org.openecomp.dmaap.mr.dev.mirrormaker|*|admin -msgRtr.mirrormakeruser.aaf=org.openecomp.dmaap.mr.dev.mirrormaker|*|user -msgRtr.mirrormakeruser.aaf.create=org.openecomp.dmaap.mr.dev.topicFactory|:org.openecomp.dmaap.mr.dev.topic: +msgRtr.mirrormakeradmin.aaf=com.att.dmaap.mr.dev.mirrormaker|*|admin +msgRtr.mirrormakeruser.aaf=com.att.dmaap.mr.dev.mirrormaker|*|user +msgRtr.mirrormakeruser.aaf.create=com.att.dmaap.mr.dev.topicFactory|:com.att.dmaap.mr.dev.topic: msgRtr.mirrormaker.timeout=15000 -msgRtr.mirrormaker.topic=org.openecomp.dmaap.mr.prod.mm.agent +msgRtr.mirrormaker.topic=com.att.dmaap.mr.prod.mm.agent msgRtr.mirrormaker.consumergroup=mmagentserver msgRtr.mirrormaker.consumerid=1 |