diff --git a/js-apps/frontend/src/js/util/scenario-utils.js b/js-apps/frontend/src/js/util/scenario-utils.js index ed0f24defa3d07f59986aedbbdc131d6b45265d6..5a171197c127ff172e7e0fe7903222fcdacd1392 100644 --- a/js-apps/frontend/src/js/util/scenario-utils.js +++ b/js-apps/frontend/src/js/util/scenario-utils.js @@ -673,6 +673,42 @@ export function parseEdgeApps(scenario) { enableInProgressCount: -1, disableInProgressCount: -1 }); + // MEC033 + } else if (proc.image.includes('meep-iot')) { + edgeApps.push({ + id: proc.id, + name: proc.name, + instance: '', + img: proc.image, + mepName: pl.name, + env: proc.environment, + url: + 'api/?urls.primaryName=' + pl.name + '%20-%20IOT%20APIs%20REST%20API', + path: pl.name + '/iots/v1', + pseudoName: 'IOT API (033) on ' + pl.name, + dropDownName: 'IOT API (033)', + enabled: false, + enableInProgressCount: -1, + disableInProgressCount: -1 + }); + // MEC046 + } else if (proc.image.includes('meep-sss')) { + edgeApps.push({ + id: proc.id, + name: proc.name, + instance: '', + img: proc.image, + mepName: pl.name, + env: proc.environment, + url: + 'api/?urls.primaryName=' + pl.name + '%20-%20SENSORS%20SHARING%20APIs%20REST%20API', + path: pl.name + '/sens/v1', + pseudoName: 'SENSORS SHARING Service (046) on ' + pl.name, + dropDownName: 'SENSORS SHARING (046)', + enabled: false, + enableInProgressCount: -1, + disableInProgressCount: -1 + }); // MEC040 } else if (proc.image.includes('meep-federation')) { edgeApps.push({ diff --git a/networks/4g-5g-mc-v2x-fed-iot.yaml b/networks/4g-5g-mc-v2x-fed-iot.yaml index ae05e1e9fc8c1e8c6a405bd280f84d6763397885..7da5b6e38f9d6115889fdbddbc6347dd58305c45 100644 --- a/networks/4g-5g-mc-v2x-fed-iot.yaml +++ b/networks/4g-5g-mc-v2x-fed-iot.yaml @@ -505,26 +505,35 @@ deployment: id: 6a0c5907-0125-4948-9d51-55f3091c0d58 name: mec046-1 type: EDGE-APP - isExternal: false - userChartLocation: null - userChartAlternateValues: null - userChartGroup: null image: 'meep-docker-registry:30001/meep-sss' environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false,MEEP_BROKER="mqtt://172.29.10.56:1883",MEEP_TOPIC="ETSI/MEC/Iot"' - commandArguments: "" - commandExe: "" + netChar: + throughputDl: 1000 + throughputUl: 1000 + latency: null + latencyVariation: null + latencyDistribution: null + throughput: null + packetLoss: null + isExternal: null + commandArguments: null + commandExe: null serviceConfig: null gpuConfig: null - cpuConfig: null memoryConfig: null + cpuConfig: null externalConfig: null - netChar: - latency: 0 - latencyVariation: 0 - throughputDl: 1000 - throughputUl: 1000 - packetLoss: 0 - placementId: "" + status: null + userChartLocation: null + userChartAlternateValues: null + userChartGroup: null + meta: null + userMeta: null + appLatency: null + appLatencyVariation: null + appThroughput: null + appPacketLoss: null + placementId: null netChar: latencyDistribution: Normal throughputDl: 1000 @@ -5527,3 +5536,6 @@ deployment: interDomainThroughput: null interDomainPacketLoss: null meta: null +id: null +description: null +config: null