blob: b8ea531370399b8aa0ec10536cd958ec31417147 [file] [log] [blame]
Suchitra Vemurie1a4c112020-03-12 12:58:10 -07001# 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
19kube_config: '/var/k8.conf'
20
21nodes:
22 -
Matteo Scandolo22ccfbc2022-06-13 11:57:32 -070023 ip: '10.35.90.46'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070024 user: 'cord'
25 pass: 'cord'
26 -
Andrea Campanellae847e3b2022-06-10 11:13:54 -070027 ip: '10.35.90.47'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070028 user: 'cord'
29 pass: 'cord'
30 -
Andrea Campanellae847e3b2022-06-10 11:13:54 -070031 ip: '10.35.90.48'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070032 user: 'cord'
33 pass: 'cord'
34
35fabric_switches:
36 -
37 mac: 'cc:37:ab:61:80:ca'
Matteo Scandolo22ccfbc2022-06-13 11:57:32 -070038 ip: '10.35.90.44'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070039 user: 'root'
40 pass: 'onl'
41 bngPort: '31'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070042 device_id: 'of:0000000000000001'
43
44olts:
45 -
46 name: 'edgecore'
Matteo Scandolo22ccfbc2022-06-13 11:57:32 -070047 ip: '10.35.90.45'
48 sship: '10.35.90.45'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070049 user: 'root'
50 pass: 'onl'
51 fortygig: 'true'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020052 aggPort: '1'
Girish Gowdra0b7d6872021-11-22 14:51:41 -080053 serial: 'EC1721000216'
Girish Gowdra57405052022-06-28 18:32:44 -070054 oltDebVersion: openolt_asfvolt16-3.7.4-3b190f027136e845c5850a5b1a97897ce2b74ebf-40G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070055 board_technology: XGS-PON
Hardik Windlass70895362022-04-12 13:13:26 +000056 power_switch_port: 2
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070057
58onus:
Girish Gowdra0cfcad22022-06-21 11:14:40 -070059# -
60# serial: 'ISKT71e80080'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070061 -
62 serial: 'ALPHe3d1cf9d'
63
64hosts:
65 src:
Girish Gowdra0cfcad22022-06-21 11:14:40 -070066# -
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 Vemuriad5a75c2020-06-08 16:54:56 -070080 -
Andrea Campanellae847e3b2022-06-10 11:13:54 -070081 ip: '10.35.90.47'
Suchitra Vemuriad5a75c2020-06-08 16:54:56 -070082 user: 'cord'
83 pass: 'cord'
Girish Gowdrafd3d7f82021-08-16 11:22:16 -070084 dp_iface_name: 'eth1.22'
85 container_type: LXC
86 container_name: ALPHe3d1cf9d
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070087 onu: 'ALPHe3d1cf9d'
Girish Gowdra0b7d6872021-11-22 14:51:41 -080088 olt: 'EC1721000216'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070089 c_tag: '22'
90 s_tag: '22'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -070091 power_switch_port: 1
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070092 onu_type: 'alpha'
Hardik Windlass252539e2021-07-02 04:26:45 +000093 uni_id: '1'
Suchitra Vemurie1a4c112020-03-12 12:58:10 -070094 dst:
Girish Gowdra0cfcad22022-06-21 11:14:40 -070095# -
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 Vemuriad5a75c2020-06-08 16:54:56 -0700109 -
110 ip: null
111 user: null
112 pass: null
113 dp_iface_name: null
Suchitra Vemurie1a4c112020-03-12 12:58:10 -0700114 dp_iface_ip_qinq: '10.22.22.254'
Matteo Scandolo22ccfbc2022-06-13 11:57:32 -0700115 noroot_ip: '10.35.90.46'
Girish Gowdra6f910332021-07-09 08:42:06 -0700116 noroot_user: cord
117 noroot_pass: cord
118 dp_iface_name: ens6f0
Suchitra Vemurie1a4c112020-03-12 12:58:10 -0700119 dp_iface_ip: null
120 dp_iface_gateway: null
121 container_type: null
122 container_name: null
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -0700123
124web_power_switch:
Matteo Scandolo31e6f1a2022-06-13 14:07:05 -0700125 ip: '10.35.90.49'
Hung-Wei Chiu57870ab2020-04-22 15:48:59 -0700126 user: 'cord'
127 password: 'cord'
128 type: 'DLI'