From 1c5978413474f60a31c13e6a2ef4f97d61e681b4 Mon Sep 17 00:00:00 2001
From: Carlos Natalino <carlos.natalino@chalmers.se>
Date: Wed, 28 Sep 2022 12:02:35 +0200
Subject: [PATCH] Including missing components to the list of components in the
 my_deploy.sh file and including generating gRPC Python code to the OFC'22
 tutorial.

---
 tutorial/1-3-deploy-tfs.md | 2 +-
 tutorial/2-2-ofc22.md      | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/tutorial/1-3-deploy-tfs.md b/tutorial/1-3-deploy-tfs.md
index 07c79d7ab..9b2da4fc1 100644
--- a/tutorial/1-3-deploy-tfs.md
+++ b/tutorial/1-3-deploy-tfs.md
@@ -58,7 +58,7 @@ password to be set for the Grafana `admin` user.
 cd ~/tfs-ctrl
 tee my_deploy.sh >/dev/null <<EOF
 export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
-export TFS_COMPONENTS="context device automation service compute monitoring webui"
+export TFS_COMPONENTS="context device automation pathcomp service slice compute monitoring webui"
 export TFS_IMAGE_TAG="dev"
 export TFS_K8S_NAMESPACE="tfs"
 export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml"
diff --git a/tutorial/2-2-ofc22.md b/tutorial/2-2-ofc22.md
index bd308ae30..1a2ee8cda 100644
--- a/tutorial/2-2-ofc22.md
+++ b/tutorial/2-2-ofc22.md
@@ -61,6 +61,12 @@ Then, you also need to load the environment variables to support the execution o
 source tfs_runtime_env_vars.sh
 ```
 
+You also need to make sure that you have all the gRPC-generate code in your folder. To do so, run:
+
+```
+proto/generate_code_python.sh
+```
+
 To execute this functional test, four main steps needs to be carried out:
 1. Device bootstrapping
 2. L3VPN Service creation
-- 
GitLab