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 | #XGSPON |
| 38 | oltPort: 1 |
| 39 | #GPON |
| 40 | #oltPort: 2 |
| 41 | device_id: 'of:0000000000000001' |
| 42 | |
| 43 | olts: |
| 44 | # XGS-PON OLT |
| 45 | - |
| 46 | ip: 10.34.90.51 |
| 47 | user: root |
| 48 | pass: onl |
Andrea Campanella | 8bb28c3 | 2020-01-27 20:50:15 +0100 | [diff] [blame] | 49 | fortygig: False |
Matteo Scandolo | fc630f3 | 2020-01-23 10:47:39 -0800 | [diff] [blame] | 50 | serial: 'EC1729003539' |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 51 | # Gpon OLT |
| 52 | # - |
| 53 | # ip: 10.34.90.50 |
| 54 | # user: root |
| 55 | # pass: onl |
Andrea Campanella | 8bb28c3 | 2020-01-27 20:50:15 +0100 | [diff] [blame] | 56 | # fortygig: False |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 57 | # serial: ASGvOLT640000000 |
| 58 | |
| 59 | hosts: |
| 60 | src: |
| 61 | #XGSPON ONU |
| 62 | - |
| 63 | ip: 127.0.0.1 |
Matteo Scandolo | fc630f3 | 2020-01-23 10:47:39 -0800 | [diff] [blame] | 64 | user: community |
| 65 | pass: admin |
Andrea Campanella | 71fae7f | 2020-02-06 00:25:06 +0100 | [diff] [blame] | 66 | dp_iface_name: eth1 |
| 67 | container_type: LXC |
| 68 | container_name: voltha-client |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 69 | onu: ALPHe3d1cf5c |
| 70 | c_tag: 11 |
| 71 | s_tag: 11 |
Andrea Campanella | 3e669dc | 2020-02-26 13:35:55 +0100 | [diff] [blame] | 72 | - |
| 73 | ip: 127.0.0.1 |
| 74 | user: community |
| 75 | pass: admin |
| 76 | dp_iface_name: eth1 |
| 77 | container_type: LXC |
| 78 | container_name: voltha-client-dt |
| 79 | onu: ALPHe3a69d03 |
| 80 | c_tag: 7 |
| 81 | s_tag: 11 |
| 82 | #GPON ONU |
Matteo Scandolo | 694afd2 | 2020-01-23 14:11:24 -0800 | [diff] [blame] | 83 | # - |
| 84 | # ip: 127.0.0.1 |
| 85 | # user: community |
| 86 | # pass: admin |
Andrea Campanella | 3e669dc | 2020-02-26 13:35:55 +0100 | [diff] [blame] | 87 | # dp_iface_name: eno4 |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 88 | # container_type: null |
| 89 | # container_name: null |
| 90 | # onu: SCOM00001c82 |
Andrea Campanella | 3e669dc | 2020-02-26 13:35:55 +0100 | [diff] [blame] | 91 | # c_tag: 22 |
| 92 | # s_tag: 22 |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 93 | |
| 94 | dst: |
| 95 | - |
Andrea Campanella | 5650dfd | 2020-02-03 09:45:25 +0100 | [diff] [blame] | 96 | dp_iface_ip_qinq: 10.11.2.254 |
Andrea Campanella | 86e6824 | 2020-02-03 11:43:17 +0100 | [diff] [blame] | 97 | ip: null |
| 98 | user: null |
| 99 | pass: null |
Andrea Campanella | da73c53 | 2020-01-17 09:29:07 +0100 | [diff] [blame] | 100 | dp_iface_name: null |
| 101 | dp_iface_ip: null |
| 102 | dp_iface_gateway: null |
| 103 | container_type: null |
| 104 | container_name: null |
Andrea Campanella | 3e669dc | 2020-02-26 13:35:55 +0100 | [diff] [blame] | 105 | - |
| 106 | dp_iface_ip_qinq: 10.11.7.254 |
| 107 | ip: null |
| 108 | user: null |
| 109 | pass: null |
| 110 | dp_iface_name: null |
| 111 | dp_iface_ip: null |
| 112 | dp_iface_gateway: null |
| 113 | container_type: null |
| 114 | container_name: null |