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/04/25 18:54:34 UTC

[6/6] airavata git commit: Updating database names for scigap production

Updating database names for scigap production


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

Branch: refs/heads/master
Commit: 2cf1e9a6984c1a728d643ac3d656f21bfb3ed7cd
Parents: 00efec7
Author: Marcus Christie <ma...@apache.org>
Authored: Tue Apr 25 13:07:23 2017 -0400
Committer: Marcus Christie <ma...@apache.org>
Committed: Tue Apr 25 14:52:58 2017 -0400

----------------------------------------------------------------------
 .../inventories/scigap/production/group_vars/all/vars.yml        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/2cf1e9a6/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
index da3a545..33950d6 100644
--- a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
@@ -42,10 +42,10 @@ db_user: "airavata"
 db_password: "{{ vault_db_password }}"
 mysql_root_password: "{{ vault_mysql_root_password }}"
 app_catalog: "app_catalog"
-exp_catalog: "exp_catalog"
+exp_catalog: "experiment_catalog"
 replica_catalog: "replica_catalog"
 sharing_catalog: "sharing_catalog"
-workflow_catalog: "wf_catalog"
+workflow_catalog: "workflow_catalog"
 credential_store: "credential_store"
 
 mysql_connector_jar: "mysql-connector-java-5.1.37-bin.jar"