Kailash Khalasi | f6f2c68 | 2018-08-22 11:12:59 -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 | |||||
Kailash | 3078d5e | 2019-07-08 10:01:38 -0700 | [diff] [blame] | 15 | # Automated deployment configuration for Flex POD 1 , olt/onu are connected to this |
Kailash Khalasi | f6f2c68 | 2018-08-22 11:12:59 -0700 | [diff] [blame] | 16 | |
17 | --- | ||||
18 | |||||
Kailash | 3078d5e | 2019-07-08 10:01:38 -0700 | [diff] [blame] | 19 | kube_config: 'flex-ocp-cord-voltha-master.conf' |
Kailash Khalasi | f6f2c68 | 2018-08-22 11:12:59 -0700 | [diff] [blame] | 20 | |
21 | nodes: | ||||
22 | - | ||||
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 23 | ip: '10.90.0.221' |
Kailash Khalasi | f6f2c68 | 2018-08-22 11:12:59 -0700 | [diff] [blame] | 24 | user: 'cord' |
25 | pass: 'cord' | ||||
26 | - | ||||
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 27 | ip: '10.90.0.222' |
Kailash Khalasi | f6f2c68 | 2018-08-22 11:12:59 -0700 | [diff] [blame] | 28 | user: 'cord' |
29 | pass: 'cord' | ||||
30 | - | ||||
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 31 | ip: '10.90.0.223' |
Kailash Khalasi | f6f2c68 | 2018-08-22 11:12:59 -0700 | [diff] [blame] | 32 | user: 'cord' |
33 | pass: 'cord' | ||||
Kailash | 3078d5e | 2019-07-08 10:01:38 -0700 | [diff] [blame] | 34 | |
35 | fabric_switches: | ||||
Kailash Khalasi | f6f2c68 | 2018-08-22 11:12:59 -0700 | [diff] [blame] | 36 | - |
Kailash | 3078d5e | 2019-07-08 10:01:38 -0700 | [diff] [blame] | 37 | mac: 'cc:37:ab:5b:6d:a8' |
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 38 | ip: '10.90.0.224' |
Kailash | 3078d5e | 2019-07-08 10:01:38 -0700 | [diff] [blame] | 39 | user: 'root' |
40 | pass: 'onl' | ||||
Girish Gowdra | a0db7f3 | 2021-03-01 19:54:52 -0800 | [diff] [blame] | 41 | bngPort: '31' |
Suchitra Vemuri | 9f63dc6 | 2019-09-27 12:44:52 -0700 | [diff] [blame] | 42 | device_id: 'of:0000000000000001' |
Kailash | 3078d5e | 2019-07-08 10:01:38 -0700 | [diff] [blame] | 43 | |
44 | olts: | ||||
45 | - | ||||
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 46 | ip: '10.90.0.225' |
47 | sship: '10.90.0.225' | ||||
Kailash | 3078d5e | 2019-07-08 10:01:38 -0700 | [diff] [blame] | 48 | user: 'root' |
49 | pass: 'onl' | ||||
50 | fortygig: 'true' | ||||
Girish Gowdra | a0db7f3 | 2021-03-01 19:54:52 -0800 | [diff] [blame] | 51 | aggPort: '1' |
Suchitra Vemuri | 6a7207e | 2019-08-29 15:56:00 -0700 | [diff] [blame] | 52 | serial: 'EC1838000853' |
Girish Gowdra | 449edb6 | 2021-06-23 15:34:55 -0700 | [diff] [blame] | 53 | oltDebVersion: openolt_asfvolt16-3.4.8-eec0fc9e9a01dc0d35b0b8441e0a22a4c0cc51b4-40G-NNI.deb |
Girish Gowdra | 8311252 | 2021-07-07 12:05:42 -0700 | [diff] [blame] | 54 | board_technology: XGS-PON |
Kailash | 3078d5e | 2019-07-08 10:01:38 -0700 | [diff] [blame] | 55 | |
56 | onus: | ||||
57 | - | ||||
58 | serial: 'ALPHe3d1cfa7' | ||||
59 | |||||
60 | hosts: | ||||
61 | src: | ||||
62 | - | ||||
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 63 | ip: '10.90.0.221' |
Kailash | 3078d5e | 2019-07-08 10:01:38 -0700 | [diff] [blame] | 64 | user: 'cord' |
65 | pass: 'cord' | ||||
Girish Gowdra | f071bd4 | 2021-03-05 18:43:45 -0800 | [diff] [blame] | 66 | dp_iface_name: 'eth1' |
67 | container_type: LXC | ||||
68 | container_name: ALPHe3d1cea3 | ||||
Suchitra Vemuri | f8c3dd8 | 2019-12-08 23:03:21 -0800 | [diff] [blame] | 69 | onu: 'ALPHe3d1cea3' |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 70 | olt: 'EC1838000853' |
Suchitra Vemuri | f8c3dd8 | 2019-12-08 23:03:21 -0800 | [diff] [blame] | 71 | c_tag: '801' |
72 | s_tag: '111' | ||||
Hung-Wei Chiu | d706c7b | 2020-03-23 14:53:24 -0700 | [diff] [blame] | 73 | power_switch_port: 1 |
Hung-Wei Chiu | a0cdedb | 2020-05-29 15:23:19 -0700 | [diff] [blame] | 74 | onu_type: 'alpha' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 75 | uni_id: 1 |
Suchitra Vemuri | f8c3dd8 | 2019-12-08 23:03:21 -0800 | [diff] [blame] | 76 | - |
Girish Gowdra | c83cb66 | 2021-03-01 12:37:10 -0800 | [diff] [blame] | 77 | ip: '10.90.0.222' |
Suchitra Vemuri | 6dc2c0c | 2019-11-01 17:56:06 -0700 | [diff] [blame] | 78 | user: 'cord' |
79 | pass: 'cord' | ||||
Girish Gowdra | f071bd4 | 2021-03-05 18:43:45 -0800 | [diff] [blame] | 80 | dp_iface_name: 'eth1' |
81 | container_type: LXC | ||||
82 | container_name: ALPHe3d1ceb7 | ||||
Suchitra Vemuri | 6dc2c0c | 2019-11-01 17:56:06 -0700 | [diff] [blame] | 83 | onu: 'ALPHe3d1ceb7' |
Andrea Campanella | e28feaf | 2020-04-22 15:17:45 +0200 | [diff] [blame] | 84 | olt: 'EC1838000853' |
Suchitra Vemuri | 6dc2c0c | 2019-11-01 17:56:06 -0700 | [diff] [blame] | 85 | c_tag: '101' |
86 | s_tag: '222' | ||||
Hung-Wei Chiu | d706c7b | 2020-03-23 14:53:24 -0700 | [diff] [blame] | 87 | power_switch_port: 2 |
Hung-Wei Chiu | a0cdedb | 2020-05-29 15:23:19 -0700 | [diff] [blame] | 88 | onu_type: 'alpha' |
Hardik Windlass | 252539e | 2021-07-02 04:26:45 +0000 | [diff] [blame] | 89 | uni_id: 1 |
Kailash | 3078d5e | 2019-07-08 10:01:38 -0700 | [diff] [blame] | 90 | |
91 | dst: | ||||
92 | - | ||||
You Wang | 5737d82 | 2019-10-04 17:17:56 -0700 | [diff] [blame] | 93 | ip: null |
94 | user: null | ||||
95 | pass: null | ||||
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 96 | noroot_ip: '10.90.0.223' |
Andy Bavier | eb61131 | 2020-06-25 14:58:23 -0700 | [diff] [blame] | 97 | noroot_user: cord |
98 | noroot_pass: cord | ||||
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 99 | dp_iface_name: ens6f1 |
100 | dp_iface_ip_qinq: '10.11.1.254' | ||||
Suchitra Vemuri | f8c3dd8 | 2019-12-08 23:03:21 -0800 | [diff] [blame] | 101 | dp_iface_ip: null |
102 | dp_iface_gateway: null | ||||
103 | container_type: null | ||||
104 | container_name: null | ||||
105 | - | ||||
106 | ip: null | ||||
107 | user: null | ||||
108 | pass: null | ||||
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 109 | noroot_ip: '10.90.0.223' |
Andy Bavier | eb61131 | 2020-06-25 14:58:23 -0700 | [diff] [blame] | 110 | noroot_user: cord |
111 | noroot_pass: cord | ||||
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 112 | dp_iface_name: ens6f1 |
113 | dp_iface_ip_qinq: '10.11.2.254' | ||||
Suchitra Vemuri | 6dc2c0c | 2019-11-01 17:56:06 -0700 | [diff] [blame] | 114 | dp_iface_ip: null |
115 | dp_iface_gateway: null | ||||
116 | container_type: null | ||||
117 | container_name: null | ||||
hwchiu | 50ca0b0 | 2020-02-11 18:53:56 +0000 | [diff] [blame] | 118 | |
119 | web_power_switch: | ||||
Girish Gowdra | 69b366d | 2021-02-24 17:09:14 -0800 | [diff] [blame] | 120 | ip: '10.90.0.229' |
121 | user: 'cord' | ||||
122 | password: 'cord' | ||||
HungWei Chiu | a0ec21b | 2020-03-04 14:09:37 -0500 | [diff] [blame] | 123 | type: 'DLI' |