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 1937289596 Ansible: add zenodo integration django app to dev-gkeyll
     add 8a30c61ee5 Ansible: add ssl certificate generation and HAProxy for api 
server
     new c3ac4b390f Merge branch 'ansible-haproxy' into develop
     add 960086dcf6 Ansible fixes and configuring api server to NOT listen on 
TLS port
     add fe68cafe32 Removing unneeded task
     new 4da6cffda5 Merge branch 'ansible-haproxy' 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:
 dev-tools/ansible/airavata.yml                     |  1 +
 dev-tools/ansible/apiserver.yml                    |  1 +
 .../scigap/develop/group_vars/all/vars.yml         |  3 +-
 .../scigap/production/group_vars/all/vars.yml      |  2 +-
 dev-tools/ansible/roles/api-orch/defaults/main.yml |  5 ++
 .../files/prepareLetsEncryptCertificates.sh        | 13 ++++
 .../{common/vars => api-orch/handlers}/main.yml    |  6 +-
 .../tasks/haproxy}/install_deps_Centos_7.yml       |  4 +-
 .../tasks/haproxy}/install_deps_Rocky_8.yml        |  4 +-
 dev-tools/ansible/roles/api-orch/tasks/main.yml    | 53 +++++++++++++++
 .../roles/api-orch/templates/haproxy.cfg.j2        | 75 ++++++++++++++++++++++
 11 files changed, 158 insertions(+), 9 deletions(-)
 create mode 100644 
dev-tools/ansible/roles/api-orch/files/prepareLetsEncryptCertificates.sh
 copy dev-tools/ansible/roles/{common/vars => api-orch/handlers}/main.yml (89%)
 copy dev-tools/ansible/roles/{django/tasks => 
api-orch/tasks/haproxy}/install_deps_Centos_7.yml (90%)
 copy dev-tools/ansible/roles/{django/tasks => 
api-orch/tasks/haproxy}/install_deps_Rocky_8.yml (93%)
 create mode 100644 dev-tools/ansible/roles/api-orch/templates/haproxy.cfg.j2

Reply via email to