Loading src/tests/ecoc25-f5ga-telemetry/deploy-specs-agg.sh +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ # ----- TeraFlowSDN ------------------------------------------------------------ # Set the URL of the internal MicroK8s Docker registry where the images will be uploaded to. export TFS_REGISTRY_IMAGES="http://10.254.6.194:5000/tfs/" 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 nbi webui" Loading src/tests/ecoc25-f5ga-telemetry/deploy-specs-e2e.sh +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ # ----- TeraFlowSDN ------------------------------------------------------------ # Set the URL of the internal MicroK8s Docker registry where the images will be uploaded to. export TFS_REGISTRY_IMAGES="http://10.254.6.194:5000/tfs/" 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 nbi webui" Loading src/tests/ecoc25-f5ga-telemetry/deploy-specs-ip.sh +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ # ----- TeraFlowSDN ------------------------------------------------------------ # Set the URL of the internal MicroK8s Docker registry where the images will be uploaded to. export TFS_REGISTRY_IMAGES="http://10.254.6.194:5000/tfs/" 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 nbi webui" Loading src/tests/ecoc25-f5ga-telemetry/redeploy-tfs.sh +2 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # assuming the instances are named as e2e-sdn-ctrl, agg-sdn-ctrl, and ip-sdn-ctrl CTRL_NAME=$(hostname | cut -d'-' -f1) # assuming the instances are named as tfs-e2e-ctrl, tfs-agg-ctrl, and tfs-ip-ctrl CTRL_NAME=$(hostname | cut -d'-' -f2) echo "Deploying: ${CTRL_NAME}" source ~/tfs-ctrl/src/tests/ecoc25-f5ga-telemetry/deploy-specs-${CTRL_NAME}.sh Loading Loading
src/tests/ecoc25-f5ga-telemetry/deploy-specs-agg.sh +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ # ----- TeraFlowSDN ------------------------------------------------------------ # Set the URL of the internal MicroK8s Docker registry where the images will be uploaded to. export TFS_REGISTRY_IMAGES="http://10.254.6.194:5000/tfs/" 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 nbi webui" Loading
src/tests/ecoc25-f5ga-telemetry/deploy-specs-e2e.sh +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ # ----- TeraFlowSDN ------------------------------------------------------------ # Set the URL of the internal MicroK8s Docker registry where the images will be uploaded to. export TFS_REGISTRY_IMAGES="http://10.254.6.194:5000/tfs/" 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 nbi webui" Loading
src/tests/ecoc25-f5ga-telemetry/deploy-specs-ip.sh +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ # ----- TeraFlowSDN ------------------------------------------------------------ # Set the URL of the internal MicroK8s Docker registry where the images will be uploaded to. export TFS_REGISTRY_IMAGES="http://10.254.6.194:5000/tfs/" 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 nbi webui" Loading
src/tests/ecoc25-f5ga-telemetry/redeploy-tfs.sh +2 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # assuming the instances are named as e2e-sdn-ctrl, agg-sdn-ctrl, and ip-sdn-ctrl CTRL_NAME=$(hostname | cut -d'-' -f1) # assuming the instances are named as tfs-e2e-ctrl, tfs-agg-ctrl, and tfs-ip-ctrl CTRL_NAME=$(hostname | cut -d'-' -f2) echo "Deploying: ${CTRL_NAME}" source ~/tfs-ctrl/src/tests/ecoc25-f5ga-telemetry/deploy-specs-${CTRL_NAME}.sh Loading