Commit 97c62dab authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

pre-merge clean-up

parent 78ab48ab
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,9 +22,6 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"
# Set the list of components, separated by spaces, you want to build images for, and deploy.
export TFS_COMPONENTS="context device pathcomp service nbi webui"

# Uncomment to activate ZTP
export TFS_COMPONENTS="${TFS_COMPONENTS} ztp_server"

# Uncomment to activate Monitoring (old)
#export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"

@@ -50,6 +47,9 @@ export TFS_COMPONENTS="${TFS_COMPONENTS} ztp_server"
# Uncomment to activate ZTP
#export TFS_COMPONENTS="${TFS_COMPONENTS} ztp"

# Uncomment to activate ZTP Server
#export TFS_COMPONENTS="${TFS_COMPONENTS} ztp_server"

# Uncomment to activate Policy Manager
#export TFS_COMPONENTS="${TFS_COMPONENTS} policy"