From 8dad071e131019f2ab479c53735fdb1cccc87210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 26 Sep 2023 20:20:46 +0200 Subject: [PATCH] add wakusim.env file for wakusim.misc host MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For more details see: https://github.com/status-im/infra-nim-waku/issues/79 Signed-off-by: Jakub SokoĊ‚owski --- .gitignore | 1 + wakusim.env | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 wakusim.env diff --git a/.gitignore b/.gitignore index 5b2501c..047d548 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ **/.DS_Store *.env +!wakusim.env diff --git a/wakusim.env b/wakusim.env new file mode 100644 index 0000000..b5afba7 --- /dev/null +++ b/wakusim.env @@ -0,0 +1,11 @@ +# Env variables for metal-01.he-eu-hel1.wakusim.misc host. +NWAKU_IMAGE=wakuorg/nwaku:v0.20.0 +GOWAKU_IMAGE=wakuorg/go-waku:v0.8.0 +# Network scaling. +NUM_NWAKU_NODES=100 +NUM_GOWAKU_NODES=0 +# Simulation traffic. +MSG_PER_SECOND=10 +MSG_SIZE_KBYTES=10 +# Enable automatic Docker image updates. +WATCHTOWER_ENABLED=true