Commit 1b8cbe87 authored by Waleed Akbar's avatar Waleed Akbar
Browse files

feat: Update deployment scripts for MWC26 F5G SIMAP demo

parent 3c579977
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ def set_simap_network(context_client: ContextClient, simap_client: SimapClient,
            link.update(
                'site1', endpoints[0], 'site2', endpoints[1],
                supporting_link_ids=[
                    ('admin', 'L5'), ('admin', 'L9')
                    ('admin', 'L6'), ('admin', 'L10')
                ]
            )
        except (KeyError, IndexError, ValueError) as e:
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ export NATS_EXT_PORT_HTTP="8222"
export NATS_DEPLOY_MODE="single"

# Disable flag for re-deploying NATS from scratch.
export NATS_REDEPLOY=""
export NATS_REDEPLOY="YES"


# ----- Apache Kafka -----------------------------------------------------------
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ export NATS_EXT_PORT_HTTP="8222"
export NATS_DEPLOY_MODE="single"

# Disable flag for re-deploying NATS from scratch.
export NATS_REDEPLOY=""
export NATS_REDEPLOY="YES"


# ----- Apache Kafka -----------------------------------------------------------
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ export NATS_EXT_PORT_HTTP="8222"
export NATS_DEPLOY_MODE="single"

# Disable flag for re-deploying NATS from scratch.
export NATS_REDEPLOY=""
export NATS_REDEPLOY="YES"


# ----- Apache Kafka -----------------------------------------------------------
+3 −3
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ case "$HOSTNAME" in
    tfs-e2e-ctrl)
        echo "Deploying TFS E2E Controller..."
        sed -i 's|\(<h2>ETSI TeraFlowSDN Controller\)</h2>|\1 (End-to-End)</h2>|' src/webui/service/templates/main/home.html
        source ~/tfs-ctrl/src/tests/ecoc25-f5ga-telemetry/deploy-specs-e2e.sh
        source ~/tfs-ctrl/src/tests/mwc26-f5ga/deploy-specs-e2e.sh
        ./deploy/all.sh

        echo "Waiting for NATS connection..."
@@ -79,7 +79,7 @@ case "$HOSTNAME" in
    tfs-agg-ctrl)
        echo "Deploying TFS Agg Controller..."
        sed -i 's|\(<h2>ETSI TeraFlowSDN Controller\)</h2>|\1 (Aggregation)</h2>|' src/webui/service/templates/main/home.html
        source ~/tfs-ctrl/src/tests/ecoc25-f5ga-telemetry/deploy-specs-agg.sh
        source ~/tfs-ctrl/src/tests/mwc26-f5ga/deploy-specs-agg.sh
        ./deploy/all.sh

        echo "Waiting for NATS connection..."
@@ -89,7 +89,7 @@ case "$HOSTNAME" in
    tfs-ip-ctrl)
        echo "Deploying TFS IP Controller..."
        sed -i 's|\(<h2>ETSI TeraFlowSDN Controller\)</h2>|\1 (IP)</h2>|' src/webui/service/templates/main/home.html
        source ~/tfs-ctrl/src/tests/ecoc25-f5ga-telemetry/deploy-specs-ip.sh
        source ~/tfs-ctrl/src/tests/mwc26-f5ga/deploy-specs-ip.sh
        ./deploy/all.sh

        # echo "Waiting for NATS connection..."