Andy Bavier | ac5a192 | 2018-07-09 17:19:19 -0700 | [diff] [blame] | 1 | --- |
| 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 | |
| 16 | # Aggregation chart of SEBA charts |
| 17 | |
| 18 | # configuration for kafka |
| 19 | voltha-kafka: |
| 20 | replicas: 1 |
| 21 | persistence: |
| 22 | enabled: false |
| 23 | zookeeper: |
| 24 | servers: 1 |
| 25 | persistence: |
| 26 | enabled: false |
| 27 | |
| 28 | voltha: |
| 29 | etcd-operator: |
| 30 | customResources: |
Matteo Scandolo | 2eadad7 | 2018-07-25 13:40:56 -0700 | [diff] [blame] | 31 | createEtcdClusterCRD: true |
Andy Bavier | ac5a192 | 2018-07-09 17:19:19 -0700 | [diff] [blame] | 32 | kafkaReleaseName: "seba-substrate-voltha-kafka" |
| 33 | |
| 34 | # from configs/onos-voltha.yaml |
| 35 | onos-voltha: |
| 36 | nameOverride: "onosv" |
| 37 | fullnameOverride: "onos-voltha" |
| 38 | |
Andy Bavier | ac5a192 | 2018-07-09 17:19:19 -0700 | [diff] [blame] | 39 | services: |
| 40 | openflowServiceType: ClusterIP |
| 41 | ovsdbServiceType: ClusterIP |
| 42 | sshServiceType: NodePort |
| 43 | uiServiceType: NodePort |
| 44 | ssh: |
| 45 | nodePort: 30115 |
| 46 | ui: |
| 47 | nodePort: 30120 |
| 48 | |
| 49 | onos_env: |
| 50 | - name: POD_IP |
| 51 | valueFrom: |
| 52 | fieldRef: |
| 53 | fieldPath: status.podIP |
| 54 | - name: NAMESPACE |
| 55 | valueFrom: |
| 56 | fieldRef: |
| 57 | fieldPath: metadata.namespace |
| 58 | - name: ONOS_APPS |
| 59 | value: "drivers,openflow-base" |
| 60 | |
| 61 | |
| 62 | # from configs/onos-fabric.yaml |
| 63 | onos-fabric: |
Jonathan Hart | 5b3f416 | 2018-08-03 15:31:50 -0700 | [diff] [blame] | 64 | nameOverride: "onosf" |
| 65 | fullnameOverride: "onos-fabric" |
| 66 | |
Andy Bavier | ac5a192 | 2018-07-09 17:19:19 -0700 | [diff] [blame] | 67 | services: |
| 68 | openflowServiceType: NodePort |
| 69 | ovsdbServiceType: NodePort |
| 70 | sshServiceType: NodePort |
| 71 | uiServiceType: NodePort |
| 72 | ovsdb: |
| 73 | nodePort: 31640 |
| 74 | openflow: |
| 75 | nodePort: 31653 |
| 76 | ssh: |
| 77 | nodePort: 31101 |
| 78 | ui: |
| 79 | nodePort: 31181 |
| 80 | |
| 81 | onos_env: |
| 82 | - name: ONOS_APPS |
| 83 | value: "openflow" |