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 2022/07/29 20:44:23 UTC

[airavata] branch develop updated: Ansible: switching dev.amp domain back

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 eec05021bc Ansible: switching dev.amp domain back
eec05021bc is described below

commit eec05021bc517989d622b0f5b868b269fcdfb96b
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Jul 29 16:44:14 2022 -0400

    Ansible: switching dev.amp domain back
---
 .../ansible/inventories/scigap/develop-js2/host_vars/amp/vars.yml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vars.yml
index 3f15022ade..c57e5c728f 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vars.yml
@@ -22,8 +22,8 @@
 real_user_data_dir: "/media/volume/sdb/gateway-user-data"
 # Keep user_data_dir same as it was on old VM
 user_data_dir: "/data/gateway-user-data"
-# vhost_servername: "dev.ampgateway.org"
-vhost_servername: "amos.js2.scigap.org"
+vhost_servername: "dev.ampgateway.org"
+# vhost_servername: "amos.js2.scigap.org"
 vhost_ssl: true
 
 # TODO: while developing django app, turn off SELinux, but turn it back on