Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | # Copyright 2020-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 | nodes: |
| 27 | - |
| 28 | ip: '127.0.0.1' |
| 29 | |
| 30 | fabric_switches: |
| 31 | - |
| 32 | mac: '8c:ea:1b:a7:29:72' |
| 33 | ip: 10.34.90.55 |
| 34 | user: root |
| 35 | pass: onl |
Andrea Campanella | 0bc5f03 | 2020-01-28 16:31:28 +0100 | [diff] [blame] | 36 | bngPort: 157 |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 37 | device_id: 'of:0000000000000001' |
| 38 | |
| 39 | olts: |
| 40 | # XGS-PON OLT |
| 41 | - |
| 42 | ip: 10.34.90.51 |
| 43 | user: root |
| 44 | pass: onl |
Andrea Campanella | 8bb28c3 | 2020-01-27 20:50:15 +0100 | [diff] [blame] | 45 | fortygig: False |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 46 | aggPort: 1 |
Matteo Scandolo | fc630f3 | 2020-01-23 10:47:39 -0800 | [diff] [blame] | 47 | serial: 'EC1729003539' |
Andrea Campanella | 77376d9 | 2020-06-19 20:37:26 +0200 | [diff] [blame] | 48 | oltDebVersion: openolt_asfvolt16-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb |
| 49 | oltDebVersion23: openolt_asfvolt16-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 50 | |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 51 | |
| 52 | hosts: |
| 53 | src: |
| 54 | #XGSPON ONU |
| 55 | - |
| 56 | ip: 127.0.0.1 |
Matteo Scandolo | fc630f3 | 2020-01-23 10:47:39 -0800 | [diff] [blame] | 57 | user: community |
| 58 | pass: admin |
Andrea Campanella | 71fae7f | 2020-02-06 00:25:06 +0100 | [diff] [blame] | 59 | dp_iface_name: eth1 |
| 60 | container_type: LXC |
| 61 | container_name: voltha-client |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 62 | onu: ALPHe3d1cf5c |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 63 | olt: EC1729003539 |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 64 | c_tag: 11 |
| 65 | s_tag: 11 |
HungWei Chiu | a0ec21b | 2020-03-04 14:09:37 -0500 | [diff] [blame] | 66 | power_switch_port: 6 |
Andrea Campanella | 3e669dc | 2020-02-26 13:35:55 +0100 | [diff] [blame] | 67 | - |
| 68 | ip: 127.0.0.1 |
| 69 | user: community |
| 70 | pass: admin |
| 71 | dp_iface_name: eth1 |
| 72 | container_type: LXC |
| 73 | container_name: voltha-client-dt |
| 74 | onu: ALPHe3a69d03 |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 75 | olt: EC1729003539 |
Andrea Campanella | 3e669dc | 2020-02-26 13:35:55 +0100 | [diff] [blame] | 76 | c_tag: 7 |
| 77 | s_tag: 11 |
HungWei Chiu | a0ec21b | 2020-03-04 14:09:37 -0500 | [diff] [blame] | 78 | power_switch_port: 8 |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 79 | |
| 80 | dst: |
| 81 | - |
Andrea Campanella | 5650dfd | 2020-02-03 09:45:25 +0100 | [diff] [blame] | 82 | dp_iface_ip_qinq: 10.11.2.254 |
Andrea Campanella | 86e6824 | 2020-02-03 11:43:17 +0100 | [diff] [blame] | 83 | ip: null |
| 84 | user: null |
| 85 | pass: null |
Andy Bavier | d00fdc4 | 2020-07-09 10:58:11 -0700 | [diff] [blame] | 86 | noroot_ip: 10.34.90.43 |
| 87 | noroot_user: community |
| 88 | noroot_pass: admin |
| 89 | dp_iface_name: ens3f0 |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 90 | dp_iface_ip: null |
| 91 | dp_iface_gateway: null |
| 92 | container_type: null |
| 93 | container_name: null |
Andrea Campanella | 3e669dc | 2020-02-26 13:35:55 +0100 | [diff] [blame] | 94 | - |
| 95 | dp_iface_ip_qinq: 10.11.7.254 |
| 96 | ip: null |
| 97 | user: null |
| 98 | pass: null |
Andy Bavier | d00fdc4 | 2020-07-09 10:58:11 -0700 | [diff] [blame] | 99 | noroot_ip: 10.34.90.43 |
| 100 | noroot_user: community |
| 101 | noroot_pass: admin |
| 102 | dp_iface_name: ens3f0 |
Andrea Campanella | 3e669dc | 2020-02-26 13:35:55 +0100 | [diff] [blame] | 103 | dp_iface_ip: null |
| 104 | dp_iface_gateway: null |
| 105 | container_type: null |
| 106 | container_name: null |
HungWei Chiu | a0ec21b | 2020-03-04 14:09:37 -0500 | [diff] [blame] | 107 | |
| 108 | web_power_switch: |
| 109 | ip: '10.34.90.48' |
| 110 | user: 'admin' |
| 111 | password: 'secret' |
| 112 | type: 'EPC' |