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