mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-09 08:33:12 +00:00
Merge pull request #8 from logos-co/chore-update-cfgsync-template
chore: Cluster configuration update
This commit is contained in:
commit
caae801320
@ -10,6 +10,8 @@ cd nomos-e2e-tests
|
|||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
mkdir -p kzgrs
|
||||||
|
wget https://raw.githubusercontent.com/logos-co/nomos-node/master/tests/kzgrs/kzgrs_test_params -O kzgrs/kzgrs_test_params
|
||||||
pre-commit install
|
pre-commit install
|
||||||
(optional) Overwrite default vars from src/env_vars.py via cli env vars or by adding a .env file
|
(optional) Overwrite default vars from src/env_vars.py via cli env vars or by adding a .env file
|
||||||
pytest
|
pytest
|
||||||
|
|||||||
@ -13,20 +13,18 @@ num_samples: 1
|
|||||||
num_subnets: 2
|
num_subnets: 2
|
||||||
old_blobs_check_interval_secs: 5
|
old_blobs_check_interval_secs: 5
|
||||||
blobs_validity_duration_secs: 60
|
blobs_validity_duration_secs: 60
|
||||||
balancer_interval_secs: 1
|
|
||||||
global_params_path: "/kzgrs_test_params"
|
global_params_path: "/kzgrs_test_params"
|
||||||
|
min_dispersal_peers: 1
|
||||||
|
min_replication_peers: 1
|
||||||
|
monitor_failure_time_window_secs: 5
|
||||||
|
balancer_interval_secs: 5
|
||||||
|
|
||||||
# Tracing
|
# Tracing
|
||||||
tracing_settings:
|
tracing_settings:
|
||||||
logger: Stdout
|
logger: Stdout
|
||||||
tracing: !Otlp
|
tracing: None
|
||||||
endpoint: http://tempo:4317/
|
|
||||||
sample_ratio: 0.5
|
|
||||||
service_name: node
|
|
||||||
filter: !EnvFilter
|
filter: !EnvFilter
|
||||||
filters:
|
filters:
|
||||||
nomos: debug
|
nomos: debug
|
||||||
metrics: !Otlp
|
metrics: None
|
||||||
endpoint: http://prometheus:9090/api/v1/otlp/v1/metrics
|
|
||||||
host_identifier: node
|
|
||||||
level: INFO
|
level: INFO
|
||||||
@ -1,32 +0,0 @@
|
|||||||
port: 4400
|
|
||||||
n_hosts: 2
|
|
||||||
timeout: 30
|
|
||||||
|
|
||||||
# ConsensusConfig related parameters
|
|
||||||
security_param: 10
|
|
||||||
active_slot_coeff: 0.9
|
|
||||||
|
|
||||||
# DaConfig related parameters
|
|
||||||
subnetwork_size: 2
|
|
||||||
dispersal_factor: 2
|
|
||||||
num_samples: 1
|
|
||||||
num_subnets: 2
|
|
||||||
old_blobs_check_interval_secs: 5
|
|
||||||
blobs_validity_duration_secs: 60
|
|
||||||
balancer_interval_secs: 1
|
|
||||||
global_params_path: "/kzgrs_test_params"
|
|
||||||
|
|
||||||
# Tracing
|
|
||||||
tracing_settings:
|
|
||||||
logger: Stdout
|
|
||||||
tracing: !Otlp
|
|
||||||
endpoint: http://tempo:4317/
|
|
||||||
sample_ratio: 0.5
|
|
||||||
service_name: node
|
|
||||||
filter: !EnvFilter
|
|
||||||
filters:
|
|
||||||
nomos: debug
|
|
||||||
metrics: !Otlp
|
|
||||||
endpoint: http://prometheus:9090/api/v1/otlp/v1/metrics
|
|
||||||
host_identifier: node
|
|
||||||
level: INFO
|
|
||||||
Loading…
x
Reference in New Issue
Block a user