Commit 4050f5ca authored by Yann Garcia's avatar Yann Garcia
Browse files

Minor bug fixed on 4g-5g-macro-v2x-fed scenario

parent f319cdb0
Loading
Loading
Loading
Loading
+8 −15
Original line number Diff line number Diff line
@@ -80,21 +80,13 @@ deployment:
                                        ladn: null
                                    processes:
                                        -
                                            id: 77b82697-2522-42b0-ae9f-3a005096f165
                                            name: cloud-mqtt
                                            id: 8d5fc798-44d7-4568-8eb1-3891af524167
                                            name: meep-cloud-mosquitto
                                            type: CLOUD-APP
                                            image: 'meep-docker-registry:30001/meep-mosquitto'
                                            serviceConfig:
                                                name: cloud-mqtt
                                                ports:
                                                    -
                                                        protocol: TCP
                                                        port: 1883
                                                        externalPort: 31883
                                                meSvcName: null
                                            image: 'meep-docker-registry:30001/meep-cloud-mosquitto'
                                            netChar:
                                                throughputDl: 10000
                                                throughputUl: 10000
                                                throughputDl: 1000
                                                throughputUl: 1000
                                                latency: null
                                                latencyVariation: null
                                                latencyDistribution: null
@@ -104,6 +96,7 @@ deployment:
                                            environment: null
                                            commandArguments: null
                                            commandExe: null
                                            serviceConfig: null
                                            gpuConfig: null
                                            memoryConfig: null
                                            cpuConfig: null
@@ -521,7 +514,7 @@ deployment:
                                            name: mec040-1
                                            type: EDGE-APP
                                            image: 'meep-docker-registry:30001/meep-federation'
                                            environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false,MEEP_BROKER="mqtt://meep-mosquitto:1883",MEEP_TOPIC="ETSI/MEC/Federation"'
                                            environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false'
                                            netChar:
                                                throughputDl: 1000
                                                throughputUl: 1000
@@ -4678,7 +4671,7 @@ deployment:
                                            name: mec040-2
                                            type: EDGE-APP
                                            image: 'meep-docker-registry:30001/meep-federation'
                                            environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false,MEEP_BROKER="mqtt://meep-mosquitto:1883",MEEP_TOPIC="ETSI/MEC/Federation"'
                                            environment: 'MEEP_SCOPE_OF_LOCALITY=MEC_SYSTEM,MEEP_CONSUMED_LOCAL_ONLY=false'
                                            netChar:
                                                throughputDl: 1000
                                                throughputUl: 1000