blob: 3a5184967a1886532b0816fd2706f3f9c68d45f1 [file] [log] [blame]
Hardik Windlass1a2ce4d2022-03-30 04:42:40 +00001---
Andrea Campanellae28feaf2020-04-22 15:17:45 +02002
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
24
Andrea Campanellac3f55692022-03-29 17:55:40 +020025 # This tells the control node how to reach the Kubernetes nodes.
Andrea Campanellae28feaf2020-04-22 15:17:45 +020026 nodes:
27 -
Andrea Campanellac3f55692022-03-29 17:55:40 +020028 ip: '10.34.90.43'
Andrea Campanella2da3a1d2020-11-04 09:45:54 +010029 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 Campanellae28feaf2020-04-22 15:17:45 +020039
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
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070053 sship: 10.34.90.50
Andrea Campanellae28feaf2020-04-22 15:17:45 +020054 user: root
55 pass: onl
56 fortygig: False
57 aggPort: 2
Andrea Campanella19d91f72022-04-01 10:05:34 +020058 serial: EC1912001823
Girish Gowdraaef64a22021-12-10 20:58:44 +053059 oltDebVersion: openolt_asgvolt64-3.6.2-51d1824e8c049909fd516c7ce3c5f834b9649152-100G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070060 board_technology: GPON
Andrea Campanellac91fe7d2020-05-19 12:23:39 +020061
Andrea Campanellae28feaf2020-04-22 15:17:45 +020062 # XGS-PON OLT
63 -
64 ip: 10.34.90.51
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070065 sship: 10.34.90.51
Andrea Campanellae28feaf2020-04-22 15:17:45 +020066 user: root
67 pass: onl
68 fortygig: False
69 aggPort: 1
70 serial: EC1729003539
Girish Gowdraaef64a22021-12-10 20:58:44 +053071 oltDebVersion: openolt_asfvolt16-3.6.2-602bf0a2b75e27e241cb73d7daf1e2c883539102-100G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070072 board_technology: XGS-PON
Andrea Campanellae28feaf2020-04-22 15:17:45 +020073
74 hosts:
75 src:
76 #GPON ONU
77 -
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080078 ip: 10.34.90.43
Andrea Campanellae28feaf2020-04-22 15:17:45 +020079 user: community
80 pass: admin
81 dp_iface_name: eth1.7
82 container_type: LXC
Andrea Campanellac3f55692022-03-29 17:55:40 +020083 container_name: SCOM00001c82
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080084 onu: SCOM00001c82
Andrea Campanella19d91f72022-04-01 10:05:34 +020085 olt: EC1912001823
Andrea Campanellae28feaf2020-04-22 15:17:45 +020086 c_tag: 7
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080087 s_tag: 31
88 power_switch_port: 1
Andrea Campanella73912bc2021-11-15 18:37:57 -080089 uni_id: 1
Andrea Campanellad62b86f2020-05-14 12:57:50 +020090
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080091 #XGSPON ONU
Andrea Campanellae28feaf2020-04-22 15:17:45 +020092 -
93 ip: 127.0.0.1
94 user: community
95 pass: admin
Girish Gowdracfa2c102020-11-19 18:06:39 -080096 dp_iface_name: eth1.7
Andrea Campanellae28feaf2020-04-22 15:17:45 +020097 container_type: LXC
Andrea Campanellac3f55692022-03-29 17:55:40 +020098 container_name: ALPHe3d1cf5c
Andrea Campanellae28feaf2020-04-22 15:17:45 +020099 onu: ALPHe3d1cf5c
100 olt: EC1729003539
Girish Gowdrad2ba5f32020-11-19 17:03:04 -0800101 c_tag: 7
102 s_tag: 12
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200103 power_switch_port: 6
Hardik Windlass252539e2021-07-02 04:26:45 +0000104 uni_id: 1
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200105 -
106 ip: 127.0.0.1
107 user: community
108 pass: admin
Girish Gowdracfa2c102020-11-19 18:06:39 -0800109 dp_iface_name: eth1.7
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200110 container_type: LXC
Andrea Campanellac3f55692022-03-29 17:55:40 +0200111 container_name: ALPHe3a69d03
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200112 onu: ALPHe3a69d03
113 olt: EC1729003539
114 c_tag: 7
115 s_tag: 11
116 power_switch_port: 8
Hardik Windlass252539e2021-07-02 04:26:45 +0000117 uni_id: 1
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200118
119 dst:
120 -
Girish Gowdra17bb5ef2022-03-11 14:03:32 -0800121 dp_iface_ip_qinq: 10.31.7.254
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200122 ip: null
123 user: null
124 pass: null
125 dp_iface_name: null
126 dp_iface_ip: null
127 dp_iface_gateway: null
128 container_type: null
129 container_name: null
130 -
Girish Gowdracfa2c102020-11-19 18:06:39 -0800131 dp_iface_ip_qinq: 10.12.7.254
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200132 ip: null
133 user: null
134 pass: null
135 dp_iface_name: null
136 dp_iface_ip: null
137 dp_iface_gateway: null
138 container_type: null
139 container_name: null
140 -
141 dp_iface_ip_qinq: 10.11.7.254
142 ip: null
143 user: null
144 pass: null
145 dp_iface_name: null
146 dp_iface_ip: null
147 dp_iface_gateway: null
148 container_type: null
149 container_name: null
150
151 web_power_switch:
152 ip: '10.34.90.48'
153 user: 'admin'
154 password: 'secret'
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700155 type: 'EPC'