diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2018-10-25 22:19:40 -0500 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2018-10-25 22:19:40 -0500 |
commit | 9d5118b9f6605d06e33d07d6e4818bf7036911be (patch) | |
tree | 6e174e10b638f21215f7a80885a3a3fe60c3b7a0 /config/drools | |
parent | b3697e357a12c227f3f321ceabd90e3f1d33c1bf (diff) |
AAF Heat installation configuration3.0.0-ONAP
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 <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'config/drools')
-rw-r--r-- | config/drools/base.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |