Skip to content
Snippets Groups Projects
Commit dd1164aa authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Update deploy_specs.sh

parent 35230182
No related branches found
No related tags found
2 merge requests!359Release TeraFlowSDN 5.0,!298Resolve "Merge Hackfest 5 in `develop` and related code fixes"
...@@ -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=""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment