blob: 47df6bbcbfd6d9869c98293cac5bafefbdc404f8 [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
74 -
75 ip: 10.34.90.41
76 user: community
77 pass: admin
78 dp_iface_name: eth1.7
79 container_type: LXC
80 container_name: SCOMA030210E
Andrea Campanellae8e54702021-01-20 10:01:49 +010081 onu: SCOMa030210e
Andrea Campanella7426b062020-12-16 12:28:04 +010082 olt: LBADTN2038AD991
83 c_tag: 7
84 s_tag: 36
85 -
86 ip: 10.34.90.41
87 user: community
88 pass: admin
89 dp_iface_name: eth1.7
90 container_type: LXC
91 container_name: SCOM00001C0F
Andrea Campanellae8e54702021-01-20 10:01:49 +010092 onu: SCOM00001c0f
Andrea Campanella7426b062020-12-16 12:28:04 +010093 olt: LBADTN2038AD991
94 c_tag: 7
95 s_tag: 37
96
97 dst:
98 -
99 dp_iface_ip_qinq: 10.35.7.254
100 ip: null
101 user: null
102 pass: null
103 noroot_ip: 10.34.90.43
104 noroot_user: community
105 noroot_pass: admin
106 dp_iface_name: ens3f0
107 dp_iface_ip: null
108 dp_iface_gateway: null
109 container_type: null
110 container_name: null
111 -
112 dp_iface_ip_qinq: 10.36.7.254
113 ip: null
114 user: null
115 pass: null
116 noroot_ip: 10.34.90.43
117 noroot_user: community
118 noroot_pass: admin
119 dp_iface_name: ens3f0
120 dp_iface_ip: null
121 dp_iface_gateway: null
122 container_type: null
123 container_name: null
124 -
125 dp_iface_ip_qinq: 10.37.7.254
126 ip: null
127 user: null
128 pass: null
129 noroot_ip: 10.34.90.43
130 noroot_user: community
131 noroot_pass: admin
132 dp_iface_name: ens3f0
133 dp_iface_ip: null
134 dp_iface_gateway: null
135 container_type: null
136 container_name: null
137