From ce58f9ed58a701e5a0afc5b5efc38a873bcf3830 Mon Sep 17 00:00:00 2001 From: alrevuelta Date: Mon, 13 Feb 2023 16:10:17 +0100 Subject: [PATCH] Add waku-machine --- topics/waku-machine.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 topics/waku-machine.md diff --git a/topics/waku-machine.md b/topics/waku-machine.md new file mode 100644 index 0000000..c5594d8 --- /dev/null +++ b/topics/waku-machine.md @@ -0,0 +1,6 @@ +We have a cloud server with 256 Gb of ram that can be used to run simulations, using tools like [wakurtosis](https://github.com/logos-co/wakurtosis). The goal of this machine is to be able to quickly run some specific tests, experiments or do some prototyping. Your key can be added by opening a PR [here](https://github.com/status-im/infra-misc/blob/master/ansible/group_vars/vacdev.yml) so that you can ssh to the machine. Note that the machine sits behind a firewall so if you need to expose a given port, it must be opened manually, see repo. + +Some notes: +* If you are going to use the machine, make sure no one else is using it. +* No formal booking system, just ask in discord. +* When you are done with it, leave it as clean as possible: no stale images running, try to organize folders, etc.