rayonism: update image, enable consensus API module
https://github.com/status-im/infra-nimbus/issues/53 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
97db7ea804
commit
1b54f4e1ca
|
@ -1,9 +1,12 @@
|
||||||
---
|
---
|
||||||
# Geth node
|
# Geth node
|
||||||
geth_service_name: 'nimbus-steklo'
|
geth_service_name: 'nimbus-steklo'
|
||||||
geth_cont_image: 'ethereum/client-go@sha256:ac3cbd85ba801989a263263b318f68f6342a373c26b2d949ca925846ec06980b'
|
geth_cont_image: 'ethereum/client-go@sha256:8bab36b54037a6fc480e862b5d8363372fcc4974c10e717e57799d8bab3884b3'
|
||||||
geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
|
geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
|
||||||
geth_sync_mode: 'fast'
|
geth_sync_mode: 'fast'
|
||||||
|
# Enable consensus API
|
||||||
|
geth_rcp_api: 'eth,net,web3,personal,admin,consensus'
|
||||||
|
geth_websocket_api: 'eth,net,web3,personal,admin,consensus'
|
||||||
# Beacon node needs access from within container
|
# Beacon node needs access from within container
|
||||||
geth_rpc_addr: '{{ ansible_local.tinc.vpn_ip }}'
|
geth_rpc_addr: '{{ ansible_local.tinc.vpn_ip }}'
|
||||||
geth_rpc_port: 8545
|
geth_rpc_port: 8545
|
||||||
|
|
Loading…
Reference in New Issue