Commit 8f367f78 authored by kesnar's avatar kesnar
Browse files

refactor: change ztp naming for load_generator component

parent 917835c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"

# Set the list of components, separated by spaces, you want to build images for, and deploy.
# Supported components are:
#   context device automation policy service compute monitoring webui
#   context device ztp policy service compute monitoring webui
#   interdomain slice pathcomp dlt
#   dbscanserving opticalattackmitigator opticalattackdetector
#   l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector
export TFS_COMPONENTS="context device pathcomp service slice webui load_generator" # automation monitoring compute dlt
export TFS_COMPONENTS="context device pathcomp service slice webui load_generator" # ztp monitoring compute dlt

# Set the tag you want to use for your images.
export TFS_IMAGE_TAG="dev"