Andrea Campanella | 789e010 | 2020-07-15 20:30:01 +0200 | [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 | |
| 17 | # Automated deployment configuration for Tucson pod |
| 18 | |
| 19 | # Change default values in tests |
| 20 | ONOS_REST_PORT: 30120 |
| 21 | ONOS_SSH_PORT: 30115 |
| 22 | OLT_PORT: 9191 |
| 23 | KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal |
| 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 |
Hardik Windlass | 101cb04 | 2021-12-06 11:50:19 +0000 | [diff] [blame] | 30 | user: 'cord' |
| 31 | pass: 'cord' |
Andrea Campanella | 789e010 | 2020-07-15 20:30:01 +0200 | [diff] [blame] | 32 | |
| 33 | # The pipeline requires this even though we don't have a fabric switch |
| 34 | fabric_switches: [] |
| 35 | |
| 36 | olts: |
| 37 | - |
| 38 | ip: 192.168.2.22 |
| 39 | sship: 192.168.2.22 |
| 40 | user: root |
| 41 | pass: onl |
| 42 | fortygig: True |
| 43 | serial: EC1925000157 |
Hardik Windlass | 7f555c9 | 2021-12-15 04:19:30 +0000 | [diff] [blame] | 44 | board_technology: XGS-PON |
Andrea Campanella | 789e010 | 2020-07-15 20:30:01 +0200 | [diff] [blame] | 45 | |
| 46 | hosts: |
| 47 | src: |
| 48 | - |
| 49 | ip: 127.0.0.1 |
| 50 | user: cord |
| 51 | pass: cord |
| 52 | dp_iface_name: eth1.11 |
| 53 | container_type: LXC |
| 54 | container_name: voltha-client |
| 55 | onu: ALPHe3d1ce7b |
Suchitra Vemuri | 6201d17 | 2020-11-03 11:46:48 -0800 | [diff] [blame] | 56 | olt: EC1925000157 |
Andrea Campanella | 789e010 | 2020-07-15 20:30:01 +0200 | [diff] [blame] | 57 | c_tag: 11 |
| 58 | s_tag: 11 |
| 59 | onu_type: 'alpha' |
| 60 | power_switch_port: 2 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 61 | uni_id: 1 |
Andrea Campanella | 789e010 | 2020-07-15 20:30:01 +0200 | [diff] [blame] | 62 | - |
| 63 | ip: 127.0.0.1 |
| 64 | user: cord |
| 65 | pass: cord |
| 66 | dp_iface_name: eth1.22 |
| 67 | container_type: LXC |
| 68 | container_name: voltha-client-ISKT71e801a0 |
| 69 | onu: ISKT71e801a0 |
Suchitra Vemuri | 6201d17 | 2020-11-03 11:46:48 -0800 | [diff] [blame] | 70 | olt: EC1925000157 |
Andrea Campanella | 789e010 | 2020-07-15 20:30:01 +0200 | [diff] [blame] | 71 | c_tag: 22 |
| 72 | s_tag: 22 |
| 73 | onu_type: 'iskratel' |
| 74 | power_switch_port: 3 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 75 | uni_id: 1 |
Andrea Campanella | 789e010 | 2020-07-15 20:30:01 +0200 | [diff] [blame] | 76 | - |
| 77 | ip: 127.0.0.1 |
| 78 | user: cord |
| 79 | pass: cord |
| 80 | dp_iface_name: eth1.21 |
| 81 | container_type: LXC |
| 82 | container_name: voltha-client-ALPHe3d1cfac |
| 83 | onu: ALPHe3d1cfac |
Suchitra Vemuri | 6201d17 | 2020-11-03 11:46:48 -0800 | [diff] [blame] | 84 | olt: EC1925000157 |
Andrea Campanella | 789e010 | 2020-07-15 20:30:01 +0200 | [diff] [blame] | 85 | c_tag: 21 |
| 86 | s_tag: 21 |
| 87 | onu_type: 'alpha' |
| 88 | power_switch_port: 4 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 89 | uni_id: 1 |
Andrea Campanella | 789e010 | 2020-07-15 20:30:01 +0200 | [diff] [blame] | 90 | |
| 91 | dst: |
| 92 | - |
| 93 | dp_iface_ip_qinq: 192.168.11.254 |
| 94 | ip: null |
| 95 | user: null |
| 96 | pass: null |
| 97 | noroot_ip: 127.0.0.1 |
| 98 | noroot_user: cord |
| 99 | noroot_pass: cord |
| 100 | dp_iface_name: enp2s0f1 |
| 101 | dp_iface_ip: null |
| 102 | dp_iface_gateway: null |
| 103 | container_type: null |
| 104 | container_name: null |
| 105 | - |
| 106 | dp_iface_ip_qinq: 192.168.22.254 |
| 107 | ip: null |
| 108 | user: null |
| 109 | pass: null |
| 110 | noroot_ip: 127.0.0.1 |
| 111 | noroot_user: cord |
| 112 | noroot_pass: cord |
| 113 | dp_iface_name: enp2s0f1 |
| 114 | dp_iface_ip: null |
| 115 | dp_iface_gateway: null |
| 116 | container_type: null |
| 117 | container_name: null |
| 118 | - |
| 119 | dp_iface_ip_qinq: 192.168.21.254 |
| 120 | ip: null |
| 121 | user: null |
| 122 | pass: null |
| 123 | noroot_ip: 127.0.0.1 |
| 124 | noroot_user: cord |
| 125 | noroot_pass: cord |
| 126 | dp_iface_name: enp2s0f1 |
| 127 | dp_iface_ip: null |
| 128 | dp_iface_gateway: null |
| 129 | container_type: null |
| 130 | container_name: null |
| 131 | |
| 132 | web_power_switch: |
| 133 | ip: '10.76.28.23' |
| 134 | user: 'cord' |
| 135 | password: 'cord' |
| 136 | type: 'DLI' |