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 4A970200CB5 for ; Wed, 12 Jul 2017 22:33:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4942016A78E; Wed, 12 Jul 2017 20:33:23 +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 9788E16A79E for ; Wed, 12 Jul 2017 22:33:22 +0200 (CEST) Received: (qmail 25955 invoked by uid 500); 12 Jul 2017 20:33:21 -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 25933 invoked by uid 99); 12 Jul 2017 20:33:21 -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; Wed, 12 Jul 2017 20:33:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3768EF3251; Wed, 12 Jul 2017 20:33:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smarru@apache.org To: commits@airavata.apache.org Date: Wed, 12 Jul 2017 20:33:23 -0000 Message-Id: In-Reply-To: <0264fa4815ea4820b0c532efc0f35b2e@git.apache.org> References: <0264fa4815ea4820b0c532efc0f35b2e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] airavata git commit: Georgia Tech Ansible Script archived-at: Wed, 12 Jul 2017 20:33:23 -0000 Georgia Tech Ansible Script Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/f43c7617 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/f43c7617 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/f43c7617 Branch: refs/heads/develop Commit: f43c761792b44562070258aa536c0d9859a56822 Parents: 632b76a Author: Suresh Marru Authored: Wed Jul 12 15:33:15 2017 -0500 Committer: Suresh Marru Committed: Wed Jul 12 15:33:15 2017 -0500 ---------------------------------------------------------------------- .../inventories/scigap/production/pga_config/gatech/vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/f43c7617/dev-tools/ansible/inventories/scigap/production/pga_config/gatech/vars.yml ---------------------------------------------------------------------- diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/gatech/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/gatech/vars.yml index 5ccb3e2..3e9bd16 100644 --- a/dev-tools/ansible/inventories/scigap/production/pga_config/gatech/vars.yml +++ b/dev-tools/ansible/inventories/scigap/production/pga_config/gatech/vars.yml @@ -33,7 +33,7 @@ vhost_ssl: False ## Keycloak related variables tenant_domain: "{{ gateway_id }}" -admin_username: "adminuser" +admin_username: "admin" admin_password: "{{ vault_admin_password }}" oauth_client_key: "{{ vault_oauth_client_key }}" oauth_client_secret: "{{ vault_oauth_client_secret }}" @@ -44,7 +44,7 @@ auth_options: oauth_grant_type: "password" oauth_callback_url: "https://{{ vhost_servername }}/callback-url" -gateway_id: "georgiastate" +gateway_id: "georgia-tech" # relative to document root dir experiment_data_dir: "{{ user_data_dir }}/georgia-tech" gateway_data_store_resource_id: "gf4.ucs.indiana.edu_61552681-96f0-462a-a36c-a62a010bffc6"