From 9d5118b9f6605d06e33d07d6e4818bf7036911be Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Thu, 25 Oct 2018 22:19:40 -0500 Subject: AAF Heat installation configuration The docker repo (for heat) by default will come with AAF configuration flag set to false. An installer could simply set it to true to enable AAF. The main reason for this default in heat installs is to not deal with routinely failures of CSIT tests (as they will need either an AAF running or divergent installations scripts). OOM installations instead will have AAF enabled by default. Change-Id: I2014877285ea776b057b45cf8875d4da6a6730a9 Issue-ID: POLICY-1216 Signed-off-by: Jorge Hernandez --- config/drools/base.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/drools/base.conf b/config/drools/base.conf index f97a366c..78b24116 100644 --- a/config/drools/base.conf +++ b/config/drools/base.conf @@ -51,6 +51,7 @@ SQL_PASSWORD=policy_user # AAF +AAF=false AAF_NAMESPACE=org.onap.policy AAF_HOST=aaf.api.simpledemo.onap.org -- cgit 1.2.3-korg