[VOL-5464] - Flags for ONU reboot optimisation changes
Change-Id: I4e03d2f482feb048ce0a0169153c5f8b3b3d104f
Signed-off-by: Sridhar Ravindra <sridhar.ravindra@radisys.com>
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