specify beacon_node_netkey for nimbus-mainnet-small bootnodes

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-01-29 13:26:55 +01:00
parent 87a0503c22
commit 157d215230
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,6 @@
beacon_node_network: 'mainnet' beacon_node_network: 'mainnet'
beacon_node_cont_tag: 'stable-small' beacon_node_cont_tag: 'stable-small'
beacon_node_web3_url: 'wss://mainnet.infura.io/ws/v3/9e2f2cc13f70432f8b87dbe7d51b81db' beacon_node_web3_url: 'wss://mainnet.infura.io/ws/v3/9e2f2cc13f70432f8b87dbe7d51b81db'
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
beacon_node_netkey: '{{lookup("passwordstore","service/Nimbus/netkey/"+hostname)}}'

View File

@ -1,3 +1,4 @@
/* WARNING: These are bootnodes and losing their IPs and private keys would be bad. */
module "nimbus_nodes_mainnet_stable_small" { module "nimbus_nodes_mainnet_stable_small" {
source = "github.com/status-im/infra-tf-amazon-web-services" source = "github.com/status-im/infra-tf-amazon-web-services"