Loading my_deploy.sh +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/" # Set the list of components, separated by spaces, you want to build images for, and deploy. export TFS_COMPONENTS="context device pathcomp service slice compute webui load_generator" # Uncomment to activate TE #export TFS_COMPONENTS="${TFS_COMPONENTS} te" # Uncomment to activate Monitoring #export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring" Loading src/te/README.md +8 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,13 @@ The docker image must be built from the root of the Teraflow project: $ kubectl --namespace tfs exec -ti $(kubectl --namespace tfs get pods --selector=app=teservice -o name) -c server -- /tfte/bin/tfte remote_console ## Show Logs ### Show Logs $ kubectl --namespace tfs logs $(kubectl --namespace tfs get pods --selector=app=teservice -o name) -c server ## Teraflow To build and deploy the TE service as part of Teraflow, the following line must be added or uncomented in your `my_deploy.sh`: export TFS_COMPONENTS="${TFS_COMPONENTS} te" Loading
my_deploy.sh +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ export TFS_REGISTRY_IMAGES="http://localhost:32000/tfs/" # Set the list of components, separated by spaces, you want to build images for, and deploy. export TFS_COMPONENTS="context device pathcomp service slice compute webui load_generator" # Uncomment to activate TE #export TFS_COMPONENTS="${TFS_COMPONENTS} te" # Uncomment to activate Monitoring #export TFS_COMPONENTS="${TFS_COMPONENTS} monitoring" Loading
src/te/README.md +8 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,13 @@ The docker image must be built from the root of the Teraflow project: $ kubectl --namespace tfs exec -ti $(kubectl --namespace tfs get pods --selector=app=teservice -o name) -c server -- /tfte/bin/tfte remote_console ## Show Logs ### Show Logs $ kubectl --namespace tfs logs $(kubectl --namespace tfs get pods --selector=app=teservice -o name) -c server ## Teraflow To build and deploy the TE service as part of Teraflow, the following line must be added or uncomented in your `my_deploy.sh`: export TFS_COMPONENTS="${TFS_COMPONENTS} te"