This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata.git
commit 2dd8fc5a7343f3a654311c4ff6178bd11df15a68 Author: Marcus Christie <[email protected]> AuthorDate: Wed Feb 8 17:13:58 2023 -0500 Ansible: disabling new simvascular host for now --- dev-tools/ansible/inventories/scigap/production/hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/ansible/inventories/scigap/production/hosts b/dev-tools/ansible/inventories/scigap/production/hosts index e6fdce43b2..9f8b1ab7d7 100644 --- a/dev-tools/ansible/inventories/scigap/production/hosts +++ b/dev-tools/ansible/inventories/scigap/production/hosts @@ -103,6 +103,6 @@ delta ansible_host=149.165.153.181 ansible_user=exouser simccs ansible_host=scigap11.sciencegateways.iu.edu ansible_user=root # simvascular server -simvascular ansible_host=simvascular.stanford.edu ansible_user=gateway +# simvascular ansible_host=simvascular.stanford.edu ansible_user=gateway # we can remove this once the migration is complete simvascular_old ansible_host=156.56.104.84
