From e9312923e96a2678f794fcf08ff5918d1b005bbd Mon Sep 17 00:00:00 2001 From: Michael Mokry Date: Fri, 21 Sep 2018 15:56:43 -0500 Subject: CADI AAF changes for policy/engine Added cadi properties and modified policy aaf client code. Fixed issue with namespace and modified code to reverse it for structuring the username sent in AAF API call Added properties for keystore and keystore password after getting error response from AAF when setting up the connection to AAF Missed a fix for one of Jorge's comments in last patch, here it is. Change-Id: Ic164ade8aa34da95a560c1592656e0caf990a595 Issue-ID: POLICY-913 Signed-off-by: Michael Mokry --- packages/install/src/files/base.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/install') diff --git a/packages/install/src/files/base.conf b/packages/install/src/files/base.conf index dbf5da79c..2bc01c8b1 100644 --- a/packages/install/src/files/base.conf +++ b/packages/install/src/files/base.conf @@ -38,4 +38,7 @@ write_fpc_interval=5 max_fpc_update_interval=60 test_via_jmx=false +AAF_NAMESPACE=org.onap.policy +AAF_HOST=aaf-onap-test.osaaf.org + ENVIRONMENT=TEST -- cgit 1.2.3-korg