Skip to content
Snippets Groups Projects
Commit a28e45da authored by delacal's avatar delacal
Browse files

Fix deploy

parent 636549ce
No related branches found
No related tags found
No related merge requests found
# fore delete namespace "tfs" and "crdb"
kubectl delete --force namespace tfs
kubectl delete --force namespace crdb
./src/tests/ofc22/run_test_03_delete_service.sh
./src/tests/ofc22/run_test_04_cleanup.sh
source src/tests/ofc22/deploy_specs.sh
source my_deploy.sh
./deploy/all.sh
source tfs_runtime_env_vars.sh
ofc22/run_test_01_bootstrap.sh
ofc22/run_test_02_create_service.sh
\ No newline at end of file
......@@ -20,7 +20,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.
export TFS_COMPONENTS="context device pathcomp service slice compute webui load_generator"
export TFS_COMPONENTS="context device pathcomp service slice compute webui load_generator l3_attackmitigator l3_centralizedattackdetector"
# Uncoment to activate Monitoring
#export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment