blob: d0481dd6d5279a5b694e1333b64d6482437b6204 [file] [log] [blame]
Andrea Campanella7426b062020-12-16 12:28:04 +01001---
2
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
Andrea Campanella55ae08d2021-01-15 16:41:10 +010022 OLT_PORT: 830
Andrea Campanella7426b062020-12-16 12:28:04 +010023 KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
24
25# This tells the control node how to reach the Kubernetes nodes.
26 nodes:
27 -
28 ip: '10.34.90.40'
29 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'
39
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.52
53 sship: 10.34.90.52
54 fortygig: False
55 aggPort: 3
56 serial: LBADTN2038AD991
Andrea Campanella55ae08d2021-01-15 16:41:10 +010057 type: adtranolt
Andrea Campanellaa9a1ee52021-02-05 16:04:19 +010058 user: hsvroot
Andrea Campanella7426b062020-12-16 12:28:04 +010059
60 hosts:
61 src:
62 #GPON ONU
63 -
64 ip: 10.34.90.41
65 user: community
66 pass: admin
67 dp_iface_name: eth1.7
68 container_type: LXC
69 container_name: SCOMA0302125
Andrea Campanellae8e54702021-01-20 10:01:49 +010070 onu: SCOMa0302125
Andrea Campanella7426b062020-12-16 12:28:04 +010071 olt: LBADTN2038AD991
72 c_tag: 7
73 s_tag: 35
Andrea Campanella88b48ac2021-02-24 12:04:26 +010074 power_switch_port: 1
Andrea Campanella7426b062020-12-16 12:28:04 +010075 -
76 ip: 10.34.90.41
77 user: community
78 pass: admin
79 dp_iface_name: eth1.7
80 container_type: LXC
81 container_name: SCOMA030210E
Andrea Campanellae8e54702021-01-20 10:01:49 +010082 onu: SCOMa030210e
Andrea Campanella7426b062020-12-16 12:28:04 +010083 olt: LBADTN2038AD991
84 c_tag: 7
85 s_tag: 36
Andrea Campanella88b48ac2021-02-24 12:04:26 +010086 power_switch_port: 2
Andrea Campanella7426b062020-12-16 12:28:04 +010087 -
88 ip: 10.34.90.41
89 user: community
90 pass: admin
91 dp_iface_name: eth1.7
92 container_type: LXC
93 container_name: SCOM00001C0F
Andrea Campanellae8e54702021-01-20 10:01:49 +010094 onu: SCOM00001c0f
Andrea Campanella7426b062020-12-16 12:28:04 +010095 olt: LBADTN2038AD991
96 c_tag: 7
97 s_tag: 37
Andrea Campanella88b48ac2021-02-24 12:04:26 +010098 power_switch_port: 3
Andrea Campanella7426b062020-12-16 12:28:04 +010099
100 dst:
101 -
102 dp_iface_ip_qinq: 10.35.7.254
103 ip: null
104 user: null
105 pass: null
106 noroot_ip: 10.34.90.43
107 noroot_user: community
108 noroot_pass: admin
109 dp_iface_name: ens3f0
110 dp_iface_ip: null
111 dp_iface_gateway: null
112 container_type: null
113 container_name: null
114 -
115 dp_iface_ip_qinq: 10.36.7.254
116 ip: null
117 user: null
118 pass: null
119 noroot_ip: 10.34.90.43
120 noroot_user: community
121 noroot_pass: admin
122 dp_iface_name: ens3f0
123 dp_iface_ip: null
124 dp_iface_gateway: null
125 container_type: null
126 container_name: null
127 -
128 dp_iface_ip_qinq: 10.37.7.254
129 ip: null
130 user: null
131 pass: null
132 noroot_ip: 10.34.90.43
133 noroot_user: community
134 noroot_pass: admin
135 dp_iface_name: ens3f0
136 dp_iface_ip: null
137 dp_iface_gateway: null
138 container_type: null
139 container_name: null
Andrea Campanella88b48ac2021-02-24 12:04:26 +0100140
141 web_power_switch:
142 ip: '10.34.90.49'
143 user: 'admin'
144 password: 'secret'
145 type: 'EPC'