Commit 9ae4ebf7 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

OFC'23 demo:

- Added automation component to the deploy
parent 25c978f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"

# Set the list of components, separated by spaces, you want to build images for, and deploy.
#automation monitoring load_generator
export TFS_COMPONENTS="context device pathcomp service slice compute webui"
export TFS_COMPONENTS="context device automation pathcomp service slice compute webui"

# Set the tag you want to use for your images.
export TFS_IMAGE_TAG="dev"
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"

# Set the list of components, separated by spaces, you want to build images for, and deploy.
#automation monitoring load_generator
export TFS_COMPONENTS="context device pathcomp service slice compute webui"
export TFS_COMPONENTS="context device automation pathcomp service slice compute webui"

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