blob: 5ed6da50bb78ba02d2f2a113bf331fb7d2075975 [file] [log] [blame]
Andrea Campanellab9411eb2020-04-02 15:21:36 +02001---
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
Andrea Campanella2da3a1d2020-11-04 09:45:54 +010024
25# This tells the control node how to reach the Kubernetes nodes.
Andrea Campanellab9411eb2020-04-02 15:21:36 +020026 nodes:
27 -
Andrea Campanella2da3a1d2020-11-04 09:45:54 +010028 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'
Andrea Campanellab9411eb2020-04-02 15:21:36 +020039
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
Andrea Campanellab9411eb2020-04-02 15:21:36 +020047 device_id: 'of:0000000000000001'
48
49 olts:
50 # Gpon OLT
51 -
52 ip: 10.34.90.50
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070053 sship: 10.34.90.50
Andrea Campanellab9411eb2020-04-02 15:21:36 +020054 user: root
55 pass: onl
56 fortygig: False
Andrea Campanellae28feaf2020-04-22 15:17:45 +020057 aggPort: 2
Andrea Campanellab9411eb2020-04-02 15:21:36 +020058 serial: EC1912001814
Girish Gowdraaef64a22021-12-10 20:58:44 +053059 oltDebVersion: openolt_asgvolt64-3.6.2-51d1824e8c049909fd516c7ce3c5f834b9649152-100G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070060 board_technology: GPON
Girish Gowdra8eeee5c2020-10-19 10:37:31 -070061
Andrea Campanellab9411eb2020-04-02 15:21:36 +020062 hosts:
63 src:
64 #GPON ONU
65 -
Andrea Campanellab9411eb2020-04-02 15:21:36 +020066 ip: 10.34.90.42
67 user: community
68 pass: admin
69 dp_iface_name: eth1.7
70 container_type: LXC
Andrea Campanellab9411eb2020-04-02 15:21:36 +020071 container_name: voltha-client-gpon-3
72 onu: SCOM00001c96
Andrea Campanellae28feaf2020-04-22 15:17:45 +020073 olt: EC1912001814
Andrea Campanellab9411eb2020-04-02 15:21:36 +020074 c_tag: 7
Andrea Campanellaefb8efd2020-04-08 11:59:27 +020075 s_tag: 33
Andrea Campanellab9411eb2020-04-02 15:21:36 +020076 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +000077 uni_id: 1
Andrea Campanellad62b86f2020-05-14 12:57:50 +020078 -
79 ip: 10.34.90.42
80 user: community
81 pass: admin
82 dp_iface_name: eth1.7
83 container_type: LXC
84 container_name: voltha-client-gpon-4
85 onu: SCOM00001c0b
86 olt: EC1912001814
87 c_tag: 7
88 s_tag: 34
89 power_switch_port: 7
Hardik Windlass252539e2021-07-02 04:26:45 +000090 uni_id: 1
Andrea Campanella73912bc2021-11-15 18:37:57 -080091 -
92 ip: 10.34.90.40
93 user: community
94 pass: admin
95 dp_iface_name: eth1.7
96 container_type: LXC
97 container_name: SCOMA0305F84
Andrea Campanellaac30f352021-11-17 11:41:44 -080098 onu: SCOMa0305f84
Andrea Campanella73912bc2021-11-15 18:37:57 -080099 olt: EC1912001814
100 c_tag: 7
101 s_tag: 39
102 power_switch_port: 7
103 uni_id: 1
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200104
105 dst:
106 -
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200107 dp_iface_ip_qinq: 10.33.7.254
108 ip: null
109 user: null
110 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700111 noroot_ip: 10.34.90.43
112 noroot_user: community
113 noroot_pass: admin
114 dp_iface_name: ens3f0
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200115 dp_iface_ip: null
116 dp_iface_gateway: null
117 container_type: null
118 container_name: null
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200119 -
120 dp_iface_ip_qinq: 10.34.7.254
121 ip: null
122 user: null
123 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700124 noroot_ip: 10.34.90.43
125 noroot_user: community
126 noroot_pass: admin
127 dp_iface_name: ens3f0
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200128 dp_iface_ip: null
129 dp_iface_gateway: null
130 container_type: null
131 container_name: null
Andrea Campanella73912bc2021-11-15 18:37:57 -0800132 -
133 dp_iface_ip_qinq: 10.39.7.254
134 ip: null
135 user: null
136 pass: null
137 noroot_ip: 10.34.90.43
138 noroot_user: community
139 noroot_pass: admin
140 dp_iface_name: ens3f0
141 dp_iface_ip: null
142 dp_iface_gateway: null
143 container_type: null
144 container_name: null
Andrea Campanellab9411eb2020-04-02 15:21:36 +0200145
146 web_power_switch:
147 ip: '10.34.90.48'
148 user: 'admin'
149 password: 'secret'
150 type: 'EPC'
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700151