nimbus.sepolia: fix exposed REST API endpoint

Missing redirect config.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-05-15 16:19:19 +02:00
parent 9a3f1f8b4c
commit 9102e1954a
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
# Community test REST API endpoint.
beacon_node_rest_address: '0.0.0.0'
# WARNING: This will change if number of nodes changes.
redirect_ports:
# beacon-node-sepolia-unstable-01
- { src: 80, dst: 9311, comment: 'Test Beacon API (80->9311/tcp)' }

View File

@ -14,6 +14,8 @@
serial: '{{ serial|default(1) }}'
hosts:
- nimbus-sepolia-linux
roles:
- { role: redirect-ports, tags: [ redirect-ports ] }
tasks:
- include_role: name=infra-role-geth
tags: [ geth, infra-role-geth ]