From 00d2e795efaf750113484c6165e335b8ad3ba044 Mon Sep 17 00:00:00 2001 From: fjmmuro <francisco.moreno@atos.net> Date: Tue, 8 Nov 2022 11:21:38 +0100 Subject: [PATCH] Initial commit of the branch, my_deploy.sh modified --- my_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_deploy.sh b/my_deploy.sh index e70a12e15..9b6da3bd7 100644 --- a/my_deploy.sh +++ b/my_deploy.sh @@ -7,7 +7,7 @@ export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/" # interdomain slice pathcomp dlt # dbscanserving opticalattackmitigator opticalattackdetector # l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector -export TFS_COMPONENTS="context device automation monitoring pathcomp service slice compute webui" +export TFS_COMPONENTS="context device monitoring service slice webui" # Set the tag you want to use for your images. export TFS_IMAGE_TAG="dev" -- GitLab