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 |
Andrea Campanella | 2da3a1d | 2020-11-04 09:45:54 +0100 | [diff] [blame] | 24 | |
| 25 | # This tells the control node how to reach the Kubernetes nodes. |
Andrea Campanella | 360e86d | 2020-10-01 10:01:17 +0200 | [diff] [blame] | 26 | nodes: |
| 27 | - |
Andrea Campanella | 2da3a1d | 2020-11-04 09:45:54 +0100 | [diff] [blame] | 28 | ip: '10.34.90.40' |
| 29 | user: 'community' |
| 30 | pass: 'admin' |
| 31 | - |
| 32 | ip: '10.34.90.41' |
| 33 | user: 'community' |
| 34 | pass: 'admin' |
| 35 | - |
| 36 | ip: '10.34.90.42' |
| 37 | user: 'community' |
| 38 | pass: 'admin' |
Andrea Campanella | 360e86d | 2020-10-01 10:01:17 +0200 | [diff] [blame] | 39 | |
| 40 | fabric_switches: |
| 41 | - |
| 42 | mac: '8c:ea:1b:a7:29:72' |
| 43 | ip: 10.34.90.55 |
| 44 | user: root |
| 45 | pass: onl |
| 46 | bngPort: 157 |
| 47 | device_id: 'of:0000000000000001' |
| 48 | |
| 49 | olts: |
| 50 | # Gpon OLT |
| 51 | - |
| 52 | ip: 10.34.90.50 |
| 53 | sship: 10.34.90.50 |
| 54 | user: root |
| 55 | pass: onl |
| 56 | fortygig: False |
| 57 | aggPort: 2 |
| 58 | serial: EC1912001814 |
Girish Gowdra | 449edb6 | 2021-06-23 15:34:55 -0700 | [diff] [blame] | 59 | oltDebVersion: openolt_asgvolt64-3.4.8-eec0fc9e9a01dc0d35b0b8441e0a22a4c0cc51b4-100G-NNI.deb |
Girish Gowdra | 8311252 | 2021-07-07 12:05:42 -0700 | [diff] [blame] | 60 | board_technology: GPON |
Girish Gowdra | 8eeee5c | 2020-10-19 10:37:31 -0700 | [diff] [blame] | 61 | |
Andrea Campanella | 360e86d | 2020-10-01 10:01:17 +0200 | [diff] [blame] | 62 | hosts: |
| 63 | src: |
| 64 | #GPON ONU |
| 65 | - |
| 66 | ip: 127.0.0.1 |
| 67 | user: community |
| 68 | pass: admin |
| 69 | dp_iface_name: eth1.7 |
| 70 | container_type: LXC |
| 71 | container_name: voltha-client-gpon-1 |
| 72 | onu: SCOM00001c82 |
| 73 | olt: EC1912001814 |
| 74 | c_tag: 7 |
| 75 | s_tag: 31 |
| 76 | power_switch_port: 1 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 77 | uni_id: 1 |
Andrea Campanella | 360e86d | 2020-10-01 10:01:17 +0200 | [diff] [blame] | 78 | - |
| 79 | ip: 10.34.90.42 |
| 80 | user: community |
| 81 | pass: admin |
| 82 | dp_iface_name: eth1.7 |
| 83 | container_type: LXC |
| 84 | container_name: voltha-client-gpon-2 |
| 85 | onu: SCOM00001c89 |
| 86 | olt: EC1912001814 |
| 87 | c_tag: 7 |
| 88 | s_tag: 32 |
| 89 | power_switch_port: 2 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 90 | uni_id: 1 |
Andrea Campanella | 360e86d | 2020-10-01 10:01:17 +0200 | [diff] [blame] | 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-3 |
| 98 | onu: SCOM00001c96 |
| 99 | olt: EC1912001814 |
| 100 | c_tag: 7 |
| 101 | s_tag: 33 |
| 102 | power_switch_port: 4 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 103 | uni_id: 1 |
Andrea Campanella | 360e86d | 2020-10-01 10:01:17 +0200 | [diff] [blame] | 104 | - |
| 105 | ip: 10.34.90.42 |
| 106 | user: community |
| 107 | pass: admin |
| 108 | dp_iface_name: eth1.7 |
| 109 | container_type: LXC |
| 110 | container_name: voltha-client-gpon-4 |
| 111 | onu: SCOM00001c0b |
| 112 | olt: EC1912001814 |
| 113 | c_tag: 7 |
| 114 | s_tag: 34 |
| 115 | power_switch_port: 7 |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 116 | uni_id: 1 |
Andrea Campanella | 360e86d | 2020-10-01 10:01:17 +0200 | [diff] [blame] | 117 | |
| 118 | dst: |
| 119 | - |
| 120 | dp_iface_ip_qinq: 10.31.7.254 |
| 121 | ip: null |
| 122 | user: null |
| 123 | pass: null |
| 124 | noroot_ip: 10.34.90.43 |
| 125 | noroot_user: community |
| 126 | noroot_pass: admin |
| 127 | dp_iface_name: ens3f0 |
| 128 | dp_iface_ip: null |
| 129 | dp_iface_gateway: null |
| 130 | container_type: null |
| 131 | container_name: null |
| 132 | - |
| 133 | dp_iface_ip_qinq: 10.32.7.254 |
| 134 | ip: null |
| 135 | user: null |
| 136 | pass: null |
| 137 | noroot_ip: 10.34.90.43 |
| 138 | noroot_user: community |
| 139 | noroot_pass: admin |
| 140 | dp_iface_name: ens3f0 |
| 141 | dp_iface_ip: null |
| 142 | dp_iface_gateway: null |
| 143 | container_type: null |
| 144 | container_name: null |
| 145 | - |
| 146 | dp_iface_ip_qinq: 10.33.7.254 |
| 147 | ip: null |
| 148 | user: null |
| 149 | pass: null |
| 150 | noroot_ip: 10.34.90.43 |
| 151 | noroot_user: community |
| 152 | noroot_pass: admin |
| 153 | dp_iface_name: ens3f0 |
| 154 | dp_iface_ip: null |
| 155 | dp_iface_gateway: null |
| 156 | container_type: null |
| 157 | container_name: null |
| 158 | - |
| 159 | dp_iface_ip_qinq: 10.34.7.254 |
| 160 | ip: null |
| 161 | user: null |
| 162 | pass: null |
| 163 | noroot_ip: 10.34.90.43 |
| 164 | noroot_user: community |
| 165 | noroot_pass: admin |
| 166 | dp_iface_name: ens3f0 |
| 167 | dp_iface_ip: null |
| 168 | dp_iface_gateway: null |
| 169 | container_type: null |
| 170 | container_name: null |
| 171 | |
| 172 | web_power_switch: |
| 173 | ip: '10.34.90.48' |
| 174 | user: 'admin' |
| 175 | password: 'secret' |
| 176 | type: 'EPC' |
| 177 | |