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
522300c4
Commit
522300c4
authored
8 months ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Pre-merge code cleanup
parent
ea35c20d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!294
Release TeraFlowSDN 4.0
,
!259
Resolve "(CTTC) Replace DLT Gateway functionality with an opensource and Hyper Ledger v2.4+ compliant version"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deploy/all.sh
+1
-1
1 addition, 1 deletion
deploy/all.sh
deploy/tfs.sh
+1
-1
1 addition, 1 deletion
deploy/tfs.sh
with
2 additions
and
2 deletions
deploy/all.sh
+
1
−
1
View file @
522300c4
...
...
@@ -27,7 +27,7 @@ export TFS_REGISTRY_IMAGES=${TFS_REGISTRY_IMAGES:-"http://localhost:32000/tfs/"}
# If not already set, set the list of components, separated by spaces, you want to build images for, and deploy.
# By default, only basic components are deployed
export
TFS_COMPONENTS
=
${
TFS_COMPONENTS
:-
"context device
ztp monitoring
pathcomp service slice nbi webui load_generator
dlt
"
}
export
TFS_COMPONENTS
=
${
TFS_COMPONENTS
:-
"context device pathcomp service slice nbi webui load_generator"
}
# If not already set, set the tag you want to use for your images.
export
TFS_IMAGE_TAG
=
${
TFS_IMAGE_TAG
:-
"dev"
}
...
...
This diff is collapsed.
Click to expand it.
deploy/tfs.sh
+
1
−
1
View file @
522300c4
...
...
@@ -27,7 +27,7 @@ export TFS_REGISTRY_IMAGES=${TFS_REGISTRY_IMAGES:-"http://localhost:32000/tfs/"}
# If not already set, set the list of components, separated by spaces, you want to build images for, and deploy.
# By default, only basic components are deployed
export
TFS_COMPONENTS
=
${
TFS_COMPONENTS
:-
"context device
ztp monitoring
pathcomp service slice nbi webui load_generator
dlt
"
}
export
TFS_COMPONENTS
=
${
TFS_COMPONENTS
:-
"context device pathcomp service slice nbi webui load_generator"
}
# If not already set, set the tag you want to use for your images.
export
TFS_IMAGE_TAG
=
${
TFS_IMAGE_TAG
:-
"dev"
}
...
...
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