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