blob: 468549d708d6da56992a9ffc3d635ab583b75629 [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 Campanella7426b062020-12-16 12:28:04 +010058
59 hosts:
60 src:
61 #GPON ONU
62 -
63 ip: 10.34.90.41
64 user: community
65 pass: admin
66 dp_iface_name: eth1.7
67 container_type: LXC
68 container_name: SCOMA0302125
Andrea Campanellae8e54702021-01-20 10:01:49 +010069 onu: SCOMa0302125
Andrea Campanella7426b062020-12-16 12:28:04 +010070 olt: LBADTN2038AD991
71 c_tag: 7
72 s_tag: 35
73 -
74 ip: 10.34.90.41
75 user: community
76 pass: admin
77 dp_iface_name: eth1.7
78 container_type: LXC
79 container_name: SCOMA030210E
Andrea Campanellae8e54702021-01-20 10:01:49 +010080 onu: SCOMa030210e
Andrea Campanella7426b062020-12-16 12:28:04 +010081 olt: LBADTN2038AD991
82 c_tag: 7
83 s_tag: 36
84 -
85 ip: 10.34.90.41
86 user: community
87 pass: admin
88 dp_iface_name: eth1.7
89 container_type: LXC
90 container_name: SCOM00001C0F
Andrea Campanellae8e54702021-01-20 10:01:49 +010091 onu: SCOM00001c0f
Andrea Campanella7426b062020-12-16 12:28:04 +010092 olt: LBADTN2038AD991
93 c_tag: 7
94 s_tag: 37
95
96 dst:
97 -
98 dp_iface_ip_qinq: 10.35.7.254
99 ip: null
100 user: null
101 pass: null
102 noroot_ip: 10.34.90.43
103 noroot_user: community
104 noroot_pass: admin
105 dp_iface_name: ens3f0
106 dp_iface_ip: null
107 dp_iface_gateway: null
108 container_type: null
109 container_name: null
110 -
111 dp_iface_ip_qinq: 10.36.7.254
112 ip: null
113 user: null
114 pass: null
115 noroot_ip: 10.34.90.43
116 noroot_user: community
117 noroot_pass: admin
118 dp_iface_name: ens3f0
119 dp_iface_ip: null
120 dp_iface_gateway: null
121 container_type: null
122 container_name: null
123 -
124 dp_iface_ip_qinq: 10.37.7.254
125 ip: null
126 user: null
127 pass: null
128 noroot_ip: 10.34.90.43
129 noroot_user: community
130 noroot_pass: admin
131 dp_iface_name: ens3f0
132 dp_iface_ip: null
133 dp_iface_gateway: null
134 container_type: null
135 container_name: null
136