You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2017/05/02 21:18:03 UTC

airavata git commit: AIRAVATA-2371 Fix profile service properties

Repository: airavata
Updated Branches:
  refs/heads/develop 4b0a9ecb9 -> 5303a357f


AIRAVATA-2371 Fix profile service properties


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/5303a357
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/5303a357
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/5303a357

Branch: refs/heads/develop
Commit: 5303a357fe3bb7ac6e9559d8842fea88203d96fe
Parents: 4b0a9ec
Author: Marcus Christie <ma...@apache.org>
Authored: Tue May 2 17:16:09 2017 -0400
Committer: Marcus Christie <ma...@apache.org>
Committed: Tue May 2 17:16:44 2017 -0400

----------------------------------------------------------------------
 .../roles/api-orch/templates/airavata-server.properties.j2   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/5303a357/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2 b/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2
index 4254962..fbefd8f 100644
--- a/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2
+++ b/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2
@@ -317,10 +317,10 @@ profile.service.server.host=localhost
 profile.service.server.port=8962
 profile_service=org.apache.airavata.service.profile.server.ProfileServiceServer
 # mysql properties
-credential.store.jdbc.url=jdbc:mysql://{{ db_server }}:3306/{{ profile_service }}
-credential.store.jdbc.user={{ db_user }}
-credential.store.jdbc.password={{ db_password }}
-credential.store.jdbc.driver=com.mysql.jdbc.Driver
+profile.service.jdbc.url=jdbc:mysql://{{ db_server }}:3306/{{ profile_service }}
+profile.service.jdbc.user={{ db_user }}
+profile.service.jdbc.password={{ db_password }}
+profile.service.jdbc.driver=com.mysql.jdbc.Driver
 profile.service.validationQuery=SELECT 1
 
 ###########################################################################