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
0462edf6
Commit
0462edf6
authored
2 years ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
WebUI component:
- added dependencies for load generator
parent
173af90f
No related branches found
No related tags found
2 merge requests
!54
Release 2.0.0
,
!34
Context Scalability extensions using CockroachDB + Removal of Stateful database inside Device + other
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/common/method_wrappers/tests/deploy_specs.sh
+1
-1
1 addition, 1 deletion
src/common/method_wrappers/tests/deploy_specs.sh
src/webui/Dockerfile
+2
-0
2 additions, 0 deletions
src/webui/Dockerfile
with
3 additions
and
1 deletion
src/common/method_wrappers/tests/deploy_specs.sh
+
1
−
1
View file @
0462edf6
...
@@ -7,7 +7,7 @@ export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
...
@@ -7,7 +7,7 @@ export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
# interdomain slice pathcomp dlt
# interdomain slice pathcomp dlt
# dbscanserving opticalattackmitigator opticalattackdetector
# dbscanserving opticalattackmitigator opticalattackdetector
# l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector
# l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector
export
TFS_COMPONENTS
=
"context device pathcomp service slice webui load_generator"
# automation monitoring compute
export
TFS_COMPONENTS
=
"context device pathcomp service slice webui load_generator"
# automation monitoring compute
dlt
# Set the tag you want to use for your images.
# Set the tag you want to use for your images.
export
TFS_IMAGE_TAG
=
"dev"
export
TFS_IMAGE_TAG
=
"dev"
...
...
This diff is collapsed.
Click to expand it.
src/webui/Dockerfile
+
2
−
0
View file @
0462edf6
...
@@ -77,6 +77,8 @@ COPY --chown=webui:webui src/context/__init__.py context/__init__.py
...
@@ -77,6 +77,8 @@ COPY --chown=webui:webui src/context/__init__.py context/__init__.py
COPY
--chown=webui:webui src/context/client/. context/client/
COPY
--chown=webui:webui src/context/client/. context/client/
COPY
--chown=webui:webui src/device/__init__.py device/__init__.py
COPY
--chown=webui:webui src/device/__init__.py device/__init__.py
COPY
--chown=webui:webui src/device/client/. device/client/
COPY
--chown=webui:webui src/device/client/. device/client/
COPY
--chown=webui:webui src/load_generator/__init__.py load_generator/__init__.py
COPY
--chown=webui:webui src/load_generator/client/. load_generator/client/
COPY
--chown=webui:webui src/service/__init__.py service/__init__.py
COPY
--chown=webui:webui src/service/__init__.py service/__init__.py
COPY
--chown=webui:webui src/service/client/. service/client/
COPY
--chown=webui:webui src/service/client/. service/client/
COPY
--chown=webui:webui src/slice/__init__.py slice/__init__.py
COPY
--chown=webui:webui src/slice/__init__.py slice/__init__.py
...
...
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