blob: 06bf7e4bbd2b0c8009283ddf5a292ddf5541cdfb [file] [log] [blame]
Matteo Scandolo4747d292019-08-05 11:50:18 -07001BBSim deployed with release name: {{ .Release.Name }}
2
3OLT 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-olt-id-{{ .Values.olt_id }}:{{ .Values.olt_tcp_port }}"