Skip to content

Commit

Permalink
Add metrics.yaml to ran-simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWEdwards committed Feb 26, 2021
1 parent 021e576 commit dce45a3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
20 changes: 20 additions & 0 deletions ran-simulator/files/metrics/metrics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
metrics:
rc:
pci:
cells:
84325717505:
cellSize: ENTERPRISE
earfcn: 7123
pci: 42
pciPool:
- min: 40
max: 50
- min: 80
max: 90
84325717506:
cellSize: FEMTO
earfcn: 7132
pci: 27
pciPool:
- min: 20
max: 30
2 changes: 2 additions & 0 deletions ran-simulator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
data:
metrics.yaml: |-
{{ .Files.Get "files/metrics/metrics.yaml" | indent 4}}
model.yaml: |-
{{ .Files.Get "files/model/model.yaml" | indent 4}}
logging.yaml: |-
Expand Down
1 change: 1 addition & 0 deletions ran-simulator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ spec:
- name: GODEBUG
value: cgocheck=0
args:
#- "100000"
- "-caPath=/etc/ran-simulator/certs/tls.cacrt"
- "-keyPath=/etc/ran-simulator/certs/tls.key"
- "-certPath=/etc/ran-simulator/certs/tls.crt"
Expand Down
2 changes: 1 addition & 1 deletion ran-simulator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ replicaCount: 1
image:
registry: ""
repository: onosproject/ran-simulator
tag: v0.7.6
tag: v0.7.11
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit dce45a3

Please sign in to comment.