diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-08-28 13:51:08 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-08-28 16:14:02 -0500 |
commit | 843df4cc5bacf7170c9f93719ec57298391b2400 (patch) | |
tree | a20263439fdf1e27f8b0e7fbad6656081b7e1922 /policy-management/config/policy-engine.properties | |
parent | 4dcf676e9aa77702b20edf8d8c236ec87fb1c41b (diff) |
junits in policy-management
- add additional junits for policy-management module
- allow for no configuration pdp-d start up.
- minor changes junits for policy-endpoints to avoid
race conditions in jenkins environment, starting up, and
shutting down servers.
Issue-ID: POLICY-109
Change-Id: Ibccefeb5d7cf762da27fe3282887df18d79db5df
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'policy-management/config/policy-engine.properties')
-rw-r--r-- | policy-management/config/policy-engine.properties | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/policy-management/config/policy-engine.properties b/policy-management/config/policy-engine.properties deleted file mode 100644 index bf28bc80..00000000 --- a/policy-management/config/policy-engine.properties +++ /dev/null @@ -1,30 +0,0 @@ -# Policy Engine Configuration - -# Configuration Channel Settings: PDPD_CONFIGURATION - -ueb.source.topics=PDPD_CONFIGURATION -ueb.source.topics.PDPD_CONFIGURATION.servers= -ueb.source.topics.PDPD_CONFIGURATION.apiKey= -ueb.source.topics.PDPD_CONFIGURATION.apiSecret= -ueb.source.topics.PDPD_CONFIGURATION.consumerGroup= -ueb.source.topics.PDPD_CONFIGURATION.consumerInstance= -ueb.source.topics.PDPD_CONFIGURATION.managed=false - -ueb.sink.topics=PDPD_CONFIGURATION -ueb.sink.topics.PDPD_CONFIGURATION.servers= -ueb.sink.topics.PDPD_CONFIGURATION.apiKey= -ueb.sink.topics.PDPD_CONFIGURATION.apiSecret= -ueb.sink.topics.PDPD_CONFIGURATION.partitionKey= -ueb.sink.topics.PDPD_CONFIGURATION.managed=false - -http.server.services=CONFIG -http.server.services.CONFIG.host=0.0.0.0 -http.server.services.CONFIG.port=9696 -http.server.services.CONFIG.userName=x -http.server.services.CONFIG.password=y -http.server.services.CONFIG.restPackages=org.onap.policy.drools.server.restful -#http.server.services.CONFIG.restPackages=org.onap.policy.drools.server.restful,org.onap.policy.drools.healthcheck -#http.server.services.CONFIG.restClasses=org.onap.policy.drools.server.restful.RestManager,org.onap.policy.drools.healthcheck.RestHealthCheck -#http.server.services.CONFIG.restClasses=org.onap.policy.drools.server.restful.RestManager -http.server.services.CONFIG.managed=false -http.server.services.CONFIG.swagger=true |