This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch mft-integration
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/mft-integration by this push:
new 9d2001b Ansible: deploy mft-integration branch of django portal to
testing.seagrid.org
9d2001b is described below
commit 9d2001b8b4459d817e73dcc32406d97162ba1673
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Apr 1 15:10:30 2020 -0400
Ansible: deploy mft-integration branch of django portal to
testing.seagrid.org
---
dev-tools/ansible/inventories/scigap/testing/group_vars/django/vars.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-tools/ansible/inventories/scigap/testing/group_vars/django/vars.yml
b/dev-tools/ansible/inventories/scigap/testing/group_vars/django/vars.yml
index a41ef0f..0bf9efb 100644
--- a/dev-tools/ansible/inventories/scigap/testing/group_vars/django/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/testing/group_vars/django/vars.yml
@@ -29,6 +29,6 @@ admin_emails: "[('SGRC Group', '[email protected]')]"
django_error_emails: "[('Marcus Christie', '[email protected]'), ('Eroma
Abeysinghe', '[email protected]')]"
django_database_name: "django_{{ gateway_id }}"
django_hidden_airavata_apps: "['django_airavata_dataparsers']"
-airavata_django_git_branch: "develop"
+airavata_django_git_branch: "mft-integration"
django_tus_endpoint: "https://tus.testing.seagrid.org/files/"
django_keycloak_ca_certfile_path: 'os.path.join(BASE_DIR, "django_airavata",
"resources", "incommon_rsa_server_ca.pem")'