rayonism: put Geth config in the same folder as Beacon node
This way we create both as part of the same Docker network. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
23dc761b41
commit
f933dd0df8
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
# Geth node
|
||||
geth_service_name: 'nimbus-nocturne'
|
||||
geth_service_path: '{{ beacon_node_cont_vol }}'
|
||||
geth_compose_path: '{{ geth_service_path }}/docker-compose.geth.yml'
|
||||
geth_cont_image: 'ethereum/client-go@sha256:82920663d5c2378d9d21c640f30c885154e5eca6d1dd7ccec83711f527aeddbf'
|
||||
geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
|
||||
geth_sync_mode: 'fast'
|
||||
|
@ -24,8 +26,10 @@ geth_network_name: 'mainnet'
|
|||
|
||||
# Beacon node
|
||||
beacon_node_network: 'nocturne'
|
||||
beacon_node_cont_name: 'beacon-node-{{ beacon_node_network }}-{{ beacon_node_cont_tag }}'
|
||||
beacon_node_cont_vol: '/docker/{{ beacon_node_cont_name }}'
|
||||
beacon_node_cont_tag: 'qmerge-large'
|
||||
beacon_node_web3_urls: [ 'ws://{{ ansible_local.tinc.vpn_ip }}:{{ geth_websocket_port }}' ]
|
||||
beacon_node_web3_urls: [ 'ws://geth:{{ geth_websocket_port }}' ]
|
||||
# Disabled for genesis to avoid missing first two slots
|
||||
beacon_node_doppelganger_detection: false
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
- name: infra-role-beacon-node
|
||||
src: git@github.com:status-im/infra-role-beacon-node.git
|
||||
version: 3f6ef254706bf9f90cc617c8fe7324765aacac5d
|
||||
version: 37f8a3ab06cd08c9053b292f60e734962cab616d
|
||||
scm: git
|
||||
|
||||
- name: kibana
|
||||
|
@ -71,7 +71,7 @@
|
|||
|
||||
- name: infra-role-geth
|
||||
src: git@github.com:status-im/infra-role-geth.git
|
||||
version: f76e6f37792dc39302d175017f79a4711ecf33df
|
||||
version: 5ad36567e810fb74073d8fc82774146450e4761a
|
||||
scm: git
|
||||
|
||||
- name: infra-role-geth-exporter
|
||||
|
|
Loading…
Reference in New Issue