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
c01e8271
Commit
c01e8271
authored
2 years ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Pre-merge clean-up
parent
952e8ed9
No related branches found
No related tags found
4 merge requests
!142
Release TeraFlowSDN 2.1
,
!132
NetSoft Hackfest extensions, gNMI Driver, gNMI L3NM Service Handler, multiple fixes
,
!113
Draft: NetSoft Hackfest extensions
,
!75
Device component - OpenConfig gNMI Driver
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
manifests/deviceservice.yaml
+1
-1
1 addition, 1 deletion
manifests/deviceservice.yaml
manifests/monitoringservice.yaml
+1
-1
1 addition, 1 deletion
manifests/monitoringservice.yaml
my_deploy.sh
+3
-4
3 additions, 4 deletions
my_deploy.sh
with
5 additions
and
6 deletions
manifests/deviceservice.yaml
+
1
−
1
View file @
c01e8271
...
...
@@ -36,7 +36,7 @@ spec:
-
containerPort
:
9192
env
:
-
name
:
LOG_LEVEL
value
:
"
DEBUG
"
value
:
"
INFO
"
readinessProbe
:
exec
:
command
:
[
"
/bin/grpc_health_probe"
,
"
-addr=:2020"
]
...
...
This diff is collapsed.
Click to expand it.
manifests/monitoringservice.yaml
+
1
−
1
View file @
c01e8271
...
...
@@ -36,7 +36,7 @@ spec:
-
containerPort
:
9192
env
:
-
name
:
LOG_LEVEL
value
:
"
DEBUG
"
value
:
"
INFO
"
envFrom
:
-
secretRef
:
name
:
qdb-data
...
...
This diff is collapsed.
Click to expand it.
my_deploy.sh
+
3
−
4
View file @
c01e8271
...
...
@@ -20,8 +20,7 @@
export
TFS_REGISTRY_IMAGES
=
"http://localhost:32000/tfs/"
# Set the list of components, separated by spaces, you want to build images for, and deploy.
#export TFS_COMPONENTS="context device automation monitoring pathcomp service slice compute webui load_generator"
export
TFS_COMPONENTS
=
"context device monitoring pathcomp service slice webui"
export
TFS_COMPONENTS
=
"context device automation monitoring pathcomp service slice compute webui load_generator"
# Set the tag you want to use for your images.
export
TFS_IMAGE_TAG
=
"dev"
...
...
@@ -58,7 +57,7 @@ export CRDB_DATABASE="tfs"
export
CRDB_DEPLOY_MODE
=
"single"
# Disable flag for dropping database, if exists.
export
CRDB_DROP_DATABASE_IF_EXISTS
=
"
YES
"
export
CRDB_DROP_DATABASE_IF_EXISTS
=
""
# Disable flag for re-deploying CockroachDB from scratch.
export
CRDB_REDEPLOY
=
""
...
...
@@ -91,4 +90,4 @@ export QDB_TABLE="tfs_monitoring"
export
QDB_DROP_TABLE_IF_EXISTS
=
""
# If not already set, disable flag for re-deploying QuestDB from scratch.
export
QDB_REDEPLOY
=
"
YES
"
export
QDB_REDEPLOY
=
""
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