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 version update #340

Merged
merged 1 commit into from
Dec 14, 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
11 changes: 0 additions & 11 deletions .meepctl-repocfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1116,11 +1116,6 @@ repo:

# Javascript Packages
js-packages:
meep-app-support-client:
# location of source code
src: js-packages/meep-app-support-client
# supports linting
lint: false
meep-auth-svc-client:
# location of source code
src: js-packages/meep-auth-svc-client
Expand Down Expand Up @@ -1151,9 +1146,3 @@ repo:
src: js-packages/meep-sandbox-ctrl-client
# supports linting
lint: false
meep-service-mgmt-client:
# location of source code
src: js-packages/meep-service-mgmt-client
# supports linting
lint: false

2 changes: 1 addition & 1 deletion examples/demo1/demo1-scenario.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.7.0
version: 1.8.1
name: demo1
deployment:
netChar:
Expand Down
2 changes: 1 addition & 1 deletion examples/demo2/demo2-scenario.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.7.0
version: 1.8.1
name: demo2
deployment:
netChar:
Expand Down
16 changes: 8 additions & 8 deletions examples/demo3/demo3-scenario.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.8.0
version: 1.8.1
name: demo3
deployment:
netChar:
Expand Down Expand Up @@ -210,11 +210,11 @@ deployment:
port: 80
externalPort: 31111
netChar:
latencyDistribution: Normal
throughputDl: 1000
throughputUl: 1000
latency: null
latencyVariation: null
latencyDistribution: null
throughput: null
packetLoss: null
isExternal: null
Expand All @@ -237,11 +237,11 @@ deployment:
appPacketLoss: null
placementId: null
netChar:
latencyDistribution: Normal
throughputDl: 1000
throughputUl: 1000
latency: null
latencyVariation: null
latencyDistribution: null
throughput: null
packetLoss: null
isExternal: null
Expand Down Expand Up @@ -342,11 +342,11 @@ deployment:
wirelessType: 'wifi,5g,4g,other'
dataNetwork: {dnn: null, ladn: null, ecsp: null}
netChar:
latencyDistribution: Normal
throughputDl: 1000
throughputUl: 1000
latency: null
latencyVariation: null
latencyDistribution: null
throughput: null
packetLoss: null
macId: 005C0A640003
Expand Down Expand Up @@ -443,11 +443,11 @@ deployment:
port: 80
externalPort: 31112
netChar:
latencyDistribution: Normal
throughputDl: 1000
throughputUl: 1000
latency: null
latencyVariation: null
latencyDistribution: null
throughput: null
packetLoss: null
isExternal: null
Expand All @@ -470,11 +470,11 @@ deployment:
appPacketLoss: null
placementId: null
netChar:
latencyDistribution: Normal
throughputDl: 1000
throughputUl: 1000
latency: null
latencyVariation: null
latencyDistribution: null
throughput: null
packetLoss: null
isExternal: null
Expand Down Expand Up @@ -605,11 +605,11 @@ deployment:
wirelessType: 'wifi,5g,4g,other'
dataNetwork: {dnn: null, ladn: null, ecsp: null}
netChar:
latencyDistribution: Normal
throughputDl: 1000
throughputUl: 1000
latency: null
latencyVariation: null
latencyDistribution: null
throughput: null
packetLoss: null
macId: 005C0A640002
Expand Down Expand Up @@ -797,11 +797,11 @@ deployment:
wirelessType: 'wifi,5g,4g,other'
dataNetwork: {dnn: null, ladn: null, ecsp: null}
netChar:
latencyDistribution: Normal
throughputDl: 1000
throughputUl: 1000
latency: null
latencyVariation: null
latencyDistribution: null
throughput: null
packetLoss: null
macId: 005C0A640004
Expand Down