-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtucson-pod.yaml
136 lines (127 loc) · 3.15 KB
/
tucson-pod.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
---
# Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Automated deployment configuration for Tucson pod
# Change default values in tests
ONOS_REST_PORT: 30120
ONOS_SSH_PORT: 30115
OLT_PORT: 9191
KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
# This tells the control node how to reach the Kubernetes nodes.
# Since we're running kind-voltha, the nodes are reached on localhost.
nodes:
-
ip: 10.35.90.27
user: 'cord'
pass: 'cord'
# The pipeline requires this even though we don't have a fabric switch
fabric_switches: []
olts:
-
ip: 10.35.90.28
sship: 10.35.90.28
user: root
pass: onl
fortygig: True
serial: EC1925000157
board_technology: XGS-PON
hosts:
src:
-
ip: 127.0.0.1
user: cord
pass: cord
dp_iface_name: eth1
container_type: LXC
container_name: voltha-client
onu: ALPHe3d1ce7b
olt: EC1925000157
c_tag: 11
s_tag: 11
onu_type: 'alpha'
# power_switch_port: 2
uni_id: 1
-
ip: 127.0.0.1
user: cord
pass: cord
dp_iface_name: eth1
container_type: LXC
container_name: voltha-client-ISKT71e801a0
onu: ISKT71e801a0
olt: EC1925000157
c_tag: 12
s_tag: 11
onu_type: 'iskratel'
# power_switch_port: 3
uni_id: 1
-
ip: 127.0.0.1
user: cord
pass: cord
dp_iface_name: eth1
container_type: LXC
container_name: voltha-client-ALPHe3d1cfac
onu: ALPHe3d1cfac
olt: EC1925000157
c_tag: 21
s_tag: 21
onu_type: 'alpha'
# power_switch_port: 4
uni_id: 1
dst:
-
dp_iface_ip_qinq: 192.168.11.254
ip: null
user: null
pass: null
noroot_ip: 127.0.0.1
noroot_user: cord
noroot_pass: cord
dp_iface_name: enp2s0f1
dp_iface_ip: null
dp_iface_gateway: null
container_type: null
container_name: null
-
dp_iface_ip_qinq: 192.168.12.254
ip: null
user: null
pass: null
noroot_ip: 127.0.0.1
noroot_user: cord
noroot_pass: cord
dp_iface_name: enp2s0f1
dp_iface_ip: null
dp_iface_gateway: null
container_type: null
container_name: null
-
dp_iface_ip_qinq: 192.168.21.254
ip: null
user: null
pass: null
noroot_ip: 127.0.0.1
noroot_user: cord
noroot_pass: cord
dp_iface_name: enp2s0f1
dp_iface_ip: null
dp_iface_gateway: null
container_type: null
container_name: null
web_power_switch:
ip: '10.76.28.23'
user: 'cord'
password: 'cord'
type: 'DLI'