summaryrefslogtreecommitdiffstats
path: root/packages/install
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-06-30 13:29:03 -0500
committerJorge Hernandez <jh1730@att.com>2017-06-30 13:29:03 -0500
commit564f81837de6d50681270ed3f559cb7be068d3cd (patch)
treec4f2a92655050c5f4efb0fd80e2e1fd1b9602df3 /packages/install
parent9e69cc20f40f8ec89aa8a1487c2f6b3e687ded40 (diff)
[POLICY-66] rename of policy-healthcheck
using "feature-" naming convention. Change-Id: I13d6b75750d369ed9e61f3c9c9408b31eac6bb2d Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'packages/install')
-rw-r--r--packages/install/pom.xml2
-rw-r--r--packages/install/src/files/base.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/install/pom.xml b/packages/install/pom.xml
index 4f9b6cec..7a00999b 100644
--- a/packages/install/pom.xml
+++ b/packages/install/pom.xml
@@ -73,7 +73,7 @@
</dependency>
<dependency>
<groupId>org.openecomp.policy.drools-pdp</groupId>
- <artifactId>policy-healthcheck</artifactId>
+ <artifactId>feature-healthcheck</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
diff --git a/packages/install/src/files/base.conf b/packages/install/src/files/base.conf
index 9278f0b1..b33cf586 100644
--- a/packages/install/src/files/base.conf
+++ b/packages/install/src/files/base.conf
@@ -23,9 +23,9 @@ JAVA_HOME=/opt/jdk1.8.0_77
M2_HOME=/opt/app/policy/3rdparty/apache-maven-3.3.1
ENGINE_MANAGEMENT_PORT=9696
-ENGINE_MANAGEMENT_HOST=localhost
+ENGINE_MANAGEMENT_HOST=0.0.0.0
ENGINE_MANAGEMENT_USER=@1b3rt
-ENGINE_MANAGEMENT_PASSWORD=31nst@1n
+ENGINE_MANAGEMENT_PASSWORD=31nst31n
# To use a Nexus repository for rules artifacts,
# following properties must be uncommented and set: