nimbus.eth1: deploy eth1 node with infra-role-nimbus-eth1
https://github.com/status-im/infra-nimbus/issues/72 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f59c8d8f43
commit
e7e457395a
|
@ -9,9 +9,10 @@
|
|||
- local_action: command ./versioncheck.py
|
||||
changed_when: false
|
||||
|
||||
- name: Configure RocketPool node
|
||||
- name: Configure RocketPool & Eth1 nodes
|
||||
become: true
|
||||
hosts:
|
||||
- nimbus-eth1-metal
|
||||
roles:
|
||||
- { role: infra-role-rocketpool-smart-node, tags: rocketpool }
|
||||
- { role: infra-role-nimbus-eth1, tags: nimbus-eth1 }
|
|
@ -1,3 +1,10 @@
|
|||
---
|
||||
rocketpool_web3_url: 'http://goerli-01.aws-eu-central-1a.nimbus.geth.wg:8545'
|
||||
rocketpool_web3_ws_url: 'ws://goerli-01.aws-eu-central-1a.nimbus.geth.wg:8546'
|
||||
|
||||
# Nimbus Eth1 node
|
||||
nimbus_eth1_repo_branch: 'master'
|
||||
nimbus_eth1_network: 'mainnet'
|
||||
nimbus_eth1_max_peers: 160
|
||||
nimbus_eth1_log_level: 'DEBUG'
|
||||
nimbus_eth1_metrics_address: '0.0.0.0'
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
- name: infra-role-bootstrap-linux
|
||||
src: git@github.com:status-im/infra-role-bootstrap-linux.git
|
||||
version: 6825fd5eb5cc3b6ffb055e201164528e48435d22
|
||||
version: 8a47c73754ea018bbad19992164d860f9c5c175f
|
||||
scm: git
|
||||
|
||||
- name: infra-role-bootstrap-windows
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
- name: infra-role-bootstrap-macos
|
||||
src: git@github.com:status-im/infra-role-bootstrap-macos.git
|
||||
version: a9eb569115a42e4a2d408e7424aa10dcb9eb30a4
|
||||
version: b312866d229faf25d20b537cbd55965ed1eb1897
|
||||
scm: git
|
||||
|
||||
- name: infra-role-wireguard
|
||||
|
@ -59,6 +59,11 @@
|
|||
version: 32bb0097ed4db170aee39e139fd7d2c3ee440b0f
|
||||
scm: git
|
||||
|
||||
- name: infra-role-nimbus-eth1
|
||||
src: git@github.com:status-im/infra-role-nimbus-eth1.git
|
||||
version: 3a1a651d92f7533b974ad74e69956fb815bd9fbe
|
||||
scm: git
|
||||
|
||||
- name: infra-role-dist-validators
|
||||
src: git@github.com:status-im/infra-role-dist-validators.git
|
||||
version: 1ec52b38e36cd1af939317ea51bbd74984986725
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
/* Hetzner AX41-NVMe
|
||||
* AMD Ryzen 5 3600 Hexa-Core
|
||||
* 64 GB DDR4 RAM
|
||||
* 2 x 512 GB NVMe SSD */
|
||||
module "nimbus_nodes_pyrmont_hetzner" {
|
||||
source = "./modules/dummy-module"
|
||||
|
||||
|
|
Loading…
Reference in New Issue