blob: 9a146ec3214b247132f2f4f175fc2d8d6b14268b [file] [log] [blame]
Hardik Windlass1a2ce4d2022-03-30 04:42:40 +00001---
Andrea Campanellab9411eb2020-04-02 15:21:36 +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
Andrea Campanella2da3a1d2020-11-04 09:45:54 +010024
25# This tells the control node how to reach the Kubernetes nodes.
Andrea Campanellab9411eb2020-04-02 15:21:36 +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 Campanellab9411eb2020-04-02 15:21:36 +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
Andrea Campanellab9411eb2020-04-02 15:21:36 +020047 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 Campanellab9411eb2020-04-02 15:21:36 +020054 user: root
55 pass: onl
56 fortygig: False
Andrea Campanellae28feaf2020-04-22 15:17:45 +020057 aggPort: 2
Andrea Campanellab9411eb2020-04-02 15:21:36 +020058 serial: EC1912001814
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
Girish Gowdra8eeee5c2020-10-19 10:37:31 -070061
Andrea Campanellab9411eb2020-04-02 15:21:36 +020062 hosts:
63 src:
64 #GPON ONU
65 -
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080066 ip: 10.34.90.43
Andrea Campanellab9411eb2020-04-02 15:21:36 +020067 user: community
68 pass: admin
69 dp_iface_name: eth1.7
70 container_type: LXC
Andrea Campanellac3f55692022-03-29 17:55:40 +020071 container_name: SCOM00001c82
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080072 onu: SCOM00001c82
Andrea Campanellae28feaf2020-04-22 15:17:45 +020073 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020074 c_tag: 7
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080075 s_tag: 31
76 power_switch_port: 1
Hardik Windlass252539e2021-07-02 04:26:45 +000077 uni_id: 1
Andrea Campanellab9411eb2020-04-02 15:21:36 +020078 dst:
79 -
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080080 dp_iface_ip_qinq: 10.31.7.254
Andrea Campanella73912bc2021-11-15 18:37:57 -080081 ip: null
82 user: null
83 pass: null
84 noroot_ip: 10.34.90.43
85 noroot_user: community
86 noroot_pass: admin
87 dp_iface_name: ens3f0
88 dp_iface_ip: null
89 dp_iface_gateway: null
90 container_type: null
91 container_name: null
Andrea Campanellab9411eb2020-04-02 15:21:36 +020092
93 web_power_switch:
94 ip: '10.34.90.48'
95 user: 'admin'
96 password: 'secret'
97 type: 'EPC'
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070098