Commit eef0f4e7 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

ECOC F5GA Telemetry Demo:

- Corrected deploy scripts
parent f4289542
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
+2 −2
Original line number Diff line number Diff line
@@ -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