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?
innovate-invent commented
If you run terraform init on a computer with internet and then copy the
generated .terraform folder it should work. I'll have to look tomorrow
about telling terraform to not try and verify the files during apply.
…On Wed, Jan 20, 2021, 12:25 AM Anton Gladyshev, ***@***.***> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANP25BHPKKEMN7WYLS2MCLS22HRBANCNFSM4WKJO4XA>
.
innovate-invent commented
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
innovate-invent commented
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.