nimbus.eth1: update rocketpool setup to new layout

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

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-10-27 20:38:59 +02:00
parent 9fddf38791
commit edfcf0b621
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 18 additions and 3 deletions

View File

@ -1,6 +1,21 @@
--- ---
rocketpool_web3_url: 'http://goerli-01.aws-eu-central-1a.nimbus.geth.wg:8545' # Rocketpool
rocketpool_web3_ws_url: 'ws://goerli-01.aws-eu-central-1a.nimbus.geth.wg:8546' rocketpool_version: 'v1.0.0-pre3'
rocketpool_eth1_network: 'goerli'
# Ports
rocketpool_metrics_port: 9102
rocketpool_eth2_libp2p_port: 59001
rocketpool_eth2_discovery_port: 59001
rocketpool_eth2_metrics_port: 58008
rocketpool_eth2_rest_port: 55052
rocketpool_eth2_rpc_port: 59190
# Eth1 Sync
# TODO query Consul for these
rocketpool_eth2_web3_http_url: 'http://goerli-01.aws-eu-central-1a.nimbus.geth.wg:8545'
rocketpool_eth2_web3_ws_url: 'ws://goerli-01.aws-eu-central-1a.nimbus.geth.wg:8546'
# Eth1 Wallet
rocketpool_password: '{{lookup("passwordstore", "services/Rocketpool/test/Eth1/pass")}}'
rocketpool_wallet: '{{lookup("passwordstore", "services/Rocketpool/test/Eth1/wallet")}}'
# Nimbus Eth1 node # Nimbus Eth1 node
nimbus_eth1_repo_branch: 'master' nimbus_eth1_repo_branch: 'master'

View File

@ -71,7 +71,7 @@
- name: infra-role-rocketpool - name: infra-role-rocketpool
src: git@github.com:status-im/infra-role-rocketpool.git src: git@github.com:status-im/infra-role-rocketpool.git
version: 67828726c54c9652860499eee3819e5ec9871e2b version: f1d95d50c31583d0fd97db31cd70a82538dca050
scm: git scm: git
- name: infra-role-winsw - name: infra-role-winsw