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
e9c14dc1
Commit
e9c14dc1
authored
3 months ago
by
Leandro Campos
Browse files
Options
Downloads
Patches
Plain Diff
service
parent
9162ab43
No related branches found
No related tags found
1 merge request
!327
Draft: Resolve "(TID) New service type for PON Controller"
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
my_deploy.sh
+2
-2
2 additions, 2 deletions
my_deploy.sh
quick_deploy.sh
+1
-1
1 addition, 1 deletion
quick_deploy.sh
with
3 additions
and
3 deletions
my_deploy.sh
+
2
−
2
View file @
e9c14dc1
...
...
@@ -134,7 +134,7 @@ export CRDB_PASSWORD="tfs123"
export
CRDB_DEPLOY_MODE
=
"single"
# Disable flag for dropping database, if it exists.
export
CRDB_DROP_DATABASE_IF_EXISTS
=
""
export
CRDB_DROP_DATABASE_IF_EXISTS
=
"
YES
"
# Disable flag for re-deploying CockroachDB from scratch.
export
CRDB_REDEPLOY
=
""
...
...
@@ -186,7 +186,7 @@ export QDB_TABLE_MONITORING_KPIS="tfs_monitoring_kpis"
export
QDB_TABLE_SLICE_GROUPS
=
"tfs_slice_groups"
# Disable flag for dropping tables if they exist.
export
QDB_DROP_TABLES_IF_EXIST
=
""
export
QDB_DROP_TABLES_IF_EXIST
=
"
YES
"
# Disable flag for re-deploying QuestDB from scratch.
export
QDB_REDEPLOY
=
""
...
...
This diff is collapsed.
Click to expand it.
quick_deploy.sh
+
1
−
1
View file @
e9c14dc1
...
...
@@ -47,7 +47,7 @@ export TFS_SKIP_BUILD=${TFS_SKIP_BUILD:-"YES"}
# If TFS_SKIP_BUILD is "YES", select the containers to be build
# Any other container will use previous docker images
export
TFS_QUICK_COMPONENTS
=
"
device
"
export
TFS_QUICK_COMPONENTS
=
"
context
"
# ----- CockroachDB ------------------------------------------------------------
...
...
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