mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-09 08:23:07 +00:00
18 lines
661 B
YAML
18 lines
661 B
YAML
codex_experiment:
|
|
experiment_set_id: ${EXPERIMENT_SET_ID}
|
|
seeder_sets: ${SEEDER_SETS}
|
|
seeders: ${SEEDERS}
|
|
file_size: ${FILE_SIZE}
|
|
repetitions: ${REPETITIONS}
|
|
# No need for cooldown as Codex takes forever to remove files, so there's plenty of time to log stuff. :-)
|
|
logging_cooldown: 0
|
|
|
|
nodes:
|
|
network_size: ${NETWORK_SIZE}
|
|
first_node_index: 0
|
|
name: "${CODEX_STATEFULSET}-{node_index}"
|
|
address: "${CODEX_STATEFULSET}-{node_index}.${CODEX_SERVICE}.${NAMESPACE}.svc.cluster.local"
|
|
disc_port: 6890
|
|
api_port: 6891
|
|
agent_url: "http://${CODEX_STATEFULSET}-{node_index}.${CODEX_SERVICE}.${NAMESPACE}.svc.cluster.local:9001/"
|