Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document automatic fetch of tool-list.yml #1

Open
innovate-invent opened this issue May 18, 2022 · 0 comments
Open

Document automatic fetch of tool-list.yml #1

innovate-invent opened this issue May 18, 2022 · 0 comments

Comments

@innovate-invent
Copy link
Contributor

It will attempt to execute docker locally to download the irida container and extract its galaxy tool dependencies. If docker is not available, or this step fails in some way, you can manually provide the file by placing it in the folder you are executing terraform from. Terraform is looking for the file at "${abspath(path.root)}/tool-list.yml" where "path.root" is the folder with the root terraform module. The root module being the folder where you are executing terraform.

You will need to provide this file to the CI for every execution as the deployment will only generate it once.

To get a copy of the file run

docker run --rm --user $(id -u):$(id -g) -v $PWD:/mnt brinkmanlab/irida-app cp /etc/irida/tool-list.yml /mnt/tool-list.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant