Skip to content

Commit

Permalink
Added stage curation server
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed Dec 2, 2024
1 parent 958929b commit b82b86f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ mod_jbrowse_server:
zfin_jbrowse_process:
docker run -it -e PLAYBOOK_NAME="Zfin Jbrowse Processor" ${REPO} ansible-playbook -e START_GOCD_AGENT=false -e DOCKER_PULL_TAG=zfin_latest -e SKIP_NVME_DRIVES=true -e WEBSERVER_INSTANCE_TYPE=m4.xlarge -e env=jbrowse -e jbrowse_env=zfin -i hosts playbook_run_jbrowse_process_gff.yml --vault-password-file=.password

stage_curation_server:
docker run -it -e PLAYBOOK_NAME="Stage Curation" ${REPO} ansible-playbook -e env=stage -e SWAP_SIZE=32G -e WEBSERVER_INSTANCE_TYPE=r5a.xlarge -e SKIP_NVME_DRIVES=true -e START_GOCD_AGENT=true -i hosts custom_playbook_launch_web_instance.yml --vault-password-file=.password

stage_web_server:
docker run -it -e PLAYBOOK_NAME="Stage Web Server" ${REPO} ansible-playbook -e env=stage -e SKIP_NVME_DRIVES=true -e START_GOCD_AGENT=true -i hosts custom_playbook_launch_web_instance.yml --vault-password-file=.password

Expand Down
2 changes: 1 addition & 1 deletion environments/stage/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LOG_SERVER_HOST: "{{ lookup('env','LOG_SERVER_HOST') or 'logs.alliancegenome.org
START_GOCD_AGENT: "{{ lookup('env','START_GOCD_AGENT') or false }}"

#CURATION_API_URL: "http://{{ CURATION_API_SERVER_NAME }}:8080/api"
CURATION_API_URL: "https://stage-curation.alliancegenome.org/api"
CURATION_API_URL: "http://stage-curation.alliancegenome.org/api"
CURATION_API_TOKEN: ""

STAGE_CLUSTER_CONFIG:
Expand Down

0 comments on commit b82b86f

Please sign in to comment.