You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2022/08/16 01:41:47 UTC

[airavata-custos] branch baremetal updated (12dbc970 -> 64b35b02)

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

isjarana pushed a change to branch baremetal
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


    from 12dbc970 Merge pull request #295 from isururanawaka/berametalWithMerge
     new 270bef22 update readme for env_setup #289
     new 347ad42d fix readme #289
     new 25573982 sql db migration #289
     new 64b35b02 Merge pull request #296 from abhinav7sinha/ansible-baremetal

The 689 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:
 ansible/README.md                                  | 71 +++++++++++-----------
 ansible/custos.yml                                 |  3 +
 ansible/inventories/test/hosts.yml                 |  3 +
 .../tasks/{create_db.yml => import_db.yml}         | 13 +++-
 ansible/roles/database/tasks/main.yml              | 39 +-----------
 .../roles/{env_setup => migrate_db}/tasks/main.yml | 14 ++---
 ansible/roles/nginx/tasks/main.yml                 | 16 ++++-
 7 files changed, 75 insertions(+), 84 deletions(-)
 rename ansible/roles/database/tasks/{create_db.yml => import_db.yml} (73%)
 rename ansible/roles/{env_setup => migrate_db}/tasks/main.yml (83%)