aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJukka Kaartinen <jukka.kaartinen@unikie.com>2020-04-02 14:35:10 +0300
committerDmitry Vyukov <dvyukov@google.com>2020-04-03 10:42:34 +0200
commit490e527b511e1bb16a70cac58f3a8ae6dffadb3c (patch)
tree34775d227fd86c69125ebbf61dbf9cd5d2e8813d
parenta34e2c332411388ed2b3f6f1a3acdc062feceb79 (diff)
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 <jukka.kaartinen@unikie.com>
-rw-r--r--dashboard/app/README.md3
-rw-r--r--docs/syzbot_architecture.pngbin0 -> 52765 bytes
2 files changed, 3 insertions, 0 deletions
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
--- /dev/null
+++ b/docs/syzbot_architecture.png
Binary files differ