blob: 700b9b7ba7a89ed9dd02e5ba8005112b25721094 [file] [log] [blame]
Zack Williams1849e612018-10-05 15:26:44 -07001BBSim deployed with release name: {{ .Release.Name }}
2
Matteo Scandolo3ed02892019-10-07 09:57:06 -07003OLT ID: {{ .Values.olt_id }}
4# of NNI Ports: {{ .Values.nni }}
5# of PON Ports: {{ .Values.pon }}
6# of ONU Ports: {{ .Values.onu }}
7Total ONUs: (total: {{ mul .Values.pon .Values.onu}})
8
9OLT is listening on: "bbsim:{{ .Values.olt_tcp_port }}"