Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B30F9200D1B for ; Thu, 12 Oct 2017 20:39:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B1BE31609E8; Thu, 12 Oct 2017 18:39:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 037121609E4 for ; Thu, 12 Oct 2017 20:39:15 +0200 (CEST) Received: (qmail 54346 invoked by uid 500); 12 Oct 2017 18:39:15 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 54336 invoked by uid 99); 12 Oct 2017 18:39:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2017 18:39:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E2318DFA71; Thu, 12 Oct 2017 18:39:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: eroma@apache.org To: commits@airavata.apache.org Message-Id: <5cc215c06b4947e69fef7a4b2c53b2cb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: airavata git commit: New Ultrascan gateway with production SciGaP Date: Thu, 12 Oct 2017 18:39:14 +0000 (UTC) archived-at: Thu, 12 Oct 2017 18:39:16 -0000 Repository: airavata Updated Branches: refs/heads/master 8c8ad8bd2 -> 15a8d3650 New Ultrascan gateway with production SciGaP Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/15a8d365 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/15a8d365 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/15a8d365 Branch: refs/heads/master Commit: 15a8d3650ba28e8714d3a57c1086669aeef1626b Parents: 8c8ad8b Author: Eroma Abeysinghe Authored: Thu Oct 12 14:39:09 2017 -0400 Committer: Eroma Abeysinghe Committed: Thu Oct 12 14:39:09 2017 -0400 ---------------------------------------------------------------------- .../production/pga_config/newUltrascan/vars.yml | 65 ++++++++++++++++++++ .../pga_config/newUltrascan/vault.yml | 18 ++++++ 2 files changed, 83 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/15a8d365/dev-tools/ansible/inventories/scigap/production/pga_config/newUltrascan/vars.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/newUltrascan/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/newUltrascan/vars.yml new file mode 100644 index 0000000..b7ce6a8 --- /dev/null +++ b/dev-tools/ansible/inventories/scigap/production/pga_config/newUltrascan/vars.yml @@ -0,0 +1,65 @@ +# +# +# 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. +# + +--- +pga_repo: "https://github.com/apache/airavata-php-gateway.git" +git_branch: "master" +user: "pga" +group: "pga" +doc_root_dir: "/var/www/portals/{{ gateway_id }}" +vhost_servername: "new.ultrascan.scigap.org" +vhost_ssl: false +# TODO: have Ansible manage these files as well +#ssl_certificate_file: "/etc/letsencrypt/live/hpcgateway.uky.edu/cert.pem" +#ssl_certificate_chain_file: "/etc/letsencrypt/live/hpcgateway.uky.edu/fullchain.pem" +#ssl_certificate_key_file: "/etc/letsencrypt/live/hpcgateway.uky.edu/privkey.pem" + +## Keycloak related variables +tenant_domain: "{{ gateway_id }}" +admin_username: "admin" +admin_password: "{{ vault_admin_password }}" +oauth_client_key: "{{ vault_oauth_client_key }}" +oauth_client_secret: "{{ vault_oauth_client_secret }}" +oidc_discovery_url: "https://iam.scigap.org/auth/realms/{{ tenant_domain }}/.well-known/openid-configuration" + +auth_options: + - name: "Ultrascan Gateway" + oauth_grant_type: "password" +# - name: "CILogon" +# oauth_grant_type: "authorization_code" +# oauth_authorize_url_extra_params: "kc_idp_hint=cilogon" +# logo: "/assets/cilogon-logo-24x24-b.png" +oauth_callback_url: "http://{{ vhost_servername }}/callback-url" + +gateway_id: "ultrascan" +# relative to document root dir +experiment_data_dir: "{{ user_data_dir }}/{{ gateway_id }}" +gateway_data_store_resource_id: "gf4.ucs.indiana.edu_61552681-96f0-462a-a36c-a62a010bffc6" +gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCloIIv+f8p/YbCyn0i1tOdwGW0mi/KdZCO8X0e7pPLhL7UZmrjKPCBWqlH92EKr6RnCENx5YCmmRm7DOqm1RuuER//2bxd5w+VmURAmuM1MdVpMocT6z9a51F9YEbfQfTLzES6fXyeRqq7aMljqYWovdM6uSFuIahvaTOwU0G/VrW0NBc411K0Kl1fWxpbPVy+ZCJJzCyP7JBV6sZMFFhT1/VQwsp1/0bBZwTPvaVwPcfibp65t99k4oxhGFVBhxBQ9KCki1uMr0sXJqB3udbBW26CFL9NHFttEuPjXRU+wQBkdsTfGzpbpjQZ7isCDDLWMMKiHXqwqU+6tH1biGUX" + +## Portal related variables +super_admin_portal: "false" +admin_emails: "['sgrc-iu-group@iu.edu']" +portal_email_username: "pga.airavata@gmail.com" +portal_email_password: "{{ vault_portal_email_password }}" +#portal_theme: "gsu-gateway-theme" +#portal_theme_repo: "https://github.com/SciGaP/gsu-gateway-theme" +portal_title: "Ultrascan Gateway Portal" +... http://git-wip-us.apache.org/repos/asf/airavata/blob/15a8d365/dev-tools/ansible/inventories/scigap/production/pga_config/newUltrascan/vault.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/newUltrascan/vault.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/newUltrascan/vault.yml new file mode 100644 index 0000000..f26d6f7 --- /dev/null +++ b/dev-tools/ansible/inventories/scigap/production/pga_config/newUltrascan/vault.yml @@ -0,0 +1,18 @@ +$ANSIBLE_VAULT;1.1;AES256 +62623564396339653035663030366136343331363639643533386336646138646665346162393138 +3766653338323031626433346664643861313134306663610a613161376332313230633834396263 +39373533666263643439323035353134326438306234613636373337653639373762386237663831 +6139646232313737310a393535333662396535613434633532363038373933643835346236323935 +37653162613031643439613238316632643033396236653233356165653038316630643337313135 +39336266333735643063623666613634316636396134376264626638626161666232656163363266 +61616539363035363162616338633830386432643737396532373534656135306636316130306432 +37663762336163303561346633323466633765633465633937616131363739353536636134626230 +34353465323964656366643833303039336164626630373334653563343766383564313138623034 +38373239383936356634663162373063646165656630383134396163366561626634633565643566 +39663861343936306363313035343463353962653236663263313335303732663233306662393230 +32623635396339623035383233343434333561373164623138326161303334643063373865356166 +30626531373035653036383061366632616239626462336565383031623466333862353434386363 +33666135366164343136666637636665353031393739626463646663373765363366366664663062 +34316630613761306466356137643730396161616432656437336565373231336636653233636535 +34623734616461653837303431653139383564303837623761393762383633653264323431613532 +3332