Andrea Campanella | 360e86d | 2020-10-01 10:01:17 +0200 | [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 |
| 36 | bngPort: 157 |
| 37 | device_id: 'of:0000000000000001' |
| 38 | |
| 39 | olts: |
| 40 | # Gpon OLT |
| 41 | - |
| 42 | ip: 10.34.90.50 |
| 43 | sship: 10.34.90.50 |
| 44 | user: root |
| 45 | pass: onl |
| 46 | fortygig: False |
| 47 | aggPort: 2 |
| 48 | serial: EC1912001814 |
| 49 | oltDebVersion: openolt_asgvolt64-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb |
| 50 | oltDebVersion23: openolt_asgvolt64-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb |
| 51 | |
| 52 | hosts: |
| 53 | src: |
| 54 | #GPON ONU |
| 55 | - |
| 56 | ip: 127.0.0.1 |
| 57 | user: community |
| 58 | pass: admin |
| 59 | dp_iface_name: eth1.7 |
| 60 | container_type: LXC |
| 61 | container_name: voltha-client-gpon-1 |
| 62 | onu: SCOM00001c82 |
| 63 | olt: EC1912001814 |
| 64 | c_tag: 7 |
| 65 | s_tag: 31 |
| 66 | power_switch_port: 1 |
| 67 | - |
| 68 | ip: 10.34.90.42 |
| 69 | user: community |
| 70 | pass: admin |
| 71 | dp_iface_name: eth1.7 |
| 72 | container_type: LXC |
| 73 | container_name: voltha-client-gpon-2 |
| 74 | onu: SCOM00001c89 |
| 75 | olt: EC1912001814 |
| 76 | c_tag: 7 |
| 77 | s_tag: 32 |
| 78 | power_switch_port: 2 |
| 79 | - |
| 80 | ip: 10.34.90.42 |
| 81 | user: community |
| 82 | pass: admin |
| 83 | dp_iface_name: eth1.7 |
| 84 | container_type: LXC |
| 85 | container_name: voltha-client-gpon-3 |
| 86 | onu: SCOM00001c96 |
| 87 | olt: EC1912001814 |
| 88 | c_tag: 7 |
| 89 | s_tag: 33 |
| 90 | power_switch_port: 4 |
| 91 | - |
| 92 | ip: 10.34.90.42 |
| 93 | user: community |
| 94 | pass: admin |
| 95 | dp_iface_name: eth1.7 |
| 96 | container_type: LXC |
| 97 | container_name: voltha-client-gpon-4 |
| 98 | onu: SCOM00001c0b |
| 99 | olt: EC1912001814 |
| 100 | c_tag: 7 |
| 101 | s_tag: 34 |
| 102 | power_switch_port: 7 |
| 103 | |
| 104 | dst: |
| 105 | - |
| 106 | dp_iface_ip_qinq: 10.31.7.254 |
| 107 | ip: null |
| 108 | user: null |
| 109 | pass: null |
| 110 | noroot_ip: 10.34.90.43 |
| 111 | noroot_user: community |
| 112 | noroot_pass: admin |
| 113 | dp_iface_name: ens3f0 |
| 114 | dp_iface_ip: null |
| 115 | dp_iface_gateway: null |
| 116 | container_type: null |
| 117 | container_name: null |
| 118 | - |
| 119 | dp_iface_ip_qinq: 10.32.7.254 |
| 120 | ip: null |
| 121 | user: null |
| 122 | pass: null |
| 123 | noroot_ip: 10.34.90.43 |
| 124 | noroot_user: community |
| 125 | noroot_pass: admin |
| 126 | dp_iface_name: ens3f0 |
| 127 | dp_iface_ip: null |
| 128 | dp_iface_gateway: null |
| 129 | container_type: null |
| 130 | container_name: null |
| 131 | - |
| 132 | dp_iface_ip_qinq: 10.33.7.254 |
| 133 | ip: null |
| 134 | user: null |
| 135 | pass: null |
| 136 | noroot_ip: 10.34.90.43 |
| 137 | noroot_user: community |
| 138 | noroot_pass: admin |
| 139 | dp_iface_name: ens3f0 |
| 140 | dp_iface_ip: null |
| 141 | dp_iface_gateway: null |
| 142 | container_type: null |
| 143 | container_name: null |
| 144 | - |
| 145 | dp_iface_ip_qinq: 10.34.7.254 |
| 146 | ip: null |
| 147 | user: null |
| 148 | pass: null |
| 149 | noroot_ip: 10.34.90.43 |
| 150 | noroot_user: community |
| 151 | noroot_pass: admin |
| 152 | dp_iface_name: ens3f0 |
| 153 | dp_iface_ip: null |
| 154 | dp_iface_gateway: null |
| 155 | container_type: null |
| 156 | container_name: null |
| 157 | |
| 158 | web_power_switch: |
| 159 | ip: '10.34.90.48' |
| 160 | user: 'admin' |
| 161 | password: 'secret' |
| 162 | type: 'EPC' |
| 163 | |