using "feature-" naming convention.
Change-Id: I13d6b75750d369ed9e61f3c9c9408b31eac6bb2d
Signed-off-by: Jorge Hernandez <jh1730@att.com>
<version>1.1.0-SNAPSHOT</version>
</parent>
- <artifactId>policy-healthcheck</artifactId>
+ <artifactId>feature-healthcheck</artifactId>
- <name>policy-healthcheck</name>
+ <name>feature-healthcheck</name>
<description>Loadable module that performs remote system healthchecks</description>
<properties>
<directory>target</directory>
<outputDirectory>lib/opt</outputDirectory>
<includes>
- <include>policy-healthcheck-${project.version}.jar</include>
+ <include>feature-healthcheck-${project.version}.jar</include>
</includes>
</fileSet>
<fileSet>
/*-
* ============LICENSE_START=======================================================
- * policy-healthcheck
+ * feature-healthcheck
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
* ================================================================================
/*-
* ============LICENSE_START=======================================================
- * policy-healthcheck
+ * feature-healthcheck
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
* ================================================================================
/**
* Properties Configuration Name
*/
- public static final String CONFIGURATION_PROPERTIES_NAME = "policy-healthcheck";
+ public static final String CONFIGURATION_PROPERTIES_NAME = "feature-healthcheck";
@Override
public int getSequenceNumber() {
/*-
* ============LICENSE_START=======================================================
- * policy-healthcheck
+ * feature-healthcheck
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
* ================================================================================
</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>
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:
<module>policy-core</module>
<module>policy-endpoints</module>
<module>policy-management</module>
- <module>policy-healthcheck</module>
+ <module>feature-healthcheck</module>
<module>feature-eelf</module>
<module>packages</module>
</modules>