summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-09-28 13:51:09 -0500
committerJorge Hernandez <jh1730@att.com>2018-09-28 14:52:25 -0500
commita404e544ed48130b91a560c0786584a4894954f0 (patch)
tree74b005920986ef351e11a296f7cb398015594a86
parent6cfdd654ff3bc0780b03c88332a63f9cae8f5710 (diff)
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 <jh1730@att.com> Issue-ID: POLICY-1156 Signed-off-by: Jorge Hernandez <jh1730@att.com>
-rw-r--r--config/drools/base.conf6
-rw-r--r--config/drools/feature-healthcheck.conf4
2 files changed, 5 insertions, 5 deletions
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!