blob: 2df64e1ba591848fe41c5499a6980d4e47ad06bc [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
22 OLT_PORT: 9191
23 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
57
58 hosts:
59 src:
60 #GPON ONU
61 -
62 ip: 10.34.90.41
63 user: community
64 pass: admin
65 dp_iface_name: eth1.7
66 container_type: LXC
67 container_name: SCOMA0302125
68 onu: SCOMA0302125
69 olt: LBADTN2038AD991
70 c_tag: 7
71 s_tag: 35
72 -
73 ip: 10.34.90.41
74 user: community
75 pass: admin
76 dp_iface_name: eth1.7
77 container_type: LXC
78 container_name: SCOMA030210E
79 onu: SCOMA030210E
80 olt: LBADTN2038AD991
81 c_tag: 7
82 s_tag: 36
83 -
84 ip: 10.34.90.41
85 user: community
86 pass: admin
87 dp_iface_name: eth1.7
88 container_type: LXC
89 container_name: SCOM00001C0F
90 onu: SCOM00001C0F
91 olt: LBADTN2038AD991
92 c_tag: 7
93 s_tag: 37
94
95 dst:
96 -
97 dp_iface_ip_qinq: 10.35.7.254
98 ip: null
99 user: null
100 pass: null
101 noroot_ip: 10.34.90.43
102 noroot_user: community
103 noroot_pass: admin
104 dp_iface_name: ens3f0
105 dp_iface_ip: null
106 dp_iface_gateway: null
107 container_type: null
108 container_name: null
109 -
110 dp_iface_ip_qinq: 10.36.7.254
111 ip: null
112 user: null
113 pass: null
114 noroot_ip: 10.34.90.43
115 noroot_user: community
116 noroot_pass: admin
117 dp_iface_name: ens3f0
118 dp_iface_ip: null
119 dp_iface_gateway: null
120 container_type: null
121 container_name: null
122 -
123 dp_iface_ip_qinq: 10.37.7.254
124 ip: null
125 user: null
126 pass: null
127 noroot_ip: 10.34.90.43
128 noroot_user: community
129 noroot_pass: admin
130 dp_iface_name: ens3f0
131 dp_iface_ip: null
132 dp_iface_gateway: null
133 container_type: null
134 container_name: null
135