Releasing all charts for FTTB
Adding examples for fttb DT workflows
Passing nni_dhcp_trap_vid for BBSIM via CLI

Change-Id: I7d5a759c24c4a19d0c42ed7c1a196a2cf1ccd825
diff --git a/bbsim/templates/deployment.yaml b/bbsim/templates/deployment.yaml
index e4503ae..a2cb7c9 100644
--- a/bbsim/templates/deployment.yaml
+++ b/bbsim/templates/deployment.yaml
@@ -81,6 +81,7 @@
             "-onu", "{{ .Values.onu }}",
             "-uni", "{{ .Values.uni }}",
             "-pots", "{{ .Values.pots }}",
+            "-nni_dhcp_trap_vid", "{{ .Values.nni_dhcp_trap_vid }}",
             "-bp_format", "{{ .Values.bp_format }}",
             "-oltRebootDelay", "{{ .Values.oltRebootDelay }}",
             "-logLevel", "{{ $log_level }}",