This is an automated email from the ASF dual-hosted git repository.
eroma 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 c9e6f9b Added .yml and ssl certificates for Django Testdrive gateway
c9e6f9b is described below
commit c9e6f9b73ec21fad897d0b15df84c093c0c8be90
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Sun Nov 3 07:53:41 2019 -0500
Added .yml and ssl certificates for Django Testdrive gateway
---
.../inventories/scigap/production/host_vars/testdrive/vars.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
index 8417568..0fbbc6b 100644
---
a/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/testdrive/vars.yml
@@ -32,16 +32,17 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
auth_options:
password:
- name: "Test Drive"
+ name: "Airavata Test Drive Gateway"
external:
- name: "CILogon"
idp_alias: "cilogon"
+ logo: "images/cilogon-logo-24x24-b.png"
gateway_id: "default"
experiment_data_dir: "{{ user_data_dir }}/testdrive"
-# gateway_data_store_ssh_public_key: "TODO"
+gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCUF51b2cYYqqadLHL9M/oPY0ZHZlWbdOdaIgjpzIzMnO7M9hKrHVY2pqyLPvqCLzaunxITPWsTqw0E8hwub4ttGLAx/O4kIf+BgyZK7iuwXWhI7u85/o58IfrD4B+jVCYKRNayuLR+lJWsiOeS6HSlunpTKTEhFGeOHn2UzdbLfgWYQ3VUFDtKN1oDPDT78ml5c2RCibJ21jltpevVfEtCUctERpTfniWSuQZggP1qiLNa1+PfiJ3mGsEzJFDntQvQetdinaAbEaT7+sctS8nBNjapkmYMf6tBl3S0bLttYPH51f8lUQAFaAzrestO1JpJNnIeY01/S3MWIlAWASnn"
admin_emails: "[('SGRC', '[email protected]')]"
-portal_title: "Airavata Test Drive"
+portal_title: "Airavata Test Drive Gateway"
...