Andy Bavier | b83fa32 | 2019-10-29 11:00:07 -0700 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | # Copyright 2017-present Open Networking Foundation |
| 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | |
Andy Bavier | 7190ae6 | 2019-11-04 16:52:41 -0700 | [diff] [blame] | 17 | # Automated deployment configuration for Tucson pod |
Andy Bavier | b83fa32 | 2019-10-29 11:00:07 -0700 | [diff] [blame] | 18 | |
| 19 | # Change default values in tests |
Andy Bavier | 7190ae6 | 2019-11-04 16:52:41 -0700 | [diff] [blame] | 20 | ONOS_REST_PORT: 30120 |
Andy Bavier | b83fa32 | 2019-10-29 11:00:07 -0700 | [diff] [blame] | 21 | ONOS_SSH_PORT: 30115 |
| 22 | OLT_PORT: 9191 |
Andy Bavier | c3a163b | 2019-11-08 12:19:44 -0700 | [diff] [blame] | 23 | KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal |
Andy Bavier | b83fa32 | 2019-10-29 11:00:07 -0700 | [diff] [blame] | 24 | |
| 25 | # This tells the control node how to reach the Kubernetes nodes. |
| 26 | # Since we're running kind-voltha, the nodes are reached on localhost. |
| 27 | nodes: |
| 28 | - |
| 29 | ip: 127.0.0.1 |
| 30 | |
Andy Bavier | 316ab86 | 2019-11-04 16:07:47 -0700 | [diff] [blame] | 31 | # The pipeline requires this even though we don't have a fabric switch |
Andy Bavier | 7190ae6 | 2019-11-04 16:52:41 -0700 | [diff] [blame] | 32 | fabric_switches: [] |
Andy Bavier | 316ab86 | 2019-11-04 16:07:47 -0700 | [diff] [blame] | 33 | |
Andy Bavier | b83fa32 | 2019-10-29 11:00:07 -0700 | [diff] [blame] | 34 | olts: |
| 35 | - |
| 36 | ip: 192.168.2.22 |
| 37 | user: root |
| 38 | pass: onl |
| 39 | fortygig: True |
| 40 | serial: EC1925000157 |
| 41 | |
| 42 | hosts: |
| 43 | src: |
| 44 | - |
| 45 | ip: 127.0.0.1 |
| 46 | user: cord |
| 47 | pass: cord |
| 48 | dp_iface_name: eth1 |
| 49 | container_type: LXC |
| 50 | container_name: voltha-client |
| 51 | onu: ALPHe3d1ce7b |
| 52 | c_tag: 11 |
| 53 | s_tag: 11 |
Andy Bavier | 8501cd3 | 2019-12-09 10:09:56 -0700 | [diff] [blame] | 54 | - |
| 55 | ip: 127.0.0.1 |
| 56 | user: cord |
| 57 | pass: cord |
| 58 | dp_iface_name: eth1 |
| 59 | container_type: LXC |
| 60 | container_name: voltha-client-ISKT71e801a0 |
| 61 | onu: ISKT71e801a0 |
| 62 | c_tag: 12 |
| 63 | s_tag: 11 |
Andy Bavier | 0c60f6d | 2019-12-12 16:56:37 -0700 | [diff] [blame] | 64 | - |
| 65 | ip: 127.0.0.1 |
| 66 | user: cord |
| 67 | pass: cord |
| 68 | dp_iface_name: eth1 |
| 69 | container_type: LXC |
| 70 | container_name: voltha-client-ALPHe3d1cfac |
| 71 | onu: ALPHe3d1cfac |
| 72 | c_tag: 21 |
| 73 | s_tag: 21 |
Andy Bavier | b83fa32 | 2019-10-29 11:00:07 -0700 | [diff] [blame] | 74 | |
| 75 | dst: |
| 76 | - |
| 77 | dp_iface_ip_qinq: 192.168.11.254 |
| 78 | ip: null |
| 79 | user: null |
| 80 | pass: null |
| 81 | dp_iface_name: null |
| 82 | dp_iface_ip: null |
| 83 | dp_iface_gateway: null |
| 84 | container_type: null |
| 85 | container_name: null |
Andy Bavier | 8501cd3 | 2019-12-09 10:09:56 -0700 | [diff] [blame] | 86 | - |
| 87 | dp_iface_ip_qinq: 192.168.12.254 |
| 88 | ip: null |
| 89 | user: null |
| 90 | pass: null |
| 91 | dp_iface_name: null |
| 92 | dp_iface_ip: null |
| 93 | dp_iface_gateway: null |
| 94 | container_type: null |
| 95 | container_name: null |
Andy Bavier | 0c60f6d | 2019-12-12 16:56:37 -0700 | [diff] [blame] | 96 | - |
| 97 | dp_iface_ip_qinq: 192.168.21.254 |
| 98 | ip: null |
| 99 | user: null |
| 100 | pass: null |
| 101 | dp_iface_name: null |
| 102 | dp_iface_ip: null |
| 103 | dp_iface_gateway: null |
| 104 | container_type: null |
| 105 | container_name: null |