Commit 173fe852 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Including pathcomp component in the list of components to be deployed by default.

parent 316d412d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"