From 490e527b511e1bb16a70cac58f3a8ae6dffadb3c Mon Sep 17 00:00:00 2001 From: Jukka Kaartinen Date: Thu, 2 Apr 2020 14:35:10 +0300 Subject: docs: Add map of the syzbot setup Add mind map image of the syzbot setup to show how peaces are connected. Signed-off-by: Jukka Kaartinen --- dashboard/app/README.md | 3 +++ docs/syzbot_architecture.png | Bin 0 -> 52765 bytes 2 files changed, 3 insertions(+) create mode 100644 docs/syzbot_architecture.png diff --git a/dashboard/app/README.md b/dashboard/app/README.md index db36ee2d6..06817d183 100644 --- a/dashboard/app/README.md +++ b/dashboard/app/README.md @@ -7,6 +7,9 @@ It is so-called [Standard environment](https://cloud.google.com/appengine/docs/s To deploy and manage the app you need to install [Google Cloud SDK](https://cloud.google.com/sdk/install).\ For more details about App Engine refer to the [docs](https://cloud.google.com/appengine/docs/standard/go/). +Here is "big" picture of possible setup: +![Overall picture of syzbot setup](/docs/syzbot_architecture.png) + **Note**: The app is not stable and is not officially supported. It's here only to power the main deployment. To deploy the app you need to add a `.go` file with production config. The config specifies kernel namespaces, diff --git a/docs/syzbot_architecture.png b/docs/syzbot_architecture.png new file mode 100644 index 000000000..d313e5d69 Binary files /dev/null and b/docs/syzbot_architecture.png differ -- cgit mrf-deployment