Moving BBSim helm-chart from CORD to VOLTHA charts repo
[VOL-4112] Add configuration flag to define the number of UNIs created
in BBSim

Change-Id: Icc4d108639960c462f7d9e61f00bfccb04c2fb30
diff --git a/bbsim/templates/NOTES.txt b/bbsim/templates/NOTES.txt
new file mode 100644
index 0000000..700b9b7
--- /dev/null
+++ b/bbsim/templates/NOTES.txt
@@ -0,0 +1,9 @@
+BBSim deployed with release name: {{ .Release.Name }}
+
+OLT ID: {{ .Values.olt_id }}
+# of NNI Ports: {{ .Values.nni }}
+# of PON Ports: {{ .Values.pon }}
+# of ONU Ports: {{ .Values.onu }}
+Total ONUs: (total: {{ mul .Values.pon .Values.onu}})
+
+OLT is listening on: "bbsim:{{ .Values.olt_tcp_port }}"