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 abf2d7857e Adding dev UltraScan Portal
abf2d7857e is described below

commit abf2d7857e97647634eb09789462e102f632901b
Author: eroma2014 <[email protected]>
AuthorDate: Mon Jan 23 13:51:16 2023 -0500

    Adding dev UltraScan Portal
---
 .../develop/host_vars/dev-ultrascan/vars.yml       | 46 ++++++++++++++++++++++
 .../develop/host_vars/dev-ultrascan/vault.yml      | 12 ++++++
 dev-tools/ansible/inventories/scigap/develop/hosts |  1 +
 3 files changed, 59 insertions(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-ultrascan/vars.yml 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-ultrascan/vars.yml
new file mode 100644
index 0000000000..a92e6becde
--- /dev/null
+++ 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-ultrascan/vars.yml
@@ -0,0 +1,46 @@
+#
+#
+# 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.
+#
+
+---
+vhost_servername: "dev.ultrascan.scigap.org"
+vhost_ssl: true
+ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername 
}}/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername 
}}/privkey.pem"
+
+## Keycloak related variables
+tenant_domain: "dev-ultrascan"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+  password:
+    name: "Ultrascan"
+  external:
+    - name: "Existing Institute Login"
+      idp_alias: "cilogon"
+
+gateway_id: "dev-ultrascan"
+experiment_data_dir: "{{ user_data_dir }}/django-dev-ultrascan"
+# gateway_data_store_ssh_public_key: "TODO"
+
+admin_emails: "[('SGRC', '[email protected]')]"
+portal_title: "Dev UltraScan Gateway"
+...
diff --git 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-ultrascan/vault.yml
 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-ultrascan/vault.yml
new file mode 100644
index 0000000000..e6eef009c4
--- /dev/null
+++ 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-ultrascan/vault.yml
@@ -0,0 +1,12 @@
+$ANSIBLE_VAULT;1.1;AES256
+38653663643061323334633234613161613461386432363139633531306531613633633233386166
+6536333538666464393866306130623961656362386464320a326263656165663936383533313965
+39323038313531383563336130386337613532383062623933376664316462626366383961623037
+3737303035313565380a386536353866346537643964333034323066633261356531303536656234
+65353332616163313364303431656165613534616634376330336664326435303161643230346462
+38613035613862333866366230333931313036366539326130353264336536363062353433343132
+31343862363963376365383966383639343638353530613532636562363866656163333233333730
+36356634646139643965373936333836363766633566323932303639656465616431356563373530
+35393032383831356361343564633466353635656438316138323265346265306637656533306263
+38653339336132326536366333626639333861313666306634623563333731306565366266353165
+626266633132613366633534373532653865
diff --git a/dev-tools/ansible/inventories/scigap/develop/hosts 
b/dev-tools/ansible/inventories/scigap/develop/hosts
index f6b351afec..b60266b167 100644
--- a/dev-tools/ansible/inventories/scigap/develop/hosts
+++ b/dev-tools/ansible/inventories/scigap/develop/hosts
@@ -38,6 +38,7 @@ geo ansible_host=web.dev.scigap.org
 delta ansible_host=149.165.153.181
 ; custos-testdrive ansible_host=pgadev.scigap.org
 rnamake ansible_host=web.dev.scigap.org
+dev-ultrascan ansible_host=web.dev.scigap.org
 
 [pga]
 scigap ansible_host=149.165.155.229

Reply via email to