-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add macm1-01.ih-eu-mda1.nimbus.prater host
Replacement for `macos-01.ms-eu-dublin.nimbus.prater`. #132 Signed-off-by: Jakub Sokołowski <jakub@status.im>
- Loading branch information
Showing
5 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
# MacStadium has no dedicated Consul Cluster | ||
bootstrap__consul_data_center: 'he-eu-hel1' | ||
|
||
# Lowered to avoid hitting open files limit at boot. | ||
# https://github.com/status-im/nimbus-eth2/issues/2984 | ||
beacon_node_max_peers: 200 | ||
|
||
# Execution layer Enginer API | ||
macos_exec_layer_urls: | ||
0: ['http://goerli-02.ih-eu-mda1.nimbus.geth.wg:8552'] | ||
1: ['http://goerli-02.ih-eu-mda1.nimbus.geth.wg:8553'] | ||
beacon_node_exec_layer_urls: '{{ macos_exec_layer_urls[idx] }}' | ||
beacon_node_exec_layer_jwt_secret: '{{ geth_authrpc_jwtsecret }}' | ||
|
||
# ERA Files Generation | ||
nimbus_era_files_timer_enabled: true | ||
nimbus_era_files_timer_frequency: 604800 | ||
nimbus_era_files_timer_path: '/Users/nimbus/era' | ||
nimbus_era_files_db_path: '/Users/nimbus/beacon-node-{{ beacon_node_network }}-stable/data/db' | ||
nimbus_era_files_nclidb_path: '/Users/nimbus/beacon-node-{{ beacon_node_network }}-unstable/repo/build/ncli_db' | ||
|
||
# Periodic resync to save space | ||
beacon_node_resync_enabled: true | ||
beacon_node_resync_timer_enabled: true | ||
beacon_node_resync_timer_frequency: '2592000' # monthly | ||
beacon_node_resync_timer_trusted_api_url: 'http://linux-01.he-eu-hel1.nimbus.prater.wg:9300/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters