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 e6db55a Adding new scigateway.ucmerced.edu gateway
e6db55a is described below
commit e6db55ab86f6e49a0ee9e070ed8663c7bf36393e
Author: eroma2014 <[email protected]>
AuthorDate: Wed Oct 13 15:40:45 2021 -0400
Adding new scigateway.ucmerced.edu gateway
---
.../scigap/production/host_vars/ucmerced/vars.yml | 53 ++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/ucmerced/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/ucmerced/vars.yml
new file mode 100644
index 0000000..e81a0f9
--- /dev/null
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/ucmerced/vars.yml
@@ -0,0 +1,53 @@
+#
+#
+# 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_resource_id:
"js-168-166.jetstream-cloud.org_e86fd426-201a-461a-a0b4-4368af59ca28"
+#gateway_data_store_hostname: "js-168-166.jetstream-cloud.org"
+
+vhost_servername: "scigateway.ucmerced.edu"
+vhost_ssl: True
+ssl_certificate_file: "/etc/letsencrypt/live/scigateway.ucmerced.edu/cert.pem"
+ssl_certificate_chain_file:
"/etc/letsencrypt/live/scigateway.ucmerced.edu/fullchain.pem"
+ssl_certificate_key_file:
"/etc/letsencrypt/live/scigateway.ucmerced.edu/privkey.pem"
+
+
+## Keycloak related variables
+tenant_domain: "ucmerced"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+ password:
+ name: "UCMERCED Gateway"
+# external:
+# - name: "Existing Institution Credentials"
+# idp_alias: "cilogon"
+# logo: "images/cilogon-logo-24x24-b.png"
+
+gateway_id: "ucmerced"
+experiment_data_dir: "{{ user_data_dir }}/ucmerced"
+#gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCbGE2Zb7zHfOx1IwaUQkAsRNr3Y6ieqQ2jnvbvs4XBM0ARw3ME0feMIcJKB3NFjIEQqS67w1mV0tpoCmRVtSK7IVujbCCvyRFUOLh+BOgqF7Xm887FPidOm0qpSh3s46Wbd758uXurqojedC2xJp62e4aSgzdijyX2gBI1giQHaKSE2WW6L5wGkhIQoxSvaL1hSnL7adH6e2RqB1+ePbO6OGr6pRbNIQqCgYZGvNAJBoiP9K1CwQTcGkj0b2Ptr2kD2JWQqivdPM5YVR4PxH2vtovL0HLjHvXmljWdns/b4PQGDyfpUMgKAthlAlq5zGOJZqfIGdBxLnC8AaoZNGiF"
+
+admin_emails: "[('CIRC', '[email protected]')]"
+portal_title: "UCMERCED Gateway"
+
+#django_google_analytics_tracking_id: "UA-66348921-1"
+...