status: specify node keys from BitWarden

https://github.com/status-im/infra-status/issues/1

In order to make sure we can re-create the hosts with the same address.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-03-11 18:32:35 +01:00
parent 5c37c81859
commit 37c3508180
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 4 additions and 6 deletions

View File

@ -2,21 +2,19 @@
nim_waku_cont_tag: 'deploy-status-{{ stage }}'
nim_waku_cont_name: 'nim-waku'
nim_waku_dns4_domain_name: '{{ dns_entry }}'
# Protocols
nim_waku_protocols_enabled: ['relay', 'filter', 'lightpush', 'store']
# Node Key
nim_waku_node_key: '{{lookup("bitwarden", "fleets/status/"+stage+"/nodekeys", field=hostname)}}'
# Ports
nim_waku_p2p_tcp_port: 30303
nim_waku_p2p_udp_port: 30303
nim_waku_metrics_port: 8008
nim_waku_rpc_tcp_port: 8545
nim_waku_rpc_tcp_addr: 0.0.0.0
# Limits
nim_waku_p2p_max_connections: 150
nim_waku_store_capacity: 10000
# Peer connecting
nim_waku_connect_consul_service_names: ['{{ nim_waku_cont_name }}', 'nim-waku-bridge']
nim_waku_connect_rpc_port: '{{ nim_waku_rpc_tcp_port }}'

View File

@ -11,7 +11,7 @@
- name: infra-role-bootstrap-linux
src: git@github.com:status-im/infra-role-bootstrap-linux.git
version: 40abcc62b18ac5127866c9c413491a7b92451cac
version: 05d877a869748b2cf8e539bd9cb00e881471556e
scm: git
- name: infra-role-wireguard
@ -26,7 +26,7 @@
- name: nim-waku
src: git@github.com:status-im/infra-role-nim-waku.git
version: b8b64c0e9796c762db2eaabd081c505db590e8a8
version: e1daa4cef9dcde2a108221eaaeef281120508539
scm: git
- name: waku-peers