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 2019/11/14 14:00:45 UTC

[airavata] branch master updated: Ansible: fixing Delta configuration

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


The following commit(s) were added to refs/heads/master by this push:
     new c33ed35  Ansible: fixing Delta configuration
c33ed35 is described below

commit c33ed3530bc77067eb73ca237f2d4727c0e5c200
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Thu Nov 14 09:00:00 2019 -0500

    Ansible: fixing Delta configuration
---
 .../ansible/inventories/scigap/production/host_vars/delta/vars.yml      | 2 +-
 dev-tools/ansible/inventories/scigap/production/hosts                   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
index 2eb9c2f..b6bda92 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/delta/vars.yml
@@ -40,7 +40,7 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
 auth_options:
   password:
     name: "DELTA Gateway"
-  external:
+# external:
 #    - name: "existing institution credentials"
 #      idp_alias: "cilogon"
 #      logo: "images/cilogon-logo-24x24-b.png"
diff --git a/dev-tools/ansible/inventories/scigap/production/hosts b/dev-tools/ansible/inventories/scigap/production/hosts
index 039cacf..8d3ee5f 100644
--- a/dev-tools/ansible/inventories/scigap/production/hosts
+++ b/dev-tools/ansible/inventories/scigap/production/hosts
@@ -65,4 +65,6 @@ dreg ansible_host=149.165.156.72 ansible_user=centos
 # futurewater jetstream server
 futurewater ansible_host=149.165.171.92 ansible_user=centos
 
+# Delta Jetstream server
+delta ansible_host=149.165.169.250 ansible_user=centos