Suchitra Vemuri | 048b013 | 2020-09-03 13:08:36 -0700 | [diff] [blame] | 1 | # Copyright 2017-present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | # Automated deployment configuration for menlo-soak-pod |
| 16 | |
| 17 | --- |
| 18 | |
| 19 | kube_config: '/home/cord/.kube/config' |
| 20 | |
| 21 | nodes: |
| 22 | - |
| 23 | ip: '10.128.90.90' |
| 24 | user: 'cord' |
| 25 | pass: 'cord' |
| 26 | |
| 27 | fabric_switches: |
| 28 | - |
| 29 | ip: '192.168.100.44' |
| 30 | user: 'root' |
| 31 | pass: 'onl' |
| 32 | bngPort: '31' |
| 33 | device_id: 'of:000000000000da7a' |
| 34 | |
Hardik Windlass | b4a1e87 | 2021-05-14 11:03:37 +0000 | [diff] [blame] | 35 | bbsim: |
| 36 | - |
| 37 | ip: bbsim0 |
| 38 | serial: BBSIM_OLT_10 |
| 39 | |
Suchitra Vemuri | 048b013 | 2020-09-03 13:08:36 -0700 | [diff] [blame] | 40 | olts: |
| 41 | - |
| 42 | name: 'edgecore' |
| 43 | ip: '192.168.100.112' |
| 44 | sship: '192.168.100.112' |
| 45 | user: 'root' |
| 46 | pass: 'onl' |
| 47 | fortygig: 'true' |
| 48 | aggPort: '1' |
| 49 | serial: 'EC1721000208' |
Girish Gowdra | 449edb6 | 2021-06-23 15:34:55 -0700 | [diff] [blame] | 50 | oltDebVersion: openolt_asfvolt16-3.4.8-eec0fc9e9a01dc0d35b0b8441e0a22a4c0cc51b4-40G-NNI.deb |
Suchitra Vemuri | f9e5f90 | 2021-02-10 18:24:24 -0800 | [diff] [blame] | 51 | oltPort: '9191' |
Girish Gowdra | 8311252 | 2021-07-07 12:05:42 -0700 | [diff] [blame] | 52 | board_technology: XGS-PON |
Suchitra Vemuri | d4c82ab | 2021-02-04 22:09:58 -0800 | [diff] [blame] | 53 | |
Suchitra Vemuri | 048b013 | 2020-09-03 13:08:36 -0700 | [diff] [blame] | 54 | onus: |
| 55 | - |
| 56 | serial: 'ALPHe3d1cf8e' |
| 57 | - |
| 58 | serial: 'ALPHe3d1cfe3' |
| 59 | |
| 60 | hosts: |
| 61 | src: |
| 62 | - |
| 63 | ip: '10.128.90.90' |
| 64 | user: 'cord' |
| 65 | pass: 'cord' |
| 66 | # dp_iface_name: 'ens6f0.11' |
| 67 | dp_iface_name: 'eth1.11' |
| 68 | container_type: 'LXC' |
| 69 | container_name: 'ALPHe3d1cf8e' |
| 70 | onu: 'ALPHe3d1cf8e' |
| 71 | olt: 'EC1721000208' |
| 72 | c_tag: '11' |
Suchitra Vemuri | 0c9577e | 2020-09-03 17:47:32 -0700 | [diff] [blame] | 73 | s_tag: '222' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 74 | uni_id: '1' |
Suchitra Vemuri | 048b013 | 2020-09-03 13:08:36 -0700 | [diff] [blame] | 75 | - |
| 76 | ip: '10.128.90.90' |
| 77 | user: 'cord' |
| 78 | pass: 'cord' |
| 79 | # dp_iface_name: 'ens6f1.12' |
| 80 | dp_iface_name: 'eth1.12' |
| 81 | container_type: 'LXC' |
| 82 | container_name: 'ALPHe3d1cfe3' |
| 83 | onu: 'ALPHe3d1cfe3' |
| 84 | olt: 'EC1721000208' |
| 85 | c_tag: '12' |
| 86 | s_tag: '111' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 87 | uni_id: '1' |
Suchitra Vemuri | 048b013 | 2020-09-03 13:08:36 -0700 | [diff] [blame] | 88 | dst: |
| 89 | - |
| 90 | ip: null |
| 91 | user: null |
| 92 | pass: null |
Hardik Windlass | d53202b | 2021-05-18 12:03:26 +0000 | [diff] [blame] | 93 | noroot_ip: 10.128.90.90 |
| 94 | noroot_user: cord |
| 95 | noroot_pass: cord |
Girish Gowdra | 072f462 | 2021-05-19 12:50:01 -0700 | [diff] [blame] | 96 | dp_iface_name: ens1f1 |
Suchitra Vemuri | 048b013 | 2020-09-03 13:08:36 -0700 | [diff] [blame] | 97 | dp_iface_ip_qinq: '10.11.1.254' |
| 98 | dp_iface_ip: null |
| 99 | dp_iface_gateway: null |
| 100 | container_type: null |
| 101 | container_name: null |
| 102 | - |
| 103 | ip: null |
| 104 | user: null |
| 105 | pass: null |
Hardik Windlass | d53202b | 2021-05-18 12:03:26 +0000 | [diff] [blame] | 106 | noroot_ip: 10.128.90.90 |
| 107 | noroot_user: cord |
| 108 | noroot_pass: cord |
Girish Gowdra | 072f462 | 2021-05-19 12:50:01 -0700 | [diff] [blame] | 109 | dp_iface_name: ens1f1 |
Suchitra Vemuri | 048b013 | 2020-09-03 13:08:36 -0700 | [diff] [blame] | 110 | dp_iface_ip_qinq: '10.11.2.254' |
| 111 | dp_iface_ip: null |
| 112 | dp_iface_gateway: null |
| 113 | container_type: null |
| 114 | container_name: null |