Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -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 BBWF POD |
| 16 | |
| 17 | --- |
| 18 | |
| 19 | kube_config: '/var/k8.conf' |
| 20 | |
| 21 | nodes: |
| 22 | - |
Matteo Scandolo | 22ccfbc | 2022-06-13 11:57:32 -0700 | [diff] [blame] | 23 | ip: '10.35.90.46' |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 24 | user: 'cord' |
| 25 | pass: 'cord' |
| 26 | - |
Andrea Campanella | e847e3b | 2022-06-10 11:13:54 -0700 | [diff] [blame] | 27 | ip: '10.35.90.47' |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 28 | user: 'cord' |
| 29 | pass: 'cord' |
| 30 | - |
Andrea Campanella | e847e3b | 2022-06-10 11:13:54 -0700 | [diff] [blame] | 31 | ip: '10.35.90.48' |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 32 | user: 'cord' |
| 33 | pass: 'cord' |
| 34 | |
| 35 | fabric_switches: |
| 36 | - |
| 37 | mac: 'cc:37:ab:61:80:ca' |
Matteo Scandolo | 22ccfbc | 2022-06-13 11:57:32 -0700 | [diff] [blame] | 38 | ip: '10.35.90.44' |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 39 | user: 'root' |
| 40 | pass: 'onl' |
| 41 | bngPort: '31' |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 42 | device_id: 'of:0000000000000001' |
| 43 | |
| 44 | olts: |
| 45 | - |
| 46 | name: 'edgecore' |
Matteo Scandolo | 22ccfbc | 2022-06-13 11:57:32 -0700 | [diff] [blame] | 47 | ip: '10.35.90.45' |
| 48 | sship: '10.35.90.45' |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 49 | user: 'root' |
| 50 | pass: 'onl' |
| 51 | fortygig: 'true' |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 52 | aggPort: '1' |
Girish Gowdra | 0b7d687 | 2021-11-22 14:51:41 -0800 | [diff] [blame] | 53 | serial: 'EC1721000216' |
Girish Gowdra | aef64a2 | 2021-12-10 20:58:44 +0530 | [diff] [blame] | 54 | oltDebVersion: openolt_asfvolt16-3.6.2-602bf0a2b75e27e241cb73d7daf1e2c883539102-40G-NNI.deb |
Girish Gowdra | 8311252 | 2021-07-07 12:05:42 -0700 | [diff] [blame] | 55 | board_technology: XGS-PON |
Hardik Windlass | 7089536 | 2022-04-12 13:13:26 +0000 | [diff] [blame] | 56 | power_switch_port: 2 |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 57 | |
| 58 | onus: |
Girish Gowdra | 0cfcad2 | 2022-06-21 11:14:40 -0700 | [diff] [blame] | 59 | # - |
| 60 | # serial: 'ISKT71e80080' |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 61 | - |
| 62 | serial: 'ALPHe3d1cf9d' |
| 63 | |
| 64 | hosts: |
| 65 | src: |
Girish Gowdra | 0cfcad2 | 2022-06-21 11:14:40 -0700 | [diff] [blame] | 66 | # - |
| 67 | # ip: '10.35.90.48' |
| 68 | # user: 'cord' |
| 69 | # pass: 'cord' |
| 70 | # dp_iface_name: 'eth1.11' |
| 71 | # container_type: LXC |
| 72 | # container_name: ISKT71e80080 |
| 73 | # onu: 'ISKT71e80080' |
| 74 | # olt: 'EC1721000216' |
| 75 | # c_tag: '11' |
| 76 | # s_tag: '11' |
| 77 | # power_switch_port: 6 |
| 78 | # onu_type: 'iskratel' |
| 79 | # uni_id: '1' |
Suchitra Vemuri | ad5a75c | 2020-06-08 16:54:56 -0700 | [diff] [blame] | 80 | - |
Andrea Campanella | e847e3b | 2022-06-10 11:13:54 -0700 | [diff] [blame] | 81 | ip: '10.35.90.47' |
Suchitra Vemuri | ad5a75c | 2020-06-08 16:54:56 -0700 | [diff] [blame] | 82 | user: 'cord' |
| 83 | pass: 'cord' |
Girish Gowdra | fd3d7f8 | 2021-08-16 11:22:16 -0700 | [diff] [blame] | 84 | dp_iface_name: 'eth1.22' |
| 85 | container_type: LXC |
| 86 | container_name: ALPHe3d1cf9d |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 87 | onu: 'ALPHe3d1cf9d' |
Girish Gowdra | 0b7d687 | 2021-11-22 14:51:41 -0800 | [diff] [blame] | 88 | olt: 'EC1721000216' |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 89 | c_tag: '22' |
| 90 | s_tag: '22' |
Hung-Wei Chiu | 57870ab | 2020-04-22 15:48:59 -0700 | [diff] [blame] | 91 | power_switch_port: 1 |
Hung-Wei Chiu | a0cdedb | 2020-05-29 15:23:19 -0700 | [diff] [blame] | 92 | onu_type: 'alpha' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 93 | uni_id: '1' |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 94 | dst: |
Girish Gowdra | 0cfcad2 | 2022-06-21 11:14:40 -0700 | [diff] [blame] | 95 | # - |
| 96 | # ip: null |
| 97 | # user: null |
| 98 | # pass: null |
| 99 | # dp_iface_name: null |
| 100 | # dp_iface_ip_qinq: '10.11.11.254' |
| 101 | # noroot_ip: 10.35.90.46 |
| 102 | # noroot_user: cord |
| 103 | # noroot_pass: cord |
| 104 | # dp_iface_name: ens6f0 |
| 105 | # dp_iface_ip: null |
| 106 | # dp_iface_gateway: null |
| 107 | # container_type: null |
| 108 | # container_name: null |
Suchitra Vemuri | ad5a75c | 2020-06-08 16:54:56 -0700 | [diff] [blame] | 109 | - |
| 110 | ip: null |
| 111 | user: null |
| 112 | pass: null |
| 113 | dp_iface_name: null |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 114 | dp_iface_ip_qinq: '10.22.22.254' |
Matteo Scandolo | 22ccfbc | 2022-06-13 11:57:32 -0700 | [diff] [blame] | 115 | noroot_ip: '10.35.90.46' |
Girish Gowdra | 6f91033 | 2021-07-09 08:42:06 -0700 | [diff] [blame] | 116 | noroot_user: cord |
| 117 | noroot_pass: cord |
| 118 | dp_iface_name: ens6f0 |
Suchitra Vemuri | e1a4c11 | 2020-03-12 12:58:10 -0700 | [diff] [blame] | 119 | dp_iface_ip: null |
| 120 | dp_iface_gateway: null |
| 121 | container_type: null |
| 122 | container_name: null |
Hung-Wei Chiu | 57870ab | 2020-04-22 15:48:59 -0700 | [diff] [blame] | 123 | |
| 124 | web_power_switch: |
Matteo Scandolo | 31e6f1a | 2022-06-13 14:07:05 -0700 | [diff] [blame] | 125 | ip: '10.35.90.49' |
Hung-Wei Chiu | 57870ab | 2020-04-22 15:48:59 -0700 | [diff] [blame] | 126 | user: 'cord' |
| 127 | password: 'cord' |
| 128 | type: 'DLI' |