Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.25
-
Epic Link:
-
Sprint:Fall 4, Fall 5
Description
Update early access version available on the bioviz.org website to be from branch release-10.1.0 instead of branch main.
For this, need to provide a new parameter in the inventory file being used to update the web site.
Attachments
Activity
Revised inventory file by adding a new parameter early_access_branch - see below:
[targets] ubuntubioviz2 ansible_host=52.207.108.150 domain=bioviz.org stack=Prod igb_branch=release-10.0.1 igb_version=10.0.1 igb_major_version=10 igb_repository=https://bitbucket.org/lorainelab/integrated-genome-browser bioviz_repo=https://bitbucket.org/lorainelab/bioviz.git bioviz_version=main hub_facade_domain=translate.bioviz.org maven_domain=maven.bioviz.org early_access_branch=release-10.1.0 [targets:vars] ansible_ssh_common_args="-o StrictHostKeyChecking=no" ansible_ssh_user=ubuntu
Updated security group to include a rule allowing ssh from my local machine's IP address.
Then, ran the playbooks with:
ansible-playbook -i inventory.ini setup.yml
with setup variables defined:
# # Define the following variables to provision and update # a BioViz host. # # # certificate authority chain file, e.g., Digicert.crt # put it in files directory # ssl_chain_file: STAR_bioviz_org.ca-bundle # # domain private key, e.g., star_mydomain.key # put it in files directory # ssl_cert_key_file: bioviz.org.key # # domain certificate, e.g., star_mydomain.crt # put it in files directory # ssl_cert_file: STAR_bioviz_org.crt # # e.g., 1.1.9 # # See: https://bitbucket.org/lorainelab/genoviz-sdk # genoviz_version: 1.1.9
Early access is now pointing at main branch 10.2.0. I assume this is correct as we have now released 10.1.0. Tested on Mac and Windows.
Closing ticket.