Skip to content

Commit

Permalink
Update KPIMON app for 1.1.1-rev4 and disable pci app temporally (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
woojoong88 authored May 26, 2021
1 parent 1e9f2e1 commit 8d2f161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MakefileVar.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DEFAULT_HELM_ARGS := --set import.ran-simulator.enabled=true --set import.onos
HELM_ARGS ?= $(DEFAULT_HELM_ARGS)
HELM_ARGS_RANSIM ?= --set import.ran-simulator.enabled=true --set import.onos-pci.enabled=true
HELM_ARGS_OAI ?=
HELM_ARGS_RIC ?= --set import.onos-pci.enabled=true
HELM_ARGS_RIC ?= --set import.onos-pci.enabled=false
HELM_ARGS_FBAH ?= --set import.fb-ah-xapp.enabled=true --set import.fb-ah-gui.enabled=true --set import.ah-eson-test-server.enabled=true --set import.ran-simulator.enabled=true

# Helm values file
Expand Down
4 changes: 2 additions & 2 deletions sdran-in-a-box-values-v1.1.1-rev4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ onos-kpimon-v1:
image:
pullPolicy: IfNotPresent
repository: onosproject/onos-kpimon
tag: v0.1.10
tag: v0.1.11
onos-kpimon-v2:
image:
pullPolicy: IfNotPresent
repository: onosproject/onos-kpimon
tag: v0.1.10
tag: v0.1.11
onos-pci:
image:
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 8d2f161

Please sign in to comment.