Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
45bff9e3
Commit
45bff9e3
authored
2 years ago
by
Carlos Natalino Da Silva
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
my_deploy.sh
+1
-1
1 addition, 1 deletion
my_deploy.sh
src/opticalattackmanager/service/__main__.py
+1
-1
1 addition, 1 deletion
src/opticalattackmanager/service/__main__.py
with
2 additions
and
2 deletions
my_deploy.sh
+
1
−
1
View file @
45bff9e3
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
src/opticalattackmanager/service/__main__.py
+
1
−
1
View file @
45bff9e3
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment