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

[airavata] branch master updated: Ansible: updating the name of gateway: AMP -> AMOS

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

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new e48e3a3  Ansible: updating the name of gateway: AMP -> AMOS
e48e3a3 is described below

commit e48e3a3b83c87724eaf41d0a216c38c34f8b91b2
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Sep 24 12:08:01 2021 -0400

    Ansible: updating the name of gateway: AMP -> AMOS
---
 .../inventories/scigap/production/host_vars/ampgateway/vars.yml       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
index e4b9e01..e08922d 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/ampgateway/vars.yml
@@ -35,7 +35,7 @@ oauth_client_secret: "{{ vault_oauth_client_secret }}"
 
 auth_options:
   password:
-    name: "Atomic and Molecular Physics and Optics Gateway"
+    name: "Atomic, Molecular, and Optical Science Gateway"
   external:
     - name: "existing institution credentials"
       idp_alias: "cilogon"
@@ -46,7 +46,7 @@ experiment_data_dir: "{{ user_data_dir }}/amp"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAfFAdLrGC/om63ipx9RhuzcGnMlVQkKsuy5NtUgK7I4OdTJ1Ck1H/ARBwiWNQy08GO2HETfM7StCROwW+tlZ6n+THBkbei4G8q6xV6UXlC3BJxuDlwkxnyOFSYEt8Qd2g8IC/X0qo9/m5Ea9Z5axzTk+n2OZlV87DrLheV+OVhgf+yYGVo9egTZ7Kg/TV/Hl1xeU5JgRcPPrLrWYn8vEQo7xT5boS3X9y2o7FgNTdUf5K10ZJ37RWcLQpzZ+7zEKs/P/I/QU+BUhxRRfnEf/4e4L3OFE36SQ4DSFmu3lKU4BcQQb3A6SfQGC1PwQdD5y9MUkpit4hMCSJLjVBTN3H"
 
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Barry Schneider', '	bis@nist.gov')]"
-portal_title: "Atomic and Molecular Physics and Optics Gateway"
+portal_title: "Atomic, Molecular, and Optical Science Gateway"
 
 django_google_analytics_tracking_id: "UA-177950242-1"