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

Update service model plugins and sd-ran apps #1052

Merged
merged 3 commits into from
Feb 24, 2022
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
4 changes: 2 additions & 2 deletions onos-e2t/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: onos-e2t
description: ONOS E2 Termination
kubeVersion: ">=1.17.0"
type: application
version: 1.3.6
appVersion: v0.10.5
version: 1.3.7
appVersion: v0.10.6
keywords:
- onos
- sdn
Expand Down
16 changes: 8 additions & 8 deletions onos-e2t/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,29 @@ store:
storageSize: 1Gi

servicemodels:
- name: e2sm_rc_pre
- name: e2sm_rc_pre_go
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_rc_pre-1.0.0
tag: v0.8.5
repository: onosproject/service-model-docker-e2sm_rc_pre_go-1.0.0
tag: v0.8.7
pullPolicy: IfNotPresent
- name: e2sm_kpm_v2
- name: e2sm_kpm_v2_go
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_kpm_v2-1.0.0
tag: v0.8.5
repository: onosproject/service-model-docker-e2sm_kpm_v2_go-1.0.0
tag: v0.8.7
pullPolicy: IfNotPresent
- name: e2sm_mho_go
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_mho_go-1.0.0
tag: v0.8.5
tag: v0.8.7
pullPolicy: IfNotPresent
- name: e2sm_rsm
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_rsm-1.0.0
tag: v0.8.5
tag: v0.8.7
pullPolicy: IfNotPresent
# - name: e2sm_ni
# version: 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions onos-kpimon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: onos-kpimon
description: ONOS KPIMON xAPP
kubeVersion: ">=1.17.0"
type: application
version: 0.8.2
appVersion: v0.3.2
version: 0.8.3
appVersion: v0.3.3
keywords:
- onos
- sdn
Expand Down
2 changes: 1 addition & 1 deletion onos-kpimon/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ onos-kpimon image name
{{- if .Values.global.image.tag -}}
{{- .Values.global.image.tag -}}
{{- else -}}
{{- .Values.image.tag -}}
{{- tpl .Values.image.tag . -}}
{{- end -}}
{{- end -}}
2 changes: 1 addition & 1 deletion onos-kpimon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ replicaCount: 1
image:
registry: ""
repository: onosproject/onos-kpimon
tag: v0.3.2
tag: '{{ .Chart.AppVersion }}'
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions onos-pci/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: onos-pci
description: ONOS PCI xAPP
kubeVersion: ">=1.17.0"
type: application
version: 0.8.2
appVersion: v0.3.1
version: 0.8.3
appVersion: v0.3.3
keywords:
- onos
- sdn
Expand Down
2 changes: 1 addition & 1 deletion onos-pci/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ onos-pci image name
{{- if .Values.global.image.tag -}}
{{- .Values.global.image.tag -}}
{{- else -}}
{{- .Values.image.tag -}}
{{- tpl .Values.image.tag . -}}
{{- end -}}
{{- end -}}
2 changes: 1 addition & 1 deletion onos-pci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ replicaCount: 1
image:
registry: ""
repository: onosproject/onos-pci
tag: v0.3.1
tag: '{{ .Chart.AppVersion }}'
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions ran-simulator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: ran-simulator
description: ONOS RAN Simulator
kubeVersion: ">=1.15.0"
type: application
version: 1.3.7
appVersion: v0.9.2
version: 1.3.8
appVersion: v0.9.3
keywords:
- onos
- sdn
Expand Down
2 changes: 1 addition & 1 deletion ran-simulator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ran-simulator image name
{{- if .Values.global.image.tag -}}
{{- .Values.global.image.tag -}}
{{- else -}}
{{- .Values.image.tag -}}
{{- tpl .Values.image.tag . -}}
{{- end -}}
{{- end -}}

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.9.2
tag: '{{ .Chart.AppVersion }}'
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
10 changes: 5 additions & 5 deletions sd-ran/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: sd-ran
description: Umbrella chart to deploy all ONOS-RIC and simulator
kubeVersion: ">=1.17.0"
type: application
version: 1.3.223
version: 1.3.224
appVersion: v1.3.0
keywords:
- onos
Expand All @@ -25,7 +25,7 @@ dependencies:
- name: onos-e2t
condition: import.onos-e2t.enabled
repository: file://../onos-e2t
version: 1.3.6
version: 1.3.7
- name: onos-a1t
condition: import.onos-a1t.enabled
repository: file://../onos-a1t
Expand Down Expand Up @@ -53,19 +53,19 @@ dependencies:
- name: ran-simulator
condition: import.ran-simulator.enabled
repository: file://../ran-simulator
version: 1.3.7
version: 1.3.8
- name: onos-cli
condition: import.onos-cli.enabled
repository: https://charts.onosproject.org
version: 1.2.6
- name: onos-kpimon
condition: import.onos-kpimon.enabled
repository: file://../onos-kpimon
version: 0.8.2
version: 0.8.3
- name: onos-pci
condition: import.onos-pci.enabled
repository: file://../onos-pci
version: 0.8.2
version: 0.8.3
- name: fb-kpimon-xapp
condition: import.fb-kpimon-xapp.enabled
repository: file://../fb-kpimon-xapp
Expand Down
16 changes: 8 additions & 8 deletions sd-ran/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,29 +142,29 @@ onos-e2t:
consensus:
enabled: false
servicemodels:
- name: e2sm_rc_pre
- name: e2sm_rc_pre_go
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_rc_pre-1.0.0
tag: v0.8.5
repository: onosproject/service-model-docker-e2sm_rc_pre_go-1.0.0
tag: v0.8.7
pullPolicy: IfNotPresent
- name: e2sm_kpm_v2
- name: e2sm_kpm_v2_go
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_kpm_v2-1.0.0
tag: v0.8.5
repository: onosproject/service-model-docker-e2sm_kpm_v2_go-1.0.0
tag: v0.8.7
pullPolicy: IfNotPresent
- name: e2sm_mho_go
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_mho_go-1.0.0
tag: v0.8.5
tag: v0.8.7
pullPolicy: IfNotPresent
- name: e2sm_rsm
version: 1.0.0
image:
repository: onosproject/service-model-docker-e2sm_rsm-1.0.0
tag: v0.8.5
tag: v0.8.7
pullPolicy: IfNotPresent


Expand Down