commit | cf70dde69807ca143fc360cf572b2d6bf887010f | [log] [tgz] |
---|---|---|
author | vaibhav.jain1 <vaibhav.jain1@amdocs.com> | Thu Aug 31 17:16:54 2017 +0530 |
committer | vaibhav.jain1 <vaibhav.jain1@amdocs.com> | Wed Sep 06 12:27:01 2017 +0530 |
tree | 0bc386a59587887abcfc071f96bf34fdf816ddea | |
parent | 6fbbf0193e7389c80d85c205f1edd9af6ac0e431 [diff] |
CCSDK propagation of RequestID & PartnrName to AAI Currently, CCSDK generates a random uuid for every request to AAI using method getNextTransactionId() in class AAIService.java. A change is made to first get the RequestId value from MDC and if this is missing, a new RequestId is generated and set as MDC. Also, X-FromAppId is set as openECOMP which is very much generic. This has been changed to CCSDK in file aaiclient.properties Change-Id: Id269de708919de9dbabd019785e22afa0561abba Issue-ID: SDNC-68 Signed-off-by: vaibhav.jain1 <vaibhav.jain1@amdocs.com>
This source repository contains the code for the SDN Controller adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".