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 2021/08/04 19:26:04 UTC

[airavata] branch develop updated: Ansible: update the dev amp gateway storage resource id

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 333d7f3  Ansible: update the dev amp gateway storage resource id
333d7f3 is described below

commit 333d7f3bc61dec3963f9127d4c6bd6eb1b37def4
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Aug 4 12:44:33 2021 -0400

    Ansible: update the dev amp gateway storage resource id
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
index e2e1b6f..9e6a367 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/amp/vars.yml
@@ -45,6 +45,8 @@ auth_options:
 
 gateway_id: "amp"
 experiment_data_dir: "{{ user_data_dir }}/django-amp"
+gateway_data_store_resource_id: "dev.ampgateway.org_b8228bc7-fad2-45db-8ed1-47de359a54a5"
+gateway_data_store_hostname: "dev.ampgateway.org"
 # gateway_data_store_ssh_public_key: "TODO"
 
 django_error_emails: "[('Marcus Christie', 'machrist@iu.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu'), ('Sudhakar Pamidighantam', 'pamidigs@iu.edu')]"