Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 1 | --- |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 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 | |
Gopinath Taget | fff8934 | 2018-04-16 12:12:17 -0700 | [diff] [blame] | 16 | replicas: |
| 17 | vcore: 1 |
| 18 | vcli: 1 |
| 19 | ofagent: 1 |
| 20 | netconf: 1 |
| 21 | envoy_for_etcd: 1 |
Scott Baker | 08b9f45 | 2018-09-19 16:28:13 -0700 | [diff] [blame] | 22 | alarm_generator: 1 |
Gopinath Taget | fff8934 | 2018-04-16 12:12:17 -0700 | [diff] [blame] | 23 | |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 24 | node_ports: |
| 25 | vcli_port: 30110 |
| 26 | |
Gopinath Taget | de4eae8 | 2018-04-25 17:15:44 -0700 | [diff] [blame] | 27 | services: |
| 28 | envoy: |
| 29 | serviceType: NodePort |
| 30 | serviceInfo: |
| 31 | ports: |
| 32 | - name: rest |
| 33 | port: 8882 |
| 34 | targetPort: 8882 |
| 35 | nodePort: 30125 |
| 36 | - name: mystery |
| 37 | port: 8001 |
| 38 | targetPort: 8001 |
| 39 | - name: mystery2 |
| 40 | port: 8443 |
| 41 | targetPort: 8443 |
Gopinath Taget | 7f357cf | 2018-07-03 12:34:38 -0700 | [diff] [blame] | 42 | nodePort: 32443 |
Gopinath Taget | de4eae8 | 2018-04-25 17:15:44 -0700 | [diff] [blame] | 43 | - name: grpc |
| 44 | port: 50555 |
| 45 | targetPort: 50555 |
| 46 | |
Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 47 | etcd: |
Matt Jeanneret | 7aeb86e | 2018-11-10 14:12:50 -0500 | [diff] [blame^] | 48 | cluster: |
Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 49 | enabled: true |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 50 | |
Matt Jeanneret | 7aeb86e | 2018-11-10 14:12:50 -0500 | [diff] [blame^] | 51 | freeradius: |
| 52 | enabled: true |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 53 | |
Zack Williams | 675b2a2 | 2018-08-27 14:22:55 -0700 | [diff] [blame] | 54 | kafkaReleaseName: cord-kafka |
Matt Jeanneret | 7aeb86e | 2018-11-10 14:12:50 -0500 | [diff] [blame^] | 55 | etcdReleaseName: etcd-cluster |
Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 56 | |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 57 | images: |
| 58 | vcore: |
| 59 | repository: 'voltha/voltha-voltha' |
| 60 | tag: '{{ .Chart.AppVersion }}' |
| 61 | pullPolicy: 'Always' |
| 62 | |
| 63 | vcli: |
| 64 | repository: 'voltha/voltha-cli' |
| 65 | tag: '{{ .Chart.AppVersion }}' |
| 66 | pullPolicy: 'Always' |
| 67 | |
| 68 | ofagent: |
| 69 | repository: 'voltha/voltha-ofagent' |
| 70 | tag: '{{ .Chart.AppVersion }}' |
| 71 | pullPolicy: 'Always' |
| 72 | |
| 73 | netconf: |
| 74 | repository: 'voltha/voltha-netconf' |
| 75 | tag: '{{ .Chart.AppVersion }}' |
| 76 | pullPolicy: 'Always' |
| 77 | |
| 78 | envoy_for_etcd: |
| 79 | repository: 'voltha/voltha-envoy' |
| 80 | tag: '{{ .Chart.AppVersion }}' |
| 81 | pullPolicy: 'Always' |
| 82 | |
| 83 | alarm_generator: |
| 84 | repository: 'voltha/voltha-alarm-generator' |
| 85 | tag: '{{ .Chart.AppVersion }}' |
| 86 | pullPolicy: 'Always' |
| 87 | |
| 88 | freeradius: |
| 89 | repository: 'tpdock/freeradius' |
| 90 | tag: '2.2.9' |
| 91 | pullPolicy: 'Always' |
| 92 | |
| 93 | http_backend: |
| 94 | repository: 'gcr.io/google_containers/defaultbackend' |
| 95 | tag: '1.4' |
| 96 | pullPolicy: 'Always' |
| 97 | |
| 98 | ingress_controller: |
| 99 | repository: 'quay.io/kubernetes-ingress-controller/nginx-ingress-controller' |
| 100 | tag: '0.10.2' |
| 101 | pullPolicy: 'Always' |
| 102 | |
Jonathan Hart | 65c480e | 2018-05-14 16:32:16 -0700 | [diff] [blame] | 103 | |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 104 | # Need the namespace global for kafka |
| 105 | global: |
| 106 | namespace: voltha |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 107 | registry: '' |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 108 | |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 109 | vcli_args: |
| 110 | - "/cli/cli/setup.sh" |
| 111 | - "-C consul:8500" |
| 112 | - "-g voltha:50555" |
| 113 | - "-s voltha:18880" |
| 114 | - "-G" |
| 115 | |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 116 | ofagent_args: |
| 117 | - "/ofagent/ofagent/main.py" |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 118 | - "--consul=consul.$(NAMESPACE).svc.cluster.local:8500" |
Jonathan Hart | 9f638ff | 2018-08-22 18:19:15 -0700 | [diff] [blame] | 119 | - "--controller=onos-openflow.default.svc.cluster.local:6653" |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 120 | - "--grpc-endpoint=vcore.$(NAMESPACE).svc.cluster.local:50556" |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 121 | |
| 122 | netconf_args: |
| 123 | - "/netconf/netconf/main.py" |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 124 | - "--consul=consul:8500" |
Gopinath Taget | 98e42d6 | 2018-04-27 14:07:20 -0700 | [diff] [blame] | 125 | - "--grpc-endpoint=voltha:50555" |
Scott Baker | 08b9f45 | 2018-09-19 16:28:13 -0700 | [diff] [blame] | 126 | |
| 127 | # set alarm_generator_enable to true to enable alarm generator container. |
| 128 | # uncomment the intf_id and onu_id arguments if no olt is physically present, and a fake onu_id should be used. |
| 129 | |
| 130 | alarm_generator_enable: false |
| 131 | alarm_generator_args: |
| 132 | - "--consul=consul:8500" |
| 133 | - "--grpc-endpoint=voltha:50555" |
| 134 | - "--global_request" |
| 135 | - "--rate=1" |
| 136 | - "--duration=2" |
| 137 | #- "--intf_id=0" |
| 138 | #- "--onu_id=00012bc90d6552dd" |