Loading deploy/all.sh +6 −6 Original line number Diff line number Diff line Loading @@ -207,24 +207,24 @@ export GRAF_EXT_PORT_HTTP=${GRAF_EXT_PORT_HTTP:-"3000"} ######################################################################################################################## # Deploy CockroachDB ./deploy/crdb.sh #./deploy/crdb.sh # Deploy NATS ./deploy/nats.sh #./deploy/nats.sh # Deploy QuestDB ./deploy/qdb.sh #./deploy/qdb.sh # Deploy Apache Kafka ./deploy/kafka.sh #./deploy/kafka.sh # Expose Dashboard ./deploy/expose_dashboard.sh #./deploy/expose_dashboard.sh # Deploy TeraFlowSDN ./deploy/tfs.sh # Show deploy summary ./deploy/show.sh #./deploy/show.sh echo "Done!" deploy/tfs.sh +3 −3 Original line number Diff line number Diff line Loading @@ -141,8 +141,8 @@ TMP_LOGS_FOLDER="${TMP_FOLDER}/${TFS_K8S_NAMESPACE}/logs" mkdir -p $TMP_LOGS_FOLDER echo "Deleting and Creating a new namespace..." kubectl delete namespace $TFS_K8S_NAMESPACE --ignore-not-found kubectl create namespace $TFS_K8S_NAMESPACE #kubectl delete namespace $TFS_K8S_NAMESPACE --ignore-not-found #kubectl create namespace $TFS_K8S_NAMESPACE sleep 2 printf "\n" Loading Loading @@ -252,7 +252,7 @@ echo "export PYTHONPATH=${PYTHONPATH}" >> $ENV_VARS_SCRIPT echo "Create Redis secret..." # first try to delete an old one if exists kubectl delete secret redis-secrets --namespace=$TFS_K8S_NAMESPACE --ignore-not-found #kubectl delete secret redis-secrets --namespace=$TFS_K8S_NAMESPACE --ignore-not-found REDIS_PASSWORD=`uuidgen` kubectl create secret generic redis-secrets --namespace=$TFS_K8S_NAMESPACE \ --from-literal=REDIS_PASSWORD=$REDIS_PASSWORD Loading manifests/analyticsservice.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ spec: apiVersion: v1 kind: Service metadata: name: analyticsservice name: analytics-frontendservice labels: app: analyticsservice spec: Loading manifests/automationservice.yaml +5 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,11 @@ spec: env: - name: LOG_LEVEL value: "INFO" envFrom: - secretRef: name: crdb-analytics - secretRef: name: kfk-kpi-data startupProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:30200"] Loading manifests/telemetryservice.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ spec: apiVersion: v1 kind: Service metadata: name: telemetryservice name: telemetry-frontendservice labels: app: telemetryservice spec: Loading Loading
deploy/all.sh +6 −6 Original line number Diff line number Diff line Loading @@ -207,24 +207,24 @@ export GRAF_EXT_PORT_HTTP=${GRAF_EXT_PORT_HTTP:-"3000"} ######################################################################################################################## # Deploy CockroachDB ./deploy/crdb.sh #./deploy/crdb.sh # Deploy NATS ./deploy/nats.sh #./deploy/nats.sh # Deploy QuestDB ./deploy/qdb.sh #./deploy/qdb.sh # Deploy Apache Kafka ./deploy/kafka.sh #./deploy/kafka.sh # Expose Dashboard ./deploy/expose_dashboard.sh #./deploy/expose_dashboard.sh # Deploy TeraFlowSDN ./deploy/tfs.sh # Show deploy summary ./deploy/show.sh #./deploy/show.sh echo "Done!"
deploy/tfs.sh +3 −3 Original line number Diff line number Diff line Loading @@ -141,8 +141,8 @@ TMP_LOGS_FOLDER="${TMP_FOLDER}/${TFS_K8S_NAMESPACE}/logs" mkdir -p $TMP_LOGS_FOLDER echo "Deleting and Creating a new namespace..." kubectl delete namespace $TFS_K8S_NAMESPACE --ignore-not-found kubectl create namespace $TFS_K8S_NAMESPACE #kubectl delete namespace $TFS_K8S_NAMESPACE --ignore-not-found #kubectl create namespace $TFS_K8S_NAMESPACE sleep 2 printf "\n" Loading Loading @@ -252,7 +252,7 @@ echo "export PYTHONPATH=${PYTHONPATH}" >> $ENV_VARS_SCRIPT echo "Create Redis secret..." # first try to delete an old one if exists kubectl delete secret redis-secrets --namespace=$TFS_K8S_NAMESPACE --ignore-not-found #kubectl delete secret redis-secrets --namespace=$TFS_K8S_NAMESPACE --ignore-not-found REDIS_PASSWORD=`uuidgen` kubectl create secret generic redis-secrets --namespace=$TFS_K8S_NAMESPACE \ --from-literal=REDIS_PASSWORD=$REDIS_PASSWORD Loading
manifests/analyticsservice.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ spec: apiVersion: v1 kind: Service metadata: name: analyticsservice name: analytics-frontendservice labels: app: analyticsservice spec: Loading
manifests/automationservice.yaml +5 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,11 @@ spec: env: - name: LOG_LEVEL value: "INFO" envFrom: - secretRef: name: crdb-analytics - secretRef: name: kfk-kpi-data startupProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:30200"] Loading
manifests/telemetryservice.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ spec: apiVersion: v1 kind: Service metadata: name: telemetryservice name: telemetry-frontendservice labels: app: telemetryservice spec: Loading