Merge branch 'multi-deploy' of https://github.com/ArseniiPetrovich/blockscout-terraform into multi-deploy

This commit is contained in:
a@a.ru 2019-06-10 23:03:01 +03:00
commit d879b87c7a
7 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,6 @@
# BlockScout related variables
## An address of BlockScout repo to download
blockscout_repo: https://github.com/poanetwork/blockscout
# Please, specify the credentials for the test Postgres installation

View File

@ -1,5 +1,8 @@
# Infrastructure related group variables
## Exact path to the TF binary on your local machine
terraform_location: "/usr/local/bin/terraform"
## Name of the DynamoDB table where current lease of TF state file will be stored
dynamodb_table: "poa-terraform-lock"

View File

@ -147,7 +147,7 @@ EOF
log "Installing Erlang.."
wget http://packages.erlang-solutions.com/site/esl/esl-erlang/FLAVOUR_1_general/esl-erlang_21.1-1~centos~7_amd64.rpm
wget https://packages.erlang-solutions.com/erlang/rpm/centos/7/x86_64/esl-erlang_21.1-1~centos~7_amd64.rpm
yum localinstall -y wxGTK-devel unixODBC-devel >"$LOG"
yum localinstall -y esl-erlang_21.1-1~centos~7_amd64.rpm >"$LOG"