You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2021/04/26 15:36:02 UTC

[airavata] branch develop updated: Adding new Custos Testdrive for testing

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

eroma 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 c8f0074  Adding new Custos Testdrive for testing
c8f0074 is described below

commit c8f0074dbd27d0c56ce77c58821ccdaffae2ee1d
Author: eroma2014 <er...@gmail.com>
AuthorDate: Mon Apr 26 11:35:49 2021 -0400

    Adding new Custos Testdrive for testing
---
 .../develop/host_vars/custos-testdrive/vars.yml    | 62 ++++++++++++++++++++++
 dev-tools/ansible/inventories/scigap/develop/hosts |  1 +
 2 files changed, 63 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/custos-testdrive/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/custos-testdrive/vars.yml
new file mode 100644
index 0000000..97675e1
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/custos-testdrive/vars.yml
@@ -0,0 +1,62 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+---
+#gateway_data_store_hostname: "delta-topology.jetstream-cloud.org"
+#gateway_data_store_resource_id: "delta-topology.jetstream-cloud.org_a272f087-f733-433c-a32c-745577ed6067"
+# tus isn't setup yet
+tusd_vhost_servername:
+
+# No symlink, user_data_dir is same as real_user_data_dir
+user_data_dir: "{{ real_user_data_dir }}"
+#airavata_django_git_branch: "simccs"
+vhost_servername: "custos.testdrive.scigap.org"
+vhost_ssl: true
+# sudo certbot --apache certonly -d django.simccs.scigap.org
+ssl_certificate_file: "/etc/letsencrypt/live/custos.testdrive.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/custos.testdrive.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/custos.testdrive.scigap.org/privkey.pem"
+
+## Keycloak related variables
+tenant_domain: "custos-testdrive"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+  password:
+    name: "Custos Testdrive"
+#  external:
+#    - name: "Existing Institute Login"
+#      idp_alias: "cilogon"
+
+gateway_id: "custos-testdrive"
+experiment_data_dir: "{{ user_data_dir }}/django-custos-testdrive"
+# gateway_data_store_ssh_public_key: "TODO"
+
+portal_email_host: "smtp.gmail.com"
+portal_email_port: 587
+portal_email_tls: true
+portal_email_username: "pga.airavata@gmail.com"
+portal_email_password: "{{ vault_portal_email_password }}"
+admin_emails: "[('SGRC', 'circ-iu-group@iu.edu')]"
+portal_server_email: "{{ portal_email_username }}"
+portal_title: "Custos Testdrive Portal"
+
+...
diff --git a/dev-tools/ansible/inventories/scigap/develop/hosts b/dev-tools/ansible/inventories/scigap/develop/hosts
index 5cab48a..dcf63df 100644
--- a/dev-tools/ansible/inventories/scigap/develop/hosts
+++ b/dev-tools/ansible/inventories/scigap/develop/hosts
@@ -38,6 +38,7 @@ mines ansible_host=149.165.156.46
 amp ansible_host=149.165.170.199
 geo ansible_host=149.165.156.46
 delta ansible_host=149.165.169.250
+custos-testdrive ansible_host=pgadev.scigap.org
 
 #149.165.169.129