Commit 153124ab authored by Muhammad Umair Khan's avatar Muhammad Umair Khan Committed by Miguel Angel Reina Ortega
Browse files

Fixes for MEC Federation, MEC VIS and MEC Traffic

parent b2a4a661
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
# Copyright (c) 2024  The AdvantEDGE Authors
# Copyright (c) 2025  The AdvantEDGE Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -424,6 +424,8 @@ repo:
          meep-virt-chart-templates: charts/meep-virt-chart-templates
          meep-vis: charts/meep-vis
          meep-federation: charts/meep-federation
          meep-cloud-mosquitto: charts/meep-cloud-mosquitto
          meep-mosquitto: charts/meep-mosquitto
        # list of sandbox specific pods
        sandbox-pods:
          - meep-gis-engine
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ image:
    MEEP_SANDBOX_NAME: {{.SandboxName}}
    MEEP_SVC_PATH: /fed_enablement/v1
    MEEP_HOST_URL: {{.HostUrl}}
    MEEP_BROKER: mqtt://meep-mosquitto:1883
    MEEP_BROKER: mqtt://meep-cloud-mosquitto:9001
    MEEP_TOPIC: ETSI/MEC/Federation
    {{- if .IsMepService }}
    MEEP_MEP_NAME: {{.MepName}}
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ image:
    MEEP_SANDBOX_NAME: {{.SandboxName}}
    MEEP_SVC_PATH: /vis/v2
    MEEP_HOST_URL: {{.HostUrl}}
    MEEP_BROKER: mqtt://meep-mosquitto:1883 #mqtt://broker.emqx.io:1883
    MEEP_BROKER: mqtt://meep-mosquitto:9001
    MEEP_TOPIC: 3gpp/v2x/obu
    MEEP_POA_LIST: poa-5g1
    {{- if .IsMepService }}
+1 −1
Original line number Diff line number Diff line
# {{classname}}

All URIs are relative to *https://localhost/sandboxname/sandboxname/sandboxname/sandboxname/fed_enablement/v1*
All URIs are relative to *https://localhost/sandboxname/fed_enablement/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
+1 −1
Original line number Diff line number Diff line
# {{classname}}

All URIs are relative to *https://localhost/sandboxname/sandboxname/sandboxname/sandboxname/fed_enablement/v1*
All URIs are relative to *https://localhost/sandboxname/fed_enablement/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
Loading