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
90947f1a
Commit
90947f1a
authored
1 year ago
by
Sebastien Merle
Browse files
Options
Downloads
Patches
Plain Diff
Update readme for Teraflow deployment
parent
6c296514
No related branches found
No related tags found
2 merge requests
!142
Release TeraFlowSDN 2.1
,
!133
Integration of TE component
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
my_deploy.sh
+3
-0
3 additions, 0 deletions
my_deploy.sh
src/te/README.md
+8
-1
8 additions, 1 deletion
src/te/README.md
with
11 additions
and
1 deletion
my_deploy.sh
+
3
−
0
View file @
90947f1a
...
@@ -22,6 +22,9 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"
...
@@ -22,6 +22,9 @@ 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 compute webui load_generator"
export
TFS_COMPONENTS
=
"context device pathcomp service slice compute webui load_generator"
# Uncomment to activate TE
#export TFS_COMPONENTS="${TFS_COMPONENTS} te"
# Uncomment to activate Monitoring
# Uncomment to activate Monitoring
#export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"
#export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"
...
...
This diff is collapsed.
Click to expand it.
src/te/README.md
+
8
−
1
View file @
90947f1a
...
@@ -67,6 +67,13 @@ The docker image must be built from the root of the Teraflow project:
...
@@ -67,6 +67,13 @@ The docker image must be built from the root of the Teraflow project:
$ kubectl --namespace tfs exec -ti $(kubectl --namespace tfs get pods --selector=app=teservice -o name) -c server -- /tfte/bin/tfte remote_console
$ kubectl --namespace tfs exec -ti $(kubectl --namespace tfs get pods --selector=app=teservice -o name) -c server -- /tfte/bin/tfte remote_console
## Show Logs
##
#
Show Logs
$ kubectl --namespace tfs logs $(kubectl --namespace tfs get pods --selector=app=teservice -o name) -c server
$ kubectl --namespace tfs logs $(kubectl --namespace tfs get pods --selector=app=teservice -o name) -c server
## Teraflow
To build and deploy the TE service as part of Teraflow, the following line must be added or uncomented in your
`my_deploy.sh`
:
export TFS_COMPONENTS="${TFS_COMPONENTS} te"
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