Loading my_deploy.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
my_deploy.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading