[VOL-5464] - Flags for ONU reboot optimisation changes
Change-Id: I4e03d2f482feb048ce0a0169153c5f8b3b3d104f
Signed-off-by: Sridhar Ravindra <sridhar.ravindra@radisys.com>
diff --git a/VERSION b/VERSION
index 3487607..942289b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.4.10
\ No newline at end of file
+3.4.11
\ No newline at end of file
diff --git a/voltha-adapter-openolt/Chart.yaml b/voltha-adapter-openolt/Chart.yaml
index c7607d5..106c678 100644
--- a/voltha-adapter-openolt/Chart.yaml
+++ b/voltha-adapter-openolt/Chart.yaml
@@ -17,7 +17,7 @@
## Chart version for package:
## Increment when Chart.yaml changes
-version: "2.12.7"
+version: "2.12.8"
description: "A Helm chart for Voltha OpenOLT Adapter"
keywords:
- "onf"
@@ -35,6 +35,6 @@
url: "https://www.opennetworking.org"
# appVersion refers to release version of voltha-openolt-adapter
-appVersion: "4.5.3"
+appVersion: "4.5.16"
# [EOF]
diff --git a/voltha-adapter-openolt/templates/openolt-deploy.yaml b/voltha-adapter-openolt/templates/openolt-deploy.yaml
index bd1f6fb..e645316 100644
--- a/voltha-adapter-openolt/templates/openolt-deploy.yaml
+++ b/voltha-adapter-openolt/templates/openolt-deploy.yaml
@@ -139,6 +139,7 @@
- "--check_onu_exist_on_discovery={{ tpl .Values.adapter_open_olt.check_onu_exist_on_discovery . }}"
- "--max_grpc_client_retry={{ tpl .Values.adapter_open_olt.rpc_retry . }}"
- "--per_rpc_retry_timeout={{ tpl .Values.adapter_open_olt.per_rpc_retry_timeout . }}"
+ - "--force_onu_disc_processing={{ tpl .Values.adapter_open_olt.force_onu_disc_processing . }}"
{{- if .Values.securityContext.enabled }}
securityContext:
allowPrivilegeEscalation: false
diff --git a/voltha-adapter-openolt/values.yaml b/voltha-adapter-openolt/values.yaml
index aed777c..2d0ad80 100644
--- a/voltha-adapter-openolt/values.yaml
+++ b/voltha-adapter-openolt/values.yaml
@@ -34,6 +34,7 @@
check_onu_exist_on_discovery: false
per_rpc_retry_timeout : "5s"
rpc_retry: "4"
+ force_onu_disc_processing: false
# enable OMCC encryption
omcc_encryption: false
# enable ONU stats
@@ -106,6 +107,7 @@
rpc_timeout: '{{ .Values.global.rpc_timeout }}'
rpc_retry: '{{ .Values.global.adapter_open_olt.rpc_retry }}'
per_rpc_retry_timeout : '{{ .Values.global.adapter_open_olt.per_rpc_retry_timeout }}'
+ force_onu_disc_processing: '{{ .Values.global.adapter_open_olt.force_onu_disc_processing }}'
endpoints:
# core_endpoint: '{{ .Values.global.adapter_open_olt.core_endpoint }}'
# adapter_endpoint: '{{ template "fullname" . }}-api:55560'
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index 3162364..f3d8791 100644
--- a/voltha-adapter-openonu/Chart.yaml
+++ b/voltha-adapter-openonu/Chart.yaml
@@ -14,7 +14,7 @@
---
apiVersion: "v1"
name: "voltha-adapter-openonu"
-version: "2.12.5"
+version: "2.12.6"
description: "A Helm chart for Voltha OpenONU Adapter"
keywords:
- "onf"
@@ -32,6 +32,6 @@
url: "https://www.opennetworking.org"
# appVersion refers to release version of voltha-openonu-adapter-go
-appVersion: "2.12.7"
+appVersion: "2.12.25"
# [EOF]
diff --git a/voltha-adapter-openonu/templates/openonu-go-deploy.yaml b/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
index ee837d2..5fcd5b1 100644
--- a/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
+++ b/voltha-adapter-openonu/templates/openonu-go-deploy.yaml
@@ -105,7 +105,8 @@
- "--mib_audit_interval={{ .Values.global.mib_audit.interval }}"
- "--alarm_audit_interval={{ .Values.global.alarm_audit.interval }}"
- "--uni_port_mask={{ .Values.adapter_open_onu.uni_port_mask }}"
- - "--skip_onu_config_enabled={{ .Values.global.skip_onu_config.enabled }}"
+ - "--skip_onu_config_enabled={{ .Values.global.skip_onu_config.enabled }}"
+ - "--check_device_tech_prof_on_reboot_enabled={{ .Values.global.check_device_tech_prof_on_reboot.enabled }}"
{{- if .Values.securityContext.enabled }}
securityContext:
allowPrivilegeEscalation: false
diff --git a/voltha-adapter-openonu/values.yaml b/voltha-adapter-openonu/values.yaml
index 08eb04e..db9935d 100644
--- a/voltha-adapter-openonu/values.yaml
+++ b/voltha-adapter-openonu/values.yaml
@@ -61,6 +61,9 @@
# Configure reconciling by skipping onu configuration by default
skip_onu_config:
enabled: false
+ # Check for device tech profile on ONU reboot and configure the device
+ check_device_tech_prof_on_reboot:
+ enabled: false
# Probe values
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 7e586f1..2c62dd1 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -34,7 +34,7 @@
## Chart version for package voltha-stack
## Increment when Chart.yaml changes
-version : "2.12.16"
+version : "2.12.17"
# -----------------------------------------------------------------------
# NOTE: Dependencies are chart versions not component/repository version
@@ -43,15 +43,15 @@
dependencies:
- name : voltha
repository : file://../voltha
- version : "2.12.20"
+ version : "2.12.21"
condition : voltha.enabled
- name : "voltha-adapter-openonu"
repository : "file://../voltha-adapter-openonu"
- version : "2.12.5"
+ version : "2.12.6"
condition : "voltha-adapter-openonu.enabled"
- name : voltha-adapter-openolt
repository : file://../voltha-adapter-openolt
- version : "2.12.7"
+ version : "2.12.8"
condition : voltha-adapter-openolt.enabled
- name : voltha-go-controller
repository : file://../voltha-go-controller
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index ca848eb..f678854 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -17,7 +17,7 @@
## Chart version for package: 'voltha'
## Increment when Chart.yaml changes
-version: "2.12.20"
+version: "2.12.21"
description: "A Helm chart for Voltha based on K8S resources in Voltha project"
keywords: