Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo Scenario fixes #341

Merged
merged 1 commit into from
Dec 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 23 additions & 24 deletions config/permissions-open.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,29 @@ default:
# #------------------------------------------------------------------------------
# services:
# #------------------------------
# # AMSI Service (Sbox)
# #------------------------------
# - name: 'meep-ams'
# path: '/amsi/v1'
# sbox: true
# default:
# mode: 'allow'
# fileservers:
# - name: 'Api'
# path: '/api'
# mode: 'allow'
# - name: 'UserApi'
# path: '/user-api'
# mode: 'allow'
# - name: 'Websocket'
# path: '/ws'
# mode: 'allow'
# endpoints:
# - name: 'Index'
# path: '/'
# method: 'GET'
# mode: 'block'
# #------------------------------
# # MEC Application Support (Sbox)
# #------------------------------
# - name: 'meep-app-enablement'
Expand Down Expand Up @@ -797,27 +820,3 @@ default:
# path: '/'
# method: 'GET'
# mode: 'block'
# #------------------------------
# # AMSI Service (Sbox)
# #------------------------------
# - name: 'meep-ams'
# path: '/amsi/v1'
# sbox: true
# default:
# mode: 'allow'
# fileservers:
# - name: 'Api'
# path: '/api'
# mode: 'allow'
# - name: 'UserApi'
# path: '/user-api'
# mode: 'allow'
# - name: 'Websocket'
# path: '/ws'
# mode: 'allow'
# endpoints:
# - name: 'Index'
# path: '/'
# method: 'GET'
# mode: 'block'

4 changes: 2 additions & 2 deletions examples/demo1/demo1-scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -530,14 +530,14 @@ deployment:
name: ue1-iperf
type: UE-APP
image: 'meep-docker-registry:30001/iperf-client'
commandArguments: '-c, export; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;'
commandArguments: '-c, export; sleep 5; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;'
commandExe: /bin/bash
netChar:
latencyDistribution: Normal
throughputDl: 1000
throughputUl: 1000
latency: null
latencyVariation: null
latencyDistribution: null
throughput: null
packetLoss: null
isExternal: null
Expand Down
4 changes: 2 additions & 2 deletions examples/demo2/demo2-scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,14 +502,14 @@ deployment:
name: ue1-iperf
type: UE-APP
image: 'meep-docker-registry:30001/iperf-client'
commandArguments: '-c, export; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;'
commandArguments: '-c, export; sleep 5; iperf -u -c $IPERF_SERVICE_HOST -p $IPERF_SERVICE_PORT -t 3600 -b 50M;'
commandExe: /bin/bash
netChar:
latencyDistribution: Normal
throughputDl: 1000
throughputUl: 1000
latency: null
latencyVariation: null
latencyDistribution: null
throughput: null
packetLoss: null
isExternal: null
Expand Down