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
1b88637a
Commit
1b88637a
authored
9 months ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Pre-merge cleanup
parent
079aec5a
No related branches found
No related tags found
2 merge requests
!294
Release TeraFlowSDN 4.0
,
!207
Resolve "(CTTC) Separation of Monitoring"
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
deploy/all.sh
+5
-2
5 additions, 2 deletions
deploy/all.sh
install_requirements.sh
+1
-1
1 addition, 1 deletion
install_requirements.sh
my_deploy.sh
+5
-2
5 additions, 2 deletions
my_deploy.sh
with
11 additions
and
5 deletions
deploy/all.sh
+
5
−
2
View file @
1b88637a
...
@@ -29,8 +29,11 @@ export TFS_REGISTRY_IMAGES=${TFS_REGISTRY_IMAGES:-"http://localhost:32000/tfs/"}
...
@@ -29,8 +29,11 @@ export TFS_REGISTRY_IMAGES=${TFS_REGISTRY_IMAGES:-"http://localhost:32000/tfs/"}
# By default, only basic components are deployed
# By default, only basic components are deployed
export
TFS_COMPONENTS
=
${
TFS_COMPONENTS
:-
"context device pathcomp service slice nbi webui load_generator"
}
export
TFS_COMPONENTS
=
${
TFS_COMPONENTS
:-
"context device pathcomp service slice nbi webui load_generator"
}
# Uncomment to activate Monitoring
# Uncomment to activate Monitoring (old)
#export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring kpi_manager"
#export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"
# Uncomment to activate Monitoring Framework (new)
#export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api"
# Uncomment to activate BGP-LS Speaker
# Uncomment to activate BGP-LS Speaker
#export TFS_COMPONENTS="${TFS_COMPONENTS} bgpls_speaker"
#export TFS_COMPONENTS="${TFS_COMPONENTS} bgpls_speaker"
...
...
This diff is collapsed.
Click to expand it.
install_requirements.sh
+
1
−
1
View file @
1b88637a
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
ALL_COMPONENTS
=
"context device service nbi monitoring webui interdomain slice"
ALL_COMPONENTS
=
"context device service nbi monitoring webui interdomain slice"
ALL_COMPONENTS
=
"
${
ALL_COMPONENTS
}
dbscanserving opticalattackmitigator opticalattackdetector"
ALL_COMPONENTS
=
"
${
ALL_COMPONENTS
}
dbscanserving opticalattackmitigator opticalattackdetector"
ALL_COMPONENTS
=
"
${
ALL_COMPONENTS
}
l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector"
ALL_COMPONENTS
=
"
${
ALL_COMPONENTS
}
l3_attackmitigator l3_centralizedattackdetector l3_distributedattackdetector"
ALL_COMPONENTS
=
"
${
ALL_COMPONENTS
}
kpi_manager"
ALL_COMPONENTS
=
"
${
ALL_COMPONENTS
}
kpi_manager
kpi_value_writer kpi_value_api
"
TFS_COMPONENTS
=
${
TFS_COMPONENTS
:-
$ALL_COMPONENTS
}
TFS_COMPONENTS
=
${
TFS_COMPONENTS
:-
$ALL_COMPONENTS
}
# Some components require libyang built from source code
# Some components require libyang built from source code
...
...
This diff is collapsed.
Click to expand it.
my_deploy.sh
+
5
−
2
View file @
1b88637a
...
@@ -22,8 +22,11 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"
...
@@ -22,8 +22,11 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"
# Set the list of components, separated by spaces, you want to build images for, and deploy.
# Set the list of components, separated by spaces, you want to build images for, and deploy.
export
TFS_COMPONENTS
=
"context device pathcomp service slice nbi webui load_generator"
export
TFS_COMPONENTS
=
"context device pathcomp service slice nbi webui load_generator"
# Uncomment to activate Monitoring
# Uncomment to activate Monitoring (old)
#export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring kpi_manager"
#export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"
# Uncomment to activate Monitoring Framework (new)
#export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api"
# Uncomment to activate BGP-LS Speaker
# Uncomment to activate BGP-LS Speaker
#export TFS_COMPONENTS="${TFS_COMPONENTS} bgpls_speaker"
#export TFS_COMPONENTS="${TFS_COMPONENTS} bgpls_speaker"
...
...
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