From a404e544ed48130b91a560c0786584a4894954f0 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Fri, 28 Sep 2018 13:51:09 -0500 Subject: default passwords to aaf default one Default heat installation credentials to be the same regardless aaf is in use or not. This will allow transparent switching from AAF to non-AAF support without requiring clients (robot, consul, etc ..) reconfiguring themselves regardless of what we are using. Change-Id: I2f3c0cbf93d6369168fb0317ff78a13e35c08c12 Signed-off-by: Jorge Hernandez Issue-ID: POLICY-1156 Signed-off-by: Jorge Hernandez --- config/drools/base.conf | 6 +++--- config/drools/feature-healthcheck.conf | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config/drools/base.conf b/config/drools/base.conf index 7d546da7..6ad78e99 100644 --- a/config/drools/base.conf +++ b/config/drools/base.conf @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # ONAP POLICY # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,8 +31,8 @@ TRUSTSTORE_PASSWD=Pol1cy_0nap ENGINE_MANAGEMENT_PORT=9696 ENGINE_MANAGEMENT_HOST=0.0.0.0 -ENGINE_MANAGEMENT_USER=@1b3rt -ENGINE_MANAGEMENT_PASSWORD=31nst31n +ENGINE_MANAGEMENT_USER=demo@people.osaaf.org +ENGINE_MANAGEMENT_PASSWORD=demo123456! # nexus repository diff --git a/config/drools/feature-healthcheck.conf b/config/drools/feature-healthcheck.conf index c2f89001..0634ce8c 100644 --- a/config/drools/feature-healthcheck.conf +++ b/config/drools/feature-healthcheck.conf @@ -11,5 +11,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -HEALTHCHECK_USER=healthcheck -HEALTHCHECK_PASSWORD=zb!XztG34 +HEALTHCHECK_USER=demo@people.osaaf.org +HEALTHCHECK_PASSWORD=demo123456! -- cgit 1.2.3-korg