Commit 9ae53279 authored by Luis de la Cal's avatar Luis de la Cal
Browse files

Merge branch 'develop' into feat/l3-components

parents 044cb4ae 0ccf06c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ password to be set for the Grafana `admin` user.
cd ~/tfs-ctrl
tee my_deploy.sh >/dev/null <<EOF
export TFS_REGISTRY_IMAGE="http://localhost:32000/tfs/"
export TFS_COMPONENTS="context device automation service compute monitoring webui"
export TFS_COMPONENTS="context device automation pathcomp service slice compute monitoring webui"
export TFS_IMAGE_TAG="dev"
export TFS_K8S_NAMESPACE="tfs"
export TFS_EXTRA_MANIFESTS="manifests/nginx_ingress_http.yaml"
+6 −0
Original line number Diff line number Diff line
@@ -61,6 +61,12 @@ Then, you also need to load the environment variables to support the execution o
source tfs_runtime_env_vars.sh
```

You also need to make sure that you have all the gRPC-generate code in your folder. To do so, run:

```
proto/generate_code_python.sh
```

To execute this functional test, four main steps needs to be carried out:
1. Device bootstrapping
2. L3VPN Service creation