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 | |
| 18 | image_pull_policy: IfNotPresent |
| 19 | |
| 20 | |
| 21 | node_ports: |
| 22 | vcli_port: 30110 |
| 23 | |
| 24 | etcd-operator: |
| 25 | customResources: |
| 26 | createEtcdClusterCRD: true |
| 27 | |
| 28 | images: |
| 29 | consul: |
| 30 | repository: consul |
| 31 | tag: '0.9.2' |
| 32 | envoy_for_etcd: |
| 33 | repository: voltha/voltha-envoy |
| 34 | tag: 'latest' |
| 35 | fluentd: |
| 36 | repository: fluentd-gcp |
| 37 | tag: '1.30' |
| 38 | freeradius: |
| 39 | repository: marcelmaatkamp/freeradius |
| 40 | tag: 'latest' |
| 41 | grafana: |
| 42 | repository: kamon/grafana_graphite |
| 43 | tag: '3.0' |
| 44 | netconf: |
| 45 | repository: voltha/voltha-netconf |
| 46 | tag: 'latest' |
| 47 | ofagent: |
| 48 | repository: voltha/voltha-ofagent |
| 49 | tag: 'latest' |
| 50 | onos: |
| 51 | repository: voltha/voltha-onos |
| 52 | tag: 'latest' |
| 53 | dashd: |
| 54 | repository: voltha/voltha-dashd |
| 55 | tag: 'latest' |
| 56 | shovel: |
| 57 | repository: voltha/voltha-shovel |
| 58 | tag: 'latest' |
| 59 | vcli: |
| 60 | repository: voltha/voltha-cli |
| 61 | tag: 'latest' |
| 62 | vcore: |
| 63 | repository: voltha/voltha-voltha |
| 64 | tag: 'latest' |
| 65 | |
| 66 | |
| 67 | kafka: |
| 68 | enabled: true |
| 69 | persistence: |
| 70 | enabled: false |
| 71 | zookeeper: |
| 72 | persistence: |
| 73 | enabled: false |
| 74 | etcd: |
| 75 | operator: |
| 76 | enabled: true |
| 77 | consul: |
| 78 | enabled: false |
| 79 | |
| 80 | |
| 81 | # Need the namespace global for kafka |
| 82 | global: |
| 83 | namespace: voltha |
| 84 | |
| 85 | stats: |
| 86 | #dashd_args: |
| 87 | #- "/dashd/dashd/main.py" |
| 88 | #- "--kafka={{ .Release.Name }}-kafka.default.svc.cluster.local" |
| 89 | #- "--grafana_url=http://admin:admin@grafana.$(NAMESPACE).svc.cluster.local:80/api" |
| 90 | #- "--topic=voltha.kpis" |
| 91 | #- "--consul=consul:8500" |
| 92 | |
| 93 | #shovel_args: |
| 94 | #- "/shovel/shovel/main.py" |
| 95 | #- "--kafka={{ .Release.Name }}-kafka.default.svc.cluster.local" |
| 96 | #- "--host=grafana.voltha.svc.cluster.local" |
| 97 | #- "--topic=voltha.kpis" |
| 98 | #- "--consul=consul:8500" |
| 99 | |
| 100 | vcli_args: |
| 101 | - "/cli/cli/setup.sh" |
| 102 | - "-C consul:8500" |
| 103 | - "-g voltha:50555" |
| 104 | - "-s voltha:18880" |
| 105 | - "-G" |
| 106 | |
| 107 | #vcore_etcd_args: |
| 108 | #- "voltha/voltha/main.py" |
| 109 | #- "-v" |
| 110 | #- "--etcd=etcd-restore-operator.default.svc.cluster.local:2379" |
| 111 | #- "--kafka={{ .Release.Name }}-kafka.default.svc.cluster.local" |
| 112 | #- "--rest-port=8880" |
| 113 | #- "--grpc-port=50556" |
| 114 | #- "--interface=eth1" |
| 115 | #- "--backend=etcd" |
| 116 | #- "--pon-subnet=10.38.0.0/12" |
| 117 | #- "--ponsim-comm=grpc" |
| 118 | |
| 119 | ofagent_args: |
| 120 | - "/ofagent/ofagent/main.py" |
| 121 | - "-v" |
| 122 | - "--consul=consul.$(NAMESPACE).svc.cluster.local:8500" |
| 123 | - "--controller=onos:6653" |
| 124 | - "--grpc-endpoint=vcore.$(NAMESPACE).svc.cluster.local:50556" |
| 125 | - "--enable-tls" |
| 126 | - "--key-file=/ofagent/pki/voltha.key" |
| 127 | - "--cert-file=/ofagent/pki/voltha.crt" |
| 128 | |
| 129 | netconf_args: |
| 130 | - "/netconf/netconf/main.py" |
| 131 | - "-v" |
| 132 | - "--consul=consul:8500" |
| 133 | - "--grpc-endpoint=voltha:50555" |