specify beacon_node_netkey for nimbus-mainnet-small bootnodes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
87a0503c22
commit
157d215230
|
@ -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)}}'
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue