aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose/prov_data
diff options
context:
space:
mode:
authorPiotr Darosz <piotr.darosz@nokia.com>2018-10-03 14:31:25 +0200
committerPiotr Darosz <piotr.darosz@nokia.com>2018-10-09 10:00:10 +0200
commit5a41037c1c6085febf8d5d9a41f055c9bca3f0d1 (patch)
treed8912faad903afa545224677509f1060287c1f96 /docker-compose/prov_data
parent3a2e2a602b9aa3677d941f3d5d65ea0dce80b7ab (diff)
Unify DMaaP Data Router image creation
Fix POMs, docker-compose file, use docker plugin, remove Dockerfiles Change-Id: I26c017eceedd30e66841d3a933070112b79ebca1 Issue-ID: DMAAP-836 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
Diffstat (limited to 'docker-compose/prov_data')
-rwxr-xr-xdocker-compose/prov_data/provserver.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose/prov_data/provserver.properties b/docker-compose/prov_data/provserver.properties
index 744bc9ce..c37bd4fb 100755
--- a/docker-compose/prov_data/provserver.properties
+++ b/docker-compose/prov_data/provserver.properties
@@ -3,6 +3,7 @@
# * org.onap.dmaap
# * ===========================================================================
# * Copyright � 2017 AT&T Intellectual Property. All rights reserved.
+# * Modifications Copyright (C) 2018 Nokia. 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.
@@ -44,6 +45,6 @@ org.onap.dmaap.datarouter.provserver.isaddressauthenabled = false
# Database access
org.onap.dmaap.datarouter.db.driver = org.mariadb.jdbc.Driver
-org.onap.dmaap.datarouter.db.url = jdbc:mariadb://172.100.0.2:3306/datarouter
+org.onap.dmaap.datarouter.db.url = jdbc:mariadb://datarouter-mariadb:3306/datarouter
org.onap.dmaap.datarouter.db.login = datarouter
org.onap.dmaap.datarouter.db.password = datarouter