Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 1 | # Copyright 2017-present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | pull_docker_registry: |
| 16 | k8s_docker_registry: 'k8s.gcr.io/' |
| 17 | |
Matteo Scandolo | e2965c9 | 2018-05-08 13:22:20 -0700 | [diff] [blame] | 18 | imagePullPolicy: Always |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 19 | |
Gopinath Taget | fff8934 | 2018-04-16 12:12:17 -0700 | [diff] [blame] | 20 | replicas: |
| 21 | vcore: 1 |
| 22 | vcli: 1 |
| 23 | ofagent: 1 |
| 24 | netconf: 1 |
| 25 | envoy_for_etcd: 1 |
| 26 | |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 27 | |
| 28 | node_ports: |
| 29 | vcli_port: 30110 |
| 30 | |
Gopinath Taget | de4eae8 | 2018-04-25 17:15:44 -0700 | [diff] [blame] | 31 | services: |
| 32 | envoy: |
| 33 | serviceType: NodePort |
| 34 | serviceInfo: |
| 35 | ports: |
| 36 | - name: rest |
| 37 | port: 8882 |
| 38 | targetPort: 8882 |
| 39 | nodePort: 30125 |
| 40 | - name: mystery |
| 41 | port: 8001 |
| 42 | targetPort: 8001 |
| 43 | - name: mystery2 |
| 44 | port: 8443 |
| 45 | targetPort: 8443 |
Gopinath Taget | 7f357cf | 2018-07-03 12:34:38 -0700 | [diff] [blame] | 46 | nodePort: 32443 |
Gopinath Taget | de4eae8 | 2018-04-25 17:15:44 -0700 | [diff] [blame] | 47 | - name: grpc |
| 48 | port: 50555 |
| 49 | targetPort: 50555 |
| 50 | |
Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 51 | kafka: |
| 52 | enabled: false |
| 53 | persistence: |
| 54 | enabled: false |
| 55 | zookeeper: |
| 56 | persistence: |
| 57 | enabled: false |
| 58 | |
| 59 | etcd: |
| 60 | operator: |
| 61 | enabled: true |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 62 | etcd-operator: |
| 63 | customResources: |
Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 64 | size: 1 |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 65 | createEtcdClusterCRD: true |
| 66 | |
Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 67 | kafkaReleaseName: voltha-kafka |
| 68 | etcdReleaseName: voltha-etcd |
| 69 | |
| 70 | consul: |
| 71 | enabled: false |
| 72 | |
Jonathan Hart | 1d5bff9 | 2018-07-12 09:18:27 -0700 | [diff] [blame] | 73 | envoyForEtcdImage: 'voltha/voltha-envoy:1.4.0' |
Jonathan Hart | 65c480e | 2018-05-14 16:32:16 -0700 | [diff] [blame] | 74 | freeradiusImage: 'tpdock/freeradius:latest' |
Matteo Scandolo | f6c28df | 2018-05-08 11:44:05 -0700 | [diff] [blame] | 75 | grafanaImage: 'kamon/grafana_graphite:3.0' |
Jonathan Hart | 1d5bff9 | 2018-07-12 09:18:27 -0700 | [diff] [blame] | 76 | netconfImage: 'voltha/voltha-netconf:1.4.0' |
| 77 | ofagentImage: 'voltha/voltha-ofagent:1.4.0' |
| 78 | dashdImage: 'voltha/voltha-dashd:1.4.0' |
| 79 | shovelImage: 'voltha/voltha-shovel:1.4.0' |
| 80 | vcliImage: 'voltha/voltha-cli:1.4.0' |
| 81 | vcoreImage: 'voltha/voltha-voltha:1.4.0' |
Jonathan Hart | 65c480e | 2018-05-14 16:32:16 -0700 | [diff] [blame] | 82 | |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 83 | # Need the namespace global for kafka |
| 84 | global: |
| 85 | namespace: voltha |
| 86 | |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 87 | vcli_args: |
| 88 | - "/cli/cli/setup.sh" |
| 89 | - "-C consul:8500" |
| 90 | - "-g voltha:50555" |
| 91 | - "-s voltha:18880" |
| 92 | - "-G" |
| 93 | |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 94 | ofagent_args: |
| 95 | - "/ofagent/ofagent/main.py" |
| 96 | - "-v" |
| 97 | - "--consul=consul.$(NAMESPACE).svc.cluster.local:8500" |
Jonathan Hart | 2c3bbbf | 2018-08-03 14:34:12 -0700 | [diff] [blame] | 98 | - "--controller=onos-voltha-openflow.default.svc.cluster.local:6653" |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 99 | - "--grpc-endpoint=vcore.$(NAMESPACE).svc.cluster.local:50556" |
| 100 | - "--enable-tls" |
| 101 | - "--key-file=/ofagent/pki/voltha.key" |
| 102 | - "--cert-file=/ofagent/pki/voltha.crt" |
| 103 | |
| 104 | netconf_args: |
| 105 | - "/netconf/netconf/main.py" |
| 106 | - "-v" |
| 107 | - "--consul=consul:8500" |
Gopinath Taget | 98e42d6 | 2018-04-27 14:07:20 -0700 | [diff] [blame] | 108 | - "--grpc-endpoint=voltha:50555" |