-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add metrics.yaml to ran-simulator #248
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
metrics: | ||
rc: | ||
pci: | ||
cells: | ||
84325717505: | ||
cellSize: ENTERPRISE | ||
earfcn: 71 | ||
pci: 42 | ||
pciPool: | ||
- min: 40 | ||
max: 50 | ||
- min: 80 | ||
max: 85 | ||
84325717506: | ||
cellSize: OUTDOOR_SMALL | ||
earfcn: 72 | ||
pci: 27 | ||
pciPool: | ||
- min: 20 | ||
max: 30 | ||
84325717761: | ||
cellSize: ENTERPRISE | ||
earfcn: 73 | ||
pci: 62 | ||
pciPool: | ||
- min: 60 | ||
max: 65 | ||
- min: 70 | ||
max: 80 | ||
84325717762: | ||
cellSize: FEMTO | ||
earfcn: 74 | ||
pci: 16 | ||
pciPool: | ||
- min: 10 | ||
max: 20 | ||
84325717763: | ||
cellSize: ENTERPRISE | ||
earfcn: 75 | ||
pci: 69 | ||
pciPool: | ||
- min: 65 | ||
max: 70 | ||
- min: 85 | ||
max: 90 |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ replicaCount: 1 | |
image: | ||
registry: "" | ||
repository: onosproject/ran-simulator | ||
tag: v0.7.10 | ||
tag: v0.7.11 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This will be increased when we release the ransim. You need to increase chart version for each release. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay, so should I revert this diff back to v0.7.10? I'm a little confused what you meant by #248 (comment). Do I need to create a new PR when you release ransim v0.7.11? Do I need to take any action to update the tag in the ransim helm chart or is that done automatically? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is ok to increase the tag but we should merge ransim PR first and then release ransim image and then we can merge this PR. but what I don't see in your PR, the version of chart is not increased. look at chart.yaml. For each release of a chart you should increase chart version and that is why the build is failing. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
pullPolicy: IfNotPresent | ||
pullSecrets: [] | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already have a file there. Please use the same file in terms of content. https://github.com/onosproject/sdran-helm-charts/blob/master/ran-simulator/files/metrics/pci.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also rebse your local repo and resolve conflicts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied the content from pci.yaml to metrics.yaml and removed pci.yaml