You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2018/01/19 16:30:24 UTC

[airavata] branch AIRAVATA-2620 updated (718e5c3 -> e3de5a0)

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

smarru pushed a change to branch AIRAVATA-2620
in repository https://gitbox.apache.org/repos/asf/airavata.git.


    from 718e5c3  Implementing force post processing handle for an Experiment (#161)
     new eacf68f  dev ultrascan deployment
     add 44dd8f1  added Rodeo VM details
     add bd4c6d8  airavata PGA gateway installation parameters updated
     add 5aec2a8  added google analytics ID
     add 80da347  added google analytics ID
     add 08f09bc  added google analytics ID for SIU gateway
     add 5a33b09  added google analytics ID for SimVascular gateway
     add ac7330b  added google analytics ID for SimCCS gateway
     add e101d43  added google analytics ID for IU Cyber gateway
     add f13c17f  Fixing AIRAVATA-2621
     add 0237909  Fixing AIRAVATA-2624 Sampede2 cluster SSH connectivity issue
     add 53888e1  Validating port value before overriding
     add 298fadf  Added Stampede2 email for job monitoring
     add 4a3ba81  Added Searching SRA Jetstream cluster email for job monitoring
     new e3de5a0  Merge branch 'master' into AIRAVATA-2620

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../scigap/SGCI-SSC/group_vars/pga/vars.yml        | 26 +++++++-------
 .../scigap/{dreg-production => SGCI-SSC}/hosts     |  4 +--
 .../scigap/production/pga_config/csbglsu/vars.yml  |  1 +
 .../{ultrascan => devultrascan}/vars.yml           | 27 +++++++++------
 .../{ultrascan => devultrascan}/vault.yml          |  0
 .../production/pga_config/iugateway/vars.yml       |  1 +
 .../production/pga_config/iugeosurvey/vars.yml     |  1 +
 .../scigap/production/pga_config/scigap/vars.yml   |  1 +
 .../production/pga_config/simvascular/vars.yml     |  1 +
 .../pga_config/southernillinois/vars.yml           |  1 +
 .../roles/gfac/templates/gfac-config.yaml.j2       |  2 ++
 .../airavata/gfac/core/context/ProcessContext.java | 40 +++++++++++++++++++++-
 .../org/apache/airavata/gfac/impl/Factory.java     | 17 ++++-----
 .../apache/airavata/gfac/impl/GFacEngineImpl.java  |  2 +-
 14 files changed, 89 insertions(+), 35 deletions(-)
 copy dev-tools/ansible/inventories/scigap/{dreg-production => SGCI-SSC}/hosts (82%)
 copy dev-tools/ansible/inventories/scigap/production/pga_config/{ultrascan => devultrascan}/vars.yml (75%)
 copy dev-tools/ansible/inventories/scigap/production/pga_config/{ultrascan => devultrascan}/vault.yml (100%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@airavata.apache.org" <co...@airavata.apache.org>'].

[airavata] 01/02: dev ultrascan deployment

Posted by sm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch AIRAVATA-2620
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit eacf68f8cf1b5ae32ad43ad43f7af93309a36e0f
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Fri Jan 19 11:25:59 2018 -0500

    dev ultrascan deployment
---
 .../production/pga_config/devultrascan/vars.yml    | 74 ++++++++++++++++++++++
 .../production/pga_config/devultrascan/vault.yml   | 18 ++++++
 2 files changed, 92 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/devultrascan/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/devultrascan/vars.yml
new file mode 100644
index 0000000..c394251
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/devultrascan/vars.yml
@@ -0,0 +1,74 @@
+#
+#
+# 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.
+#
+
+---
+
+# NOTE Ultrascan Dev is pointed to staging server
+airavata_server: "tls://staging.api.scigap.org"
+airavata_port: "9930"
+airavata-profile-service-server: "staging.api.scigap.org"
+airavata-profile-service-port: "8962"
+
+pga_repo: "https://github.com/apache/airavata-php-gateway.git"
+git_branch: "master"
+user: "pga"
+group: "pga"
+doc_root_dir: "/var/www/portals/dev-ultrascan"
+vhost_servername: "dev.ultrascan.scigap.org"
+vhost_ssl: True
+# TODO: have Ansible manage these files as well
+ssl_certificate_file: "/etc/letsencrypt/live/dev.ultrascan.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/dev.ultrascan.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/dev.ultrascan.scigap.org/privkey.pem"
+
+## Keycloak related variables
+tenant_domain: "ultrascan"
+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 Dev 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: "https://{{ vhost_servername }}/callback-url"
+
+gateway_id: "dev-ultrascan"
+# relative to document root dir
+experiment_data_dir: "{{ user_data_dir }}/dev-ultrascan"
+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"
+data_sharing_enabled: "false"
+
+## 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: "base"
+portal_title: "Dev Ultrascan SciGaP Dashboard"
+...
+
+
diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/devultrascan/vault.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/devultrascan/vault.yml
new file mode 100644
index 0000000..f26d6f7
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/devultrascan/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

-- 
To stop receiving notification emails like this one, please contact
"commits@airavata.apache.org" <co...@airavata.apache.org>.

[airavata] 02/02: Merge branch 'master' into AIRAVATA-2620

Posted by sm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch AIRAVATA-2620
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit e3de5a05731c27b6eb640a7da4b97b177aad48fc
Merge: eacf68f 4a3ba81
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Fri Jan 19 11:26:03 2018 -0500

    Merge branch 'master' into AIRAVATA-2620

 .../scigap/SGCI-SSC/group_vars/pga/vars.yml        | 26 +++++++-------
 .../ansible/inventories/scigap/SGCI-SSC/hosts      | 21 ++++++++++++
 .../scigap/production/pga_config/csbglsu/vars.yml  |  1 +
 .../production/pga_config/iugateway/vars.yml       |  1 +
 .../production/pga_config/iugeosurvey/vars.yml     |  1 +
 .../scigap/production/pga_config/scigap/vars.yml   |  1 +
 .../production/pga_config/simvascular/vars.yml     |  1 +
 .../pga_config/southernillinois/vars.yml           |  1 +
 .../roles/gfac/templates/gfac-config.yaml.j2       |  2 ++
 .../airavata/gfac/core/context/ProcessContext.java | 40 +++++++++++++++++++++-
 .../org/apache/airavata/gfac/impl/Factory.java     | 17 ++++-----
 .../apache/airavata/gfac/impl/GFacEngineImpl.java  |  2 +-
 12 files changed, 91 insertions(+), 23 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@airavata.apache.org" <co...@airavata.apache.org>.