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 | etcd: |
| 52 | operator: |
| 53 | enabled: true |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 54 | etcd-operator: |
| 55 | customResources: |
Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 56 | size: 1 |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 57 | createEtcdClusterCRD: true |
| 58 | |
Zack Williams | 675b2a2 | 2018-08-27 14:22:55 -0700 | [diff] [blame] | 59 | kafkaReleaseName: cord-kafka |
Gopinath Taget | 5e49fe3 | 2018-06-25 17:02:05 -0700 | [diff] [blame] | 60 | etcdReleaseName: voltha-etcd |
| 61 | |
| 62 | consul: |
| 63 | enabled: false |
| 64 | |
Jonathan Hart | 1d5bff9 | 2018-07-12 09:18:27 -0700 | [diff] [blame] | 65 | envoyForEtcdImage: 'voltha/voltha-envoy:1.4.0' |
Jonathan Hart | 65c480e | 2018-05-14 16:32:16 -0700 | [diff] [blame] | 66 | freeradiusImage: 'tpdock/freeradius:latest' |
Jonathan Hart | 1d5bff9 | 2018-07-12 09:18:27 -0700 | [diff] [blame] | 67 | netconfImage: 'voltha/voltha-netconf:1.4.0' |
| 68 | ofagentImage: 'voltha/voltha-ofagent:1.4.0' |
Jonathan Hart | 1d5bff9 | 2018-07-12 09:18:27 -0700 | [diff] [blame] | 69 | vcliImage: 'voltha/voltha-cli:1.4.0' |
| 70 | vcoreImage: 'voltha/voltha-voltha:1.4.0' |
Jonathan Hart | 65c480e | 2018-05-14 16:32:16 -0700 | [diff] [blame] | 71 | |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 72 | # Need the namespace global for kafka |
| 73 | global: |
| 74 | namespace: voltha |
| 75 | |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 76 | vcli_args: |
| 77 | - "/cli/cli/setup.sh" |
| 78 | - "-C consul:8500" |
| 79 | - "-g voltha:50555" |
| 80 | - "-s voltha:18880" |
| 81 | - "-G" |
| 82 | |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 83 | ofagent_args: |
| 84 | - "/ofagent/ofagent/main.py" |
| 85 | - "-v" |
| 86 | - "--consul=consul.$(NAMESPACE).svc.cluster.local:8500" |
Jonathan Hart | 9f638ff | 2018-08-22 18:19:15 -0700 | [diff] [blame] | 87 | - "--controller=onos-openflow.default.svc.cluster.local:6653" |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 88 | - "--grpc-endpoint=vcore.$(NAMESPACE).svc.cluster.local:50556" |
Gopinath Taget | e2dff4d | 2018-03-15 17:22:28 -0700 | [diff] [blame] | 89 | |
| 90 | netconf_args: |
| 91 | - "/netconf/netconf/main.py" |
| 92 | - "-v" |
| 93 | - "--consul=consul:8500" |
Gopinath Taget | 98e42d6 | 2018-04-27 14:07:20 -0700 | [diff] [blame] | 94 | - "--grpc-endpoint=voltha:50555" |