Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 1 | {{- /* |
| 2 | Copyright 2017-present Open Networking Foundation |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | */ -}} |
| 16 | |
Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 17 | {{- define "voltha-vcore.cmd" }} |
| 18 | - "voltha/voltha/main.py" |
| 19 | - "-v" |
| 20 | - "--etcd=etcd-cluster.default.svc.cluster.local:2379" |
Luca Prete | 78f8b08 | 2018-06-26 10:49:34 +0200 | [diff] [blame] | 21 | - "--kafka={{ .Values.kafkaReleaseName }}.default.svc.cluster.local" |
Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 22 | - "--rest-port=8880" |
| 23 | - "--grpc-port=50556" |
| 24 | - "--interface=eth1" |
| 25 | - "--backend=etcd" |
| 26 | - "--pon-subnet=10.38.0.0/12" |
| 27 | - "--ponsim-comm=grpc" |
Gopinath Taget | 7f357cf | 2018-07-03 12:34:38 -0700 | [diff] [blame] | 28 | - "--core-number-extractor=^.*-([0-9]+)_.*$" |
Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 29 | {{- end }} |