Skip to content
Snippets Groups Projects
Commit 45bff9e3 authored by Carlos Natalino Da Silva's avatar Carlos Natalino Da Silva
Browse files

Fixing name of parameters in a function and including components to the my_deploy.

parent 3c95a163
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
# interdomain slice pathcomp dlt
# dbscanserving opticalattackmitigator opticalcentralizedattackdetector
# l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector
export TFS_COMPONENTS="context device automation service compute monitoring webui dbscanserving opticalattackmitigator" # opticalattackmanager opticalattackdetector
export TFS_COMPONENTS="context device automation service compute monitoring webui dbscanserving opticalattackmitigator opticalattackmanager opticalattackdetector" #
# Set the tag you want to use for your images.
export TFS_IMAGE_TAG="dev"
......
......@@ -41,7 +41,7 @@ LOOP_TIME = Histogram('optical_security_loop_seconds', 'Time taken by each secur
DROP_COUNTER = Counter('optical_security_dropped_assessments', 'Dropped assessments due to detector timeout')
def signal_handler(_, _): # pylint: disable=redefined-outer-name
def signal_handler(signal, frame): # pylint: disable=redefined-outer-name
LOGGER.warning("Terminate signal received")
terminate.set()
......
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