Update Ann Loraine Nowlan Freese
I made changes to setup_vars.yml to make use of my repo fork and branch.
Updated setup_vars.yml looks like this
---
### Variables needed to run setup.yml ###
#
# Hub facade code repository and branch to deploy
#
repo: https:branch: IGBF-4326
#
# Certificates for supporting https. Place in files directory.
#
#ssl_cert_file:
#ssl_cert_key_file:
#ssl_chain_file:
ssl_cert_file: 2025.star.bioviz.org.crt
ssl_cert_key_file: 2025.star.bioviz.org.key
ssl_chain_file: 2025.star.bioviz.org.ca-bundle
#
# Web apps deploy directory
#
app_dir: /var/www/vhosts
...
I have tested the dev deployment with these changes by deploying udaya's trackhub changes as I couldn't see any visible UI change with 4326 dependency upgrade to figure out if the branch is deployed to dev or not.
Now, I have test new changes in dev after deploying IGBF-4326 changes, and everything works as expected.
Before upgrade hub-facade uses python <=3.10, django==3.2.3
Upgraded to python 3.13, django 4.2.10, other dependencies upgraded based on these versions.
Branch changes:
https://bitbucket.org/lorainelab-deepthi/hub-facade/branch/IGBF-4326