diff options
Diffstat (limited to 'policy-management/src/main/server/config/IntegrityMonitor.properties')
-rw-r--r-- | policy-management/src/main/server/config/IntegrityMonitor.properties | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/policy-management/src/main/server/config/IntegrityMonitor.properties b/policy-management/src/main/server/config/IntegrityMonitor.properties index 1201a9da..ee7d5eb0 100644 --- a/policy-management/src/main/server/config/IntegrityMonitor.properties +++ b/policy-management/src/main/server/config/IntegrityMonitor.properties @@ -20,6 +20,12 @@ hostPort = ${{host_port}} +http.server.services=TEST +http.server.services.TEST.host=0.0.0.0 +http.server.services.TEST.port=9981 +http.server.services.TEST.restClasses=org.openecomp.policy.drools.core.IntegrityMonitorRestManager +http.server.services.TEST.managed=false + # The following were added as part of US673632 # # Forward Progress Monitor update interval seconds @@ -64,8 +70,10 @@ resource.name=${{resource_name}} integrity_audit_period_seconds=-1 # Properties needed for repository audit -repository.audit.id=${{repositoryID}} -repository.audit.url=${{repositoryUrl}} +# Assume it's the releaseRepository that needs to be audited, +# because that's the one BRMGW will publish to. +repository.audit.id=${{releaseRepositoryID}} +repository.audit.url=${{releaseRepositoryUrl}} repository.audit.username=${{repositoryUsername}} repository.audit.password=${{repositoryPassword}} @@ -74,8 +82,4 @@ db.audit.is.active=false # Flag to control the execution of the subsystemTest for the Nexus Maven repository repository.audit.is.active=false - - - - - +repository.audit.ignore.errors=true |