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
dd1164aa
Commit
dd1164aa
authored
7 months ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Update deploy_specs.sh
parent
35230182
No related branches found
No related tags found
2 merge requests
!359
Release TeraFlowSDN 5.0
,
!298
Resolve "Merge Hackfest 5 in `develop` and related code fixes"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hackfest5/deploy_specs.sh
+4
-4
4 additions, 4 deletions
hackfest5/deploy_specs.sh
with
4 additions
and
4 deletions
hackfest5/deploy_specs.sh
+
4
−
4
View file @
dd1164aa
...
@@ -24,7 +24,7 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"
...
@@ -24,7 +24,7 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/"
export
TFS_COMPONENTS
=
"context device pathcomp service nbi webui"
export
TFS_COMPONENTS
=
"context device pathcomp service nbi webui"
# Uncomment to activate Monitoring (old)
# Uncomment to activate Monitoring (old)
#
export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring"
export
TFS_COMPONENTS
=
"
${
TFS_COMPONENTS
}
monitoring"
# Uncomment to activate Monitoring Framework (new)
# Uncomment to activate Monitoring Framework (new)
#export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api telemetry analytics automation"
#export TFS_COMPONENTS="${TFS_COMPONENTS} kpi_manager kpi_value_writer kpi_value_api telemetry analytics automation"
...
@@ -199,10 +199,10 @@ export GRAF_EXT_PORT_HTTP="3000"
...
@@ -199,10 +199,10 @@ export GRAF_EXT_PORT_HTTP="3000"
# ----- Apache Kafka -----------------------------------------------------------
# ----- Apache Kafka -----------------------------------------------------------
# Set the namespace where Apache Kafka will be deployed.
# Set the namespace where Apache Kafka will be deployed.
export
KFK_NAMESPACE
=
"kafka"
#
export KFK_NAMESPACE="kafka"
# Set the port Apache Kafka server will be exposed to.
# Set the port Apache Kafka server will be exposed to.
export
KFK_SERVER_PORT
=
"9092"
#
export KFK_SERVER_PORT="9092"
# Set the flag to YES for redeploying of Apache Kafka
# Set the flag to YES for redeploying of Apache Kafka
export
KFK_REDEPLOY
=
""
#
export KFK_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