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 c76ada3b9e Deploying dev Gkeyll gateway
c76ada3b9e is described below

commit c76ada3b9ec33abac28d64e9bbd891a125c37342
Author: eroma2014 <[email protected]>
AuthorDate: Wed May 17 09:45:55 2023 -0400

    Deploying dev Gkeyll gateway
---
 .../scigap/develop/host_vars/dev-gkeyll/vars.yml   | 48 ++++++++++++++++++++++
 .../scigap/develop/host_vars/dev-gkeyll/vault.yml  | 12 ++++++
 dev-tools/ansible/inventories/scigap/develop/hosts |  1 +
 3 files changed, 61 insertions(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml
new file mode 100644
index 0000000000..5374cf721a
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vars.yml
@@ -0,0 +1,48 @@
+#
+#
+# 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.vlab.plasmascience.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: "devgkeyll"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+  password:
+    name: "Dev Gkeyll"
+#  external:
+#    - name: "Existing Institute Login"
+#      idp_alias: "cilogon"
+
+gateway_id: "devgkeyll"
+experiment_data_dir: "{{ user_data_dir }}/django-dev-gkeyll"
+# gateway_data_store_ssh_public_key: "TODO"
+#gateway_data_store_ssh_public_key: "ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAABAQCdefavkuUfn4yNXpAiqHufQ/sk13f5yf4WFt4G4sAN6fwgdL1+90ShtU+BL0TJCaLpLtuFIFvoMh0wwwA1WYCVSpZ/brdnTvcd9y/Vcfiu7fbKNhh03PlX5wwbxNqGDURB+HtWZg2JDYuBHBhNon6/39HZzLCr5wyX4OUSIxWZ9D9g8y1rwgbAQ7PwNA1/kUulBf/gEBMAypX1I/q0/6ZkaRp7M8dVfX7wPX5bXcj7hYLyNFXQ+TDQYm+Z0sPjPAJCzyLxXfBtzacWUX5PVm3mxFRHO0VYxpZ6BCGool02Zo/xOdMGR8BX9Zu0JYiOmNBhXrKvscqTROLwEcLWdaXZ"
+#django_user_data_archive_max_age_days: "{{ 2 * 365 }}"
+
+admin_emails: "[('Eroma Abeysinghe', '[email protected]')]"
+portal_title: "Dev Gkeyll Gateway"
+...
diff --git 
a/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vault.yml 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vault.yml
new file mode 100644
index 0000000000..c268c954ff
--- /dev/null
+++ 
b/dev-tools/ansible/inventories/scigap/develop/host_vars/dev-gkeyll/vault.yml
@@ -0,0 +1,12 @@
+$ANSIBLE_VAULT;1.1;AES256
+38396634316433343133626162353265646139393639616330333438363236636661316538386339
+3766623161626464303231323237363333386338303339640a653666616633333131646631626537
+39653966663763633032366566626230383262323834663731333765373230663733386634373932
+3239613066353832330a373435383737363637396335613861313662356132313464356435663532
+65663239663764663632633263383763343730636566303336376437306633376134393863666134
+61393631616461386261306439613965663337373137363866396332333162626631383465633538
+65336639353232626336366630313562626435613936613133336133306131356430366631383139
+33393737303739393132343765393765343834663735636561643461366136616139333438386465
+63373363313436623062653436353133313566396565366161323139666162346438326565663730
+30303036376564376232663537393162633232666134653736646464363966323062316533353133
+346430373334333765613061643262373132
diff --git a/dev-tools/ansible/inventories/scigap/develop/hosts 
b/dev-tools/ansible/inventories/scigap/develop/hosts
index b60266b167..e01db99961 100644
--- a/dev-tools/ansible/inventories/scigap/develop/hosts
+++ b/dev-tools/ansible/inventories/scigap/develop/hosts
@@ -39,6 +39,7 @@ 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
+dev-gkeyll 
ansible_host=dev-plasma-space-weather-gateway.phy220105.projects.jetstream-cloud.org
 
 [pga]
 scigap ansible_host=149.165.155.229

Reply via email to