vagrant | 1a3a355 | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 1 | # |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # org.onap.aai |
| 4 | # ================================================================================ |
| 5 | # Copyright © 2017 AT&T Intellectual Property. All rights reserved. |
| 6 | # ================================================================================ |
| 7 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | # you may not use this file except in compliance with the License. |
| 9 | # You may obtain a copy of the License at |
| 10 | # |
| 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | # |
| 13 | # Unless required by applicable law or agreed to in writing, software |
| 14 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | # See the License for the specific language governing permissions and |
| 17 | # limitations under the License. |
| 18 | # ============LICENSE_END========================================================= |
| 19 | # |
| 20 | # ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 21 | # |
| 22 | |
| 23 | #################################################################### |
| 24 | # REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE |
| 25 | # TEMPLATE AND *ALL* DATAFILES |
| 26 | #################################################################### |
| 27 | |
| 28 | #################################################################### |
| 29 | # REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE |
| 30 | # TEMPLATE AND *ALL* DATAFILES |
| 31 | #################################################################### |
| 32 | |
| 33 | aai.config.checktime=1000 |
| 34 | |
| 35 | # this could come from siteconfig.pl? |
| 36 | aai.config.nodename=AutomaticallyOverwritten |
| 37 | |
| 38 | |
| 39 | |
| 40 | aai.auth.cspcookies_on=false |
| 41 | aai.dbmodel.filename=ex5.json |
| 42 | |
| 43 | aai.server.url.base=https://aai.{{ include "common.namespace" . }}:8443/aai/ |
| 44 | aai.server.url=https://aai.{{ include "common.namespace" . }}:8443/aai/v11/ |
| 45 | aai.global.callback.url=https://aai.{{ include "common.namespace" . }}:8443/aai/ |
| 46 | |
| 47 | aai.tools.enableBasicAuth=true |
| 48 | aai.tools.username=AAI |
| 49 | aai.tools.password=AAI |
| 50 | |
| 51 | aai.truststore.filename=aai_keystore |
| 52 | aai.truststore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0 |
| 53 | aai.keystore.filename=aai_keystore |
| 54 | aai.keystore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0 |
| 55 | |
| 56 | |
| 57 | aai.notification.current.version=v11 |
| 58 | aai.notificationEvent.default.status=UNPROCESSED |
| 59 | aai.notificationEvent.default.eventType=AAI-EVENT |
| 60 | aai.notificationEvent.default.domain=dev |
| 61 | aai.notificationEvent.default.sourceName=aai |
| 62 | aai.notificationEvent.default.sequenceNumber=0 |
| 63 | aai.notificationEvent.default.severity=NORMAL |
| 64 | aai.notificationEvent.default.version=v11 |
| 65 | # This one lets us enable/disable resource-version checking on updates/deletes |
| 66 | aai.resourceversion.enableflag=true |
| 67 | aai.logging.maxStackTraceEntries=10 |
| 68 | aai.default.api.version=v11 |
| 69 | |
| 70 | |
| 71 | |
| 72 | # Used by Model-processing code |
| 73 | aai.model.delete.sleep.per.vtx.msec=500 |
| 74 | aai.model.query.resultset.maxcount=50 |
| 75 | aai.model.query.timeout.sec=90 |
| 76 | |
| 77 | # Used by Data Grooming |
| 78 | aai.grooming.default.max.file=150 |
| 79 | aai.grooming.default.sleep.minutes=7 |
| 80 | |
| 81 | aai.model.proc.max.levels=50 |
| 82 | aai.edgeTag.proc.max.levels=50 |
| 83 | |
vagrant | 1a3a355 | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 84 | aai.logging.trace.enabled=true |
| 85 | aai.logging.trace.logrequest=false |
| 86 | aai.logging.trace.logresponse=false |
| 87 | |
| 88 | aai.transaction.logging=true |
| 89 | aai.transaction.logging.get=false |
| 90 | aai.transaction.logging.post=false |
| 91 | |
Jimmy Forsyth | 3684a56 | 2018-05-16 15:09:46 -0400 | [diff] [blame] | 92 | aai.realtime.clients=SDNC,MSO,SO,robot-ete |
Kajur, Harish (vk250x) | b5f87b4 | 2018-05-03 16:53:51 -0400 | [diff] [blame] | 93 | |
vagrant | 1a3a355 | 2018-03-10 23:56:32 +0000 | [diff] [blame] | 94 | #timeout for crud enabled flag |
| 95 | aai.crud.timeoutenabled=true |
| 96 | |
| 97 | #timeout app specific -1 to bypass for that app id, a whole number to override the timeout with that value (in ms) |
| 98 | aai.crud.timeout.appspecific=JUNITTESTAPP1,1|JUNITTESTAPP2,-1|DCAE-CCS,-1|DCAES,-1|AAIRctFeed,-1|NewvceCreator,-1|IANewvceCreator,-1|AAI-CSIOVALS,-1 |
| 99 | |
| 100 | #default timeout limit added for crud if not overridden (in ms) |
| 101 | aai.crud.timeoutlimit=100000 |
| 102 | #limit set for bulk consumer APIS |
| 103 | aai.bulkconsumer.payloadlimit=30 |
| 104 | |
| 105 | #uncomment and use header X-OverrideLimit with the value to override the bulk api limit |
| 106 | #aai.bulkconsumer.payloadoverride=E6F04B93462CB5B0EDF41C05A9DDF5C3FE59748F |
| 107 | aai.bulkconsumer.payloadoverride=false |