onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / message-router / dcae-startup-vm-message-router / docker_files / __MsgRtrApi.properties
1 ###############################################################################
2 ##
3 ## Cambria API Server config
4 ##
5 ##      - Default values are shown as commented settings.
6 ##
7
8 ###############################################################################
9 ##
10 ## HTTP service
11 ##
12 ##              - 3904 is standard as of 7/29/14.
13 #
14 ## Zookeeper Connection
15 ##
16 ##      Both Cambria and Kafka make use of Zookeeper.
17 ##
18 config.zk.servers=zookeeper:2181
19 #config.zk.servers={{ ip.docker0 }}:2181
20 #10.0.11.1:2181
21 #10.208.128.229:2181
22 #config.zk.root=/fe3c/cambria/config
23
24
25 ###############################################################################
26 ##
27 ## Kafka Connection
28 ##
29 ##      Items below are passed through to Kafka's producer and consumer
30 ##      configurations (after removing "kafka.")
31 ##      if you want to change request.required.acks it can take this one value
32 #kafka.metadata.broker.list=localhost:9092,localhost:9093
33 kafka.metadata.broker.list=kafka:9092
34 #kafka.metadata.broker.list={{ ip.docker0 }}:9092
35 #10.0.11.1:9092
36 #10.208.128.229:9092
37 ##kafka.request.required.acks=-1
38 #kafka.client.zookeeper=${config.zk.servers}
39 consumer.timeout.ms=100
40 zookeeper.connection.timeout.ms=6000
41 zookeeper.session.timeout.ms=6000
42 zookeeper.sync.time.ms=2000
43 auto.commit.interval.ms=1000
44 fetch.message.max.bytes =1000000
45 auto.commit.enable=false
46
47
48 ###############################################################################
49 ##
50 ##      Secured Config
51 ##
52 ##      Some data stored in the config system is sensitive -- API keys and secrets,
53 ##      for example. to protect it, we use an encryption layer for this section
54 ##      of the config.
55 ##
56 ## The key is a base64 encode AES key. This must be created/configured for
57 ## each installation.
58 #cambria.secureConfig.key=
59 ##
60 ## The initialization vector is a 16 byte value specific to the secured store.
61 ## This must be created/configured for each installation.
62 #cambria.secureConfig.iv=
63
64 ## Southfield Sandbox
65 cambria.secureConfig.key=b/7ouTn9FfEw2PQwL0ov/Q==
66 cambria.secureConfig.iv=wR9xP5k5vbz/xD0LmtqQLw==
67 authentication.adminSecret=fe3cCompound
68 #cambria.secureConfig.key[pc569h]=YT3XPyxEmKCTLI2NK+Sjbw==
69 #cambria.secureConfig.iv[pc569h]=rMm2jhR3yVnU+u2V9Ugu3Q==
70
71
72 ###############################################################################
73 ##
74 ## Consumer Caching
75 ##
76 ##      Kafka expects live connections from the consumer to the broker, which
77 ##      obviously doesn't work over connectionless HTTP requests. The Cambria
78 ##      server proxies HTTP requests into Kafka consumer sessions that are kept
79 ##      around for later re-use. Not doing so is costly for setup per request,
80 ##      which would substantially impact a high volume consumer's performance.
81 ##
82 ##      This complicates Cambria server failover, because we often need server
83 ##      A to close its connection before server B brings up the replacement.    
84 ##
85
86 ## The consumer cache is normally enabled.
87 #cambria.consumer.cache.enabled=true
88
89 ## Cached consumers are cleaned up after a period of disuse. The server inspects
90 ## consumers every sweepFreqSeconds and will clean up any connections that are
91 ## dormant for touchFreqMs.
92 #cambria.consumer.cache.sweepFreqSeconds=15
93 #cambria.consumer.cache.touchFreqMs=120000
94
95 ## The cache is managed through ZK. The default value for the ZK connection
96 ## string is the same as config.zk.servers.
97 #cambria.consumer.cache.zkConnect=${config.zk.servers}
98
99 ##
100 ## Shared cache information is associated with this node's name. The default
101 ## name is the hostname plus the HTTP service port this host runs on. (The
102 ## hostname is determined via InetAddress.getLocalHost ().getCanonicalHostName(),
103 ## which is not always adequate.) You can set this value explicitly here.
104 ##
105 #cambria.api.node.identifier=<use-something-unique-to-this-instance>
106
107 ###############################################################################
108 ##
109 ## Metrics Reporting
110 ##
111 ##      This server can report its metrics periodically on a topic.
112 ##
113 #metrics.send.cambria.enabled=true
114 #metrics.send.cambria.topic=cambria.apinode.metrics                                  #msgrtr.apinode.metrics.dmaap 
115 #metrics.send.cambria.sendEverySeconds=60
116
117 cambria.consumer.cache.zkBasePath=/fe3c/cambria/consumerCache
118
119 ##############################################################################
120 #100mb
121 maxcontentlength=10000
122
123
124 ##############################################################################
125 #AAF Properties
126 msgRtr.namespace.aaf=org.openecomp.dcae.dmaap.mtnje2.mr.topic
127 msgRtr.topicfactory.aaf=org.openecomp.dcae.dmaap.topicFactory|:org.openecomp.dcae.dmaap.mtnje2.mr.topic:
128 enforced.topic.name.AAF=org.openecomp
129 forceAAF=false
130 transidUEBtopicreqd=false
131 defaultNSforUEB=org.openecomp.dmaap.mr.ueb
132 ##############################################################################
133 #Mirror Maker Agent
134 msgRtr.mirrormakeradmin.aaf=org.openecomp.dmaap.mr.dev.mirrormaker|*|admin
135 msgRtr.mirrormakeruser.aaf=org.openecomp.dmaap.mr.dev.mirrormaker|*|user
136 msgRtr.mirrormakeruser.aaf.create=org.openecomp.dmaap.mr.dev.topicFactory|:org.openecomp.dmaap.mr.dev.topic:
137 msgRtr.mirrormaker.timeout=15000
138 msgRtr.mirrormaker.topic=org.openecomp.dmaap.mr.prod.mm.agent
139 msgRtr.mirrormaker.consumergroup=mmagentserver
140 msgRtr.mirrormaker.consumerid=1