Skip to content

Commit

Permalink
Disable ONOS-PCI when OAI and FB case (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
woojoong88 authored Apr 14, 2021
1 parent f6b2ad6 commit 19ecf82
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RIAB_OPTION ?=
# If we want to use different namespace, feel free to change it.
# However, the overriding value file, sdran-in-a-box-values.yaml, should be changed as well - config.hss.mmes section.
RIAB_NAMESPACE ?= riab
RANSIM_ARGS ?= --set import.ran-simulator.enabled=true
RANSIM_ARGS ?= --set import.ran-simulator.enabled=true --set import.onos-pci.enabled=true
FB_AH_ARGS ?= --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

F1_CU_INTERFACE := $(shell ip -4 route list default | awk -F 'dev' '{ print $$2; exit }' | awk '{ print $$1 }')
Expand Down
2 changes: 1 addition & 1 deletion configs/chart_values/onf-server-1-riab-master-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ import:
onos-kpimon-v2:
enabled: true
onos-pci:
enabled: true
enabled: false
# Other ONOS-RIC micro-services
# onos-topo:
# enabled: true
Expand Down
2 changes: 1 addition & 1 deletion configs/chart_values/onf-server-1-riab-values-v1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ import:
onos-kpimon-v2:
enabled: true
onos-pci:
enabled: true
enabled: false
# Other ONOS-RIC micro-services
# onos-topo:
# enabled: true
Expand Down
2 changes: 1 addition & 1 deletion configs/chart_values/onf-server-1-riab-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ import:
onos-kpimon-v2:
enabled: true
onos-pci:
enabled: true
enabled: false
# Other ONOS-RIC micro-services
# onos-topo:
# enabled: true
Expand Down
1 change: 0 additions & 1 deletion docs/Installation_OAI_nFAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ riab onos-consensus-db-1-0 1/1 Running 0
riab onos-e2sub-7588dcbc7b-qc8xk 1/1 Running 0 1h
riab onos-e2t-56549f6648-kjrh4 1/1 Running 0 1h
riab onos-kpimon-v2-846f556cfb-z5x88 1/1 Running 0 1h
riab onos-pci-85f465c9cf-qfp29 1/1 Running 0 1h
riab onos-topo-5df4cf454c-dr5bf 1/1 Running 0 1h
riab pcrf-0 1/1 Running 0 1h
riab spgwc-0 2/2 Running 0 1h
Expand Down
2 changes: 1 addition & 1 deletion sdran-in-a-box-values-master-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ import:
onos-kpimon-v2:
enabled: true
onos-pci:
enabled: true
enabled: false
# Other ONOS-RIC micro-services
# onos-topo:
# enabled: true
Expand Down
2 changes: 1 addition & 1 deletion sdran-in-a-box-values-v1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ import:
onos-kpimon-v2:
enabled: true
onos-pci:
enabled: true
enabled: false
# Other ONOS-RIC micro-services
# onos-topo:
# enabled: true
Expand Down
2 changes: 1 addition & 1 deletion sdran-in-a-box-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ import:
onos-kpimon-v2:
enabled: true
onos-pci:
enabled: true
enabled: false
# Other ONOS-RIC micro-services
# onos-topo:
# enabled: true
Expand Down

0 comments on commit 19ecf82

Please sign in to comment.