Commit 58f99af4 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

ECOC F5GA Telemetry Demo:

- Corrected deploy scripts
parent bc128f8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ export TFS_COMPONENTS="context device pathcomp service slice nbi webui"


# Set the tag you want to use for your images.
export TFS_IMAGE_TAG="f5ga"
export TFS_IMAGE_TAG="dev"

# Set the name of the Kubernetes namespace to deploy TFS to.
export TFS_K8S_NAMESPACE="tfs"
@@ -109,7 +109,7 @@ export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml"
export TFS_GRAFANA_PASSWORD="admin123+"

# Disable skip-build flag to rebuild the Docker images.
export TFS_SKIP_BUILD="YES"
export TFS_SKIP_BUILD=""


# ----- CockroachDB ------------------------------------------------------------
+2 −2
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ export TFS_COMPONENTS="context device pathcomp service slice nbi webui"


# Set the tag you want to use for your images.
export TFS_IMAGE_TAG="f5ga"
export TFS_IMAGE_TAG="dev"

# Set the name of the Kubernetes namespace to deploy TFS to.
export TFS_K8S_NAMESPACE="tfs"
@@ -109,7 +109,7 @@ export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml"
export TFS_GRAFANA_PASSWORD="admin123+"

# Disable skip-build flag to rebuild the Docker images.
export TFS_SKIP_BUILD="YES"
export TFS_SKIP_BUILD=""


# ----- CockroachDB ------------------------------------------------------------
+2 −2
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ export TFS_COMPONENTS="context device pathcomp service slice nbi webui"


# Set the tag you want to use for your images.
export TFS_IMAGE_TAG="f5ga"
export TFS_IMAGE_TAG="dev"

# Set the name of the Kubernetes namespace to deploy TFS to.
export TFS_K8S_NAMESPACE="tfs"
@@ -109,7 +109,7 @@ export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml"
export TFS_GRAFANA_PASSWORD="admin123+"

# Disable skip-build flag to rebuild the Docker images.
export TFS_SKIP_BUILD="YES"
export TFS_SKIP_BUILD=""


# ----- CockroachDB ------------------------------------------------------------