diff options
Diffstat (limited to 'src/main/resources/etc/appprops')
5 files changed, 27 insertions, 18 deletions
diff --git a/src/main/resources/etc/appprops/aai-resources-uri-templates.properties b/src/main/resources/etc/appprops/aai-resources-uri-templates.properties index 44066e1..2e3de7a 100644 --- a/src/main/resources/etc/appprops/aai-resources-uri-templates.properties +++ b/src/main/resources/etc/appprops/aai-resources-uri-templates.properties @@ -10,7 +10,7 @@ constrained-element-set=/constrained-element-sets/constrained-element-set/{const ctag-assignment=/ctag-assignments/ctag-assignment/{vlan-id-inner} ctag-pool=/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name} customer=/business/customers/customer/{global-customer-id} -cvlan-tag-entry=/cvlan-tags/cvlan-tag-entry/{cvlan-tag} +cvlan-tag=/cvlan-tags/cvlan-tag/{cvlan-tag} dvs-switch=/dvs-switches/dvs-switch/{switch-name} element-choice-set=/element-choice-sets/element-choice-set/{element-choice-set-uuid} entitlement=/entitlements/entitlement/{group-uuid}/{resource-uuid} diff --git a/src/main/resources/etc/appprops/aaiDmaaPEventConsumer.properties b/src/main/resources/etc/appprops/aaiDmaaPEventConsumer.properties index 398e175..378db93 100644 --- a/src/main/resources/etc/appprops/aaiDmaaPEventConsumer.properties +++ b/src/main/resources/etc/appprops/aaiDmaaPEventConsumer.properties @@ -1,23 +1,31 @@ -TransportType=TBD -Latitude=TBD -Longitude=TBD +TransportType=HTTPAAF +Latitude=39.099727 +Longitude=-94.578567 Version=1.0 -ServiceName=TBD +ServiceName=dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events Environment=TEST Partner=BOT_R routeOffer=MR1SBKCD SubContextPath=/ Protocol=http MethodType=GET -username=TBD -password=TBD +username=m08479@aai.ecomp.att.com +password=OBF:1qab1lbw1kfr1ffg1hzn1i231fhe1kcn1lfm1qcr contenttype=application/json -host=TBD +host=klsd048.ipcoe.att.com:3904,klsd055.ipcoe.att.com:3904,klsd056.ipcoe.att.com:3904 topic=AAI-EVENT group=aaiEventConsumer-dev id=NA timeout=15000 limit=1000 -filter={"event-header.domain":"devINT1"} -sessionstickinessrequired=no
\ No newline at end of file +filter={"event-header.domain":"uDev03"} +AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler +AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler +AFT_DME2_REQ_TRACE_ON=true +AFT_ENVIRONMENT=AFTUAT +AFT_DME2_EP_CONN_TIMEOUT=15000 +AFT_DME2_ROUNDTRIP_TIMEOUT_MS=240000 +AFT_DME2_EP_READ_TIMEOUT_MS=50000 +sessionstickinessrequired=no +DME2preferredRouterFilePath=preferredRoute.txt
\ No newline at end of file diff --git a/src/main/resources/etc/appprops/aaiconfig.properties b/src/main/resources/etc/appprops/aaiconfig.properties index 0524c13..36d616c 100644 --- a/src/main/resources/etc/appprops/aaiconfig.properties +++ b/src/main/resources/etc/appprops/aaiconfig.properties @@ -1,5 +1,7 @@ -aai.truststore.filename=aai_keystore -aai.truststore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0 +aai.truststore.filename=tomcat_keystore +aai.truststore.passwd.x=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o +aai.keystore.filename=aai-client-cert.p12 +aai.keystore.passwd.x=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o aai.logging.maxStackTraceEntries=10 -aai.cacher.dmaap.consumer.enableEventProcessing=false +aai.cacher.dmaap.consumer.enableEventProcessing=true aai.cacher.dmaap.consumer.delayCheck=2 diff --git a/src/main/resources/etc/appprops/error.properties b/src/main/resources/etc/appprops/error.properties index 896df00..48e375d 100644 --- a/src/main/resources/etc/appprops/error.properties +++ b/src/main/resources/etc/appprops/error.properties @@ -166,7 +166,6 @@ AAI_9101=5:0:WARN:9101:403:3300:User is not authorized to perform function #AAI_9106=5:0:WARN:9106:403:3300:Invalid AppId #AAI_9107=5:0:WARN:9107:403:3300:No Username in Request AAI_9107=5:0:WARN:9107:403:3300:SSL is not provided in request, please contact admin -AAI_9108=5:0:WARN:9107:403:3300:Basic auth credentials is not provided in the request #--- aaiinstar: 9201-9299 #AAI_9201=5:4:ERROR:9201:500:3002:Unable to send notification diff --git a/src/main/resources/etc/appprops/initialcachekeyconfig.json b/src/main/resources/etc/appprops/initialcachekeyconfig.json index f1fdabe..d2bb66d 100644 --- a/src/main/resources/etc/appprops/initialcachekeyconfig.json +++ b/src/main/resources/etc/appprops/initialcachekeyconfig.json @@ -4,7 +4,7 @@ { "cacheKey": "cloud-region", "baseUrl": "https://AAI:AAI@localhost:8447", - "module": "/aai/v13/", + "module": "/aai/v14/", "URI": "cloud-infrastructure/cloud-regions?depth=0&resultIndex=1&resultSize=3", "timingIndicator": "onInit", "httpMethod": "GET", @@ -13,7 +13,7 @@ { "cacheKey": "complex", "baseUrl": "https://AAI:AAI@localhost:8447", - "module": "/aai/v13/", + "module": "/aai/v14/", "URI": "cloud-infrastructure/complexes?resultIndex=1&resultSize=3", "timingIndicator": "onInit", "httpMethod": "GET", @@ -22,7 +22,7 @@ { "cacheKey": "pserver", "baseUrl": "https://AAI:AAI@localhost:8447", - "module": "/aai/v13/", + "module": "/aai/v14/", "URI": "cloud-infrastructure/pservers?depth=5807c3c3-92cd-44d7-a508-8539cd36ecda&resultIndex=1&resultSize=3", "timingIndicator": "onInit", "httpMethod": "GET", @@ -31,7 +31,7 @@ { "cacheKey": "generic-vnf", "baseUrl": "https://AAI:AAI@localhost:8447", - "module": "/aai/v13/", + "module": "/aai/v14/", "URI": "network/generic-vnfs?depth=5807c3c3-92cd-44d7-a508-8539cd36ecda&resultIndex=1&resultSize=3", "timingIndicator": "onInit", "httpMethod": "GET", |