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
9ae53279
Commit
9ae53279
authored
2 years ago
by
delacal
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into feat/l3-components
parents
044cb4ae
0ccf06c8
No related branches found
No related tags found
2 merge requests
!142
Release TeraFlowSDN 2.1
,
!93
Updated L3 components + scalability
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tutorial/1-3-deploy-tfs.md
+1
-1
1 addition, 1 deletion
tutorial/1-3-deploy-tfs.md
tutorial/2-2-ofc22.md
+6
-0
6 additions, 0 deletions
tutorial/2-2-ofc22.md
with
7 additions
and
1 deletion
tutorial/1-3-deploy-tfs.md
+
1
−
1
View file @
9ae53279
...
...
@@ -58,7 +58,7 @@ password to be set for the Grafana `admin` user.
cd
~/tfs-ctrl
tee
my_deploy.sh
>
/dev/null
<<
EOF
export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
export TFS_COMPONENTS="context device automation
serv
ice compute monitoring webui"
export TFS_COMPONENTS="context device automation
pathcomp service sl
ice compute monitoring webui"
export TFS_IMAGE_TAG="dev"
export TFS_K8S_NAMESPACE="tfs"
export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml"
...
...
This diff is collapsed.
Click to expand it.
tutorial/2-2-ofc22.md
+
6
−
0
View file @
9ae53279
...
...
@@ -61,6 +61,12 @@ Then, you also need to load the environment variables to support the execution o
source tfs_runtime_env_vars.sh
```
You also need to make sure that you have all the gRPC-generate code in your folder. To do so, run:
```
proto/generate_code_python.sh
```
To execute this functional test, four main steps needs to be carried out:
1.
Device bootstrapping
2.
L3VPN Service creation
...
...
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