brinkmanlab/galaxy-container

Add instructions to startup in air-gap environment

Areso opened this issue · 3 comments

Areso commented

For now, it is failing on

terraform init

stage, because there is no connection to registry.terraform.io
Is there any way to download/to provide needed plugins to Terraform manually, without having own corporate Terraform registry?

Looking at it further, what I suggested should just work.
You may want to take further steps configuring terraform in the air-gapped environment. See https://www.terraform.io/docs/commands/cli-config.html#provider-installation

You will also need to somehow move any required biocontainers to that airgapped system for associated tools. This deployment does not use conda for dependency resolution.