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

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


    from 86a2908  Removing TestApplication
     add 8d4a65e  Ansible changes for Airavata Standalone Server
     add bf6ef8b  fixing database transaction issue in creating password 
credential and improving ansible scripts
     add 4da2c5f  fixing minor issues
     add 4f429ef  Updating cloning url to original airavata repo
     add 5f1e81f  Reverting back to https urls
     add 3a2e1be  Adding missing placeholder
     add d6fa1cf  Removing admin email value
     add 7eae3f9  Moving default gateway initialization code to api server
     add 9f06e0f  Minor improvement
     add 1f5066a  Reverting back to http urls as ansible does not trust mariadb 
ssl certificates
     new 882722c  Merge branch 'ansible-standalone' of 
https://github.com/DImuthuUpe/airavata into DImuthuUpe-ansible-standalone
     new 37b06e2  Merge branch 'DImuthuUpe-ansible-standalone' into develop

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:
 .../api/server/handler/AiravataServerHandler.java  | 55 ++++++++++++++++++++
 .../group_vars/all/vars.yml                        | 60 +++++++++++++---------
 .../group_vars/pga/vars.yml                        | 30 +++++------
 dev-tools/ansible/inventories/standalone/hosts     | 24 +++++++++
 .../inventories/template/group_vars/all/vars.yml   | 11 +++-
 dev-tools/ansible/roles/api-orch/defaults/main.yml | 13 ++++-
 dev-tools/ansible/roles/api-orch/tasks/main.yml    | 12 ++---
 .../templates/airavata-server.properties.j2        |  6 +--
 dev-tools/ansible/roles/common/tasks/main.yml      |  4 +-
 .../ansible/roles/database/tasks/keycloak.yml      |  2 +-
 dev-tools/ansible/roles/database/tasks/main.yml    |  2 +-
 dev-tools/ansible/roles/env_setup/tasks/main.yml   |  4 ++
 dev-tools/ansible/roles/gfac/defaults/main.yml     |  5 +-
 .../gfac/templates/airavata-server.properties.j2   |  6 +--
 dev-tools/ansible/roles/pga/defaults/main.yml      | 11 ++--
 dev-tools/ansible/roles/pga/tasks/main.yml         | 16 ++++--
 .../default.conf => templates/default.conf.j2}     |  3 +-
 .../roles/pga/templates/pga-ssl-vhost.conf.j2      |  4 +-
 .../ansible/roles/pga/templates/pga-vhost.conf.j2  |  2 +-
 .../pga/{files/ssl.conf => templates/ssl.conf.j2}  |  4 +-
 dev-tools/ansible/roles/rabbitmq/tasks/main.yml    |  8 +--
 .../templates/airavata-server.properties.j2        |  2 +-
 dev-tools/ansible/roles/zookeeper/vars/main.yml    |  2 +-
 .../roles/zookeeper/vars/main.yml                  |  2 +-
 .../credential-store-service/pom.xml               |  5 ++
 .../store/impl/util/CredentialStoreInitUtil.java   |  7 +++
 .../registry-server/registry-api-service/pom.xml   |  2 +-
 27 files changed, 219 insertions(+), 83 deletions(-)
 copy dev-tools/ansible/inventories/{scigap/production => 
standalone}/group_vars/all/vars.yml (71%)
 copy dev-tools/ansible/inventories/{template => 
standalone}/group_vars/pga/vars.yml (68%)
 create mode 100644 dev-tools/ansible/inventories/standalone/hosts
 rename dev-tools/ansible/roles/pga/{files/default.conf => 
templates/default.conf.j2} (73%)
 rename dev-tools/ansible/roles/pga/{files/ssl.conf => templates/ssl.conf.j2} 
(99%)

-- 
To stop receiving notification emails like this one, please contact
machris...@apache.org.

Reply via email to