blob: acf137a526032343baf26df9a9d32c0b6866318f [file] [log] [blame]
Andrea Campanellada73c532020-01-17 09:29:07 +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
20ONOS_REST_PORT: 30120
21ONOS_SSH_PORT: 30115
22OLT_PORT: 9191
23KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
24
25# This tells the control node how to reach the Kubernetes nodes.
26nodes:
27 -
Andrea Campanellac3f55692022-03-29 17:55:40 +020028 ip: '10.34.90.43'
Andrea Campanella2da3a1d2020-11-04 09:45:54 +010029 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 Campanellada73c532020-01-17 09:29:07 +010039
40fabric_switches:
41 -
42 mac: '8c:ea:1b:a7:29:72'
43 ip: 10.34.90.55
44 user: root
45 pass: onl
Andrea Campanella0bc5f032020-01-28 16:31:28 +010046 bngPort: 157
Andrea Campanellada73c532020-01-17 09:29:07 +010047 device_id: 'of:0000000000000001'
48
49olts:
50# XGS-PON OLT
51 -
52 ip: 10.34.90.51
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070053 sship: 10.34.90.51
Andrea Campanellada73c532020-01-17 09:29:07 +010054 user: root
55 pass: onl
Andrea Campanella8bb28c32020-01-27 20:50:15 +010056 fortygig: False
Andrea Campanellae28feaf2020-04-22 15:17:45 +020057 aggPort: 1
Matteo Scandolofc630f32020-01-23 10:47:39 -080058 serial: 'EC1729003539'
Girish Gowdraaef64a22021-12-10 20:58:44 +053059 oltDebVersion: openolt_asfvolt16-3.6.2-602bf0a2b75e27e241cb73d7daf1e2c883539102-100G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070060 board_technology: XGS-PON
Andrea Campanellae28feaf2020-04-22 15:17:45 +020061
Andrea Campanellada73c532020-01-17 09:29:07 +010062
63hosts:
64 src:
65 #XGSPON ONU
66 -
67 ip: 127.0.0.1
Matteo Scandolofc630f32020-01-23 10:47:39 -080068 user: community
69 pass: admin
Andrea Campanella71fae7f2020-02-06 00:25:06 +010070 dp_iface_name: eth1
71 container_type: LXC
72 container_name: voltha-client
Andrea Campanellada73c532020-01-17 09:29:07 +010073 onu: ALPHe3d1cf5c
Andrea Campanellae28feaf2020-04-22 15:17:45 +020074 olt: EC1729003539
Andrea Campanellada73c532020-01-17 09:29:07 +010075 c_tag: 11
76 s_tag: 11
HungWei Chiua0ec21b2020-03-04 14:09:37 -050077 power_switch_port: 6
Hardik Windlass252539e2021-07-02 04:26:45 +000078 uni_id: 1
Andrea Campanella3e669dc2020-02-26 13:35:55 +010079 -
80 ip: 127.0.0.1
81 user: community
82 pass: admin
83 dp_iface_name: eth1
84 container_type: LXC
85 container_name: voltha-client-dt
86 onu: ALPHe3a69d03
Andrea Campanellae28feaf2020-04-22 15:17:45 +020087 olt: EC1729003539
Andrea Campanella3e669dc2020-02-26 13:35:55 +010088 c_tag: 7
89 s_tag: 11
HungWei Chiua0ec21b2020-03-04 14:09:37 -050090 power_switch_port: 8
Hardik Windlass252539e2021-07-02 04:26:45 +000091 uni_id: 1
Andrea Campanellada73c532020-01-17 09:29:07 +010092
93 dst:
94 -
Andrea Campanella5650dfd2020-02-03 09:45:25 +010095 dp_iface_ip_qinq: 10.11.2.254
Andrea Campanella86e68242020-02-03 11:43:17 +010096 ip: null
97 user: null
98 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -070099 noroot_ip: 10.34.90.43
100 noroot_user: community
101 noroot_pass: admin
102 dp_iface_name: ens3f0
Andrea Campanellada73c532020-01-17 09:29:07 +0100103 dp_iface_ip: null
104 dp_iface_gateway: null
105 container_type: null
106 container_name: null
Andrea Campanella3e669dc2020-02-26 13:35:55 +0100107 -
108 dp_iface_ip_qinq: 10.11.7.254
109 ip: null
110 user: null
111 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700112 noroot_ip: 10.34.90.43
113 noroot_user: community
114 noroot_pass: admin
115 dp_iface_name: ens3f0
Andrea Campanella3e669dc2020-02-26 13:35:55 +0100116 dp_iface_ip: null
117 dp_iface_gateway: null
118 container_type: null
119 container_name: null
HungWei Chiua0ec21b2020-03-04 14:09:37 -0500120
121web_power_switch:
122 ip: '10.34.90.48'
123 user: 'admin'
124 password: 'secret'
125 type: 'EPC'