fluffy: deploy portal-bridge instance

And use `linux-02` from `nimbus.mainnet` for EL.

https://github.com/status-im/infra-nimbus/issues/182

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-06-28 13:45:03 +02:00
parent 5fc1d1f422
commit 17d767c59d
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 20 additions and 1 deletions

View File

@ -22,3 +22,10 @@
with_sequence: start=1 end=32
loop_control:
loop_var: index
- name: Configure Nimbus Portal Bridge
become: true
hosts:
- metal-01.ih-eu-mda1.nimbus.fluffy
roles:
- { role: infra-role-portal-bridge, tags: portal-bridge }

View File

@ -123,6 +123,7 @@ open_ports_list:
- { port: '9300:9310', ipset: '{{ env }}.{{ stage }}' }
- { port: '9400', ipset: 'metrics.hq', comment: 'Geth Exporter' }
- { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' }
- { port: '{{ geth_authrpc_port }}', ipset: 'nimbus.mainnet', comment: 'Geth RPC' }
- { port: '{{ geth_authrpc_port }}', ipset: 'nimbus.mainnet', comment: 'Geth RPC' }
- { port: '{{ geth_rpc_port }}', ipset: 'nimbus.fluffy', comment: 'Portal Bridge' }
# Fleet layout can be found in: ansible/vars/layout/mainnet.yml

View File

@ -2,3 +2,14 @@
bootstrap__extra_volume_bind_paths:
DATA_VOLUME1: ['/data']
DATA_VOLUME2: ['/era']
# Portal Bridge
portal_bridge_service_name: 'nimbus-portal-bridge'
portal_bridge_rpc_address: '127.0.0.1'
portal_bridge_rpc_port: 8545
portal_bridge_command: 'history'
portal_bridge_latest: true
portal_bridge_backfill: true
portal_bridge_audit: true
portal_bridge_era1_dir: '/era'
portal_bridge_web3_url: 'https://linux-02.ih-eu-mda1.nimbus.mainnet.wg:8545'