From 173fe8521a372ffb207d74edb811062322705abb Mon Sep 17 00:00:00 2001
From: Carlos Natalino <carlos.natalino@chalmers.se>
Date: Wed, 28 Sep 2022 07:06:35 +0200
Subject: [PATCH] Including pathcomp component in the list of components to be
 deployed by default.

---
 my_deploy.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/my_deploy.sh b/my_deploy.sh
index 566795081..9d0a38d33 100644
--- a/my_deploy.sh
+++ b/my_deploy.sh
@@ -4,9 +4,9 @@ export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
 # Supported components are:
 #   context device automation policy service compute monitoring webui
 #   interdomain slice pathcomp dlt
-#   dbscanserving opticalattackmitigator opticalcentralizedattackdetector
+#   dbscanserving opticalattackmitigator opticalattackdetector
 #   l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector
-export TFS_COMPONENTS="context device automation service compute monitoring webui"
+export TFS_COMPONENTS="context device automation pathcomp service compute monitoring webui"
 
 # Set the tag you want to use for your images.
 export TFS_IMAGE_TAG="dev"
-- 
GitLab