blob: c47ccb753a1e1e322307960b95f0a504cef29bec [file] [log] [blame]
Andrea Campanellada73c532020-01-17 09:29:07 +01001---
2
Joey Armstrong92ac4cf2022-12-27 07:39:37 -05003# Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
Andrea Campanellada73c532020-01-17 09:29:07 +01004#
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
Girish Gowdrad6ff2082022-05-19 14:29:41 -070040fabric_switches: []
41 # The switch is shared across 2 PODs, thus is externally controlled
42 #-
43 # mac: '8c:ea:1b:a7:29:72'
44 # ip: 10.34.90.55
45 # user: root
46 # pass: onl
47 # bngPort: 157
48 # device_id: 'of:0000000000000001'
Andrea Campanellada73c532020-01-17 09:29:07 +010049
50olts:
51# XGS-PON OLT
52 -
53 ip: 10.34.90.51
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070054 sship: 10.34.90.51
Andrea Campanellada73c532020-01-17 09:29:07 +010055 user: root
56 pass: onl
Andrea Campanella8bb28c32020-01-27 20:50:15 +010057 fortygig: False
Andrea Campanellae28feaf2020-04-22 15:17:45 +020058 aggPort: 1
Matteo Scandolofc630f32020-01-23 10:47:39 -080059 serial: 'EC1729003539'
Girish Gowdra57405052022-06-28 18:32:44 -070060 oltDebVersion: openolt_asfvolt16-3.7.4-3b190f027136e845c5850a5b1a97897ce2b74ebf-100G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070061 board_technology: XGS-PON
Andrea Campanellae28feaf2020-04-22 15:17:45 +020062
Andrea Campanellada73c532020-01-17 09:29:07 +010063
64hosts:
65 src:
66 #XGSPON ONU
67 -
Andrea Campanella0a8c3ae2022-04-28 10:41:21 +020068 ip: 10.34.90.43
Matteo Scandolofc630f32020-01-23 10:47:39 -080069 user: community
70 pass: admin
Andrea Campanella71fae7f2020-02-06 00:25:06 +010071 dp_iface_name: eth1
72 container_type: LXC
Andrea Campanella0a8c3ae2022-04-28 10:41:21 +020073 container_name: ALPHe3d1cf5c
Andrea Campanellada73c532020-01-17 09:29:07 +010074 onu: ALPHe3d1cf5c
Andrea Campanellae28feaf2020-04-22 15:17:45 +020075 olt: EC1729003539
Andrea Campanellada73c532020-01-17 09:29:07 +010076 c_tag: 11
77 s_tag: 11
HungWei Chiua0ec21b2020-03-04 14:09:37 -050078 power_switch_port: 6
Hardik Windlass252539e2021-07-02 04:26:45 +000079 uni_id: 1
Andrea Campanella3e669dc2020-02-26 13:35:55 +010080 -
Andrea Campanella0a8c3ae2022-04-28 10:41:21 +020081 ip: 10.34.90.43
Andrea Campanella3e669dc2020-02-26 13:35:55 +010082 user: community
83 pass: admin
84 dp_iface_name: eth1
85 container_type: LXC
Andrea Campanella0a8c3ae2022-04-28 10:41:21 +020086 container_name: ALPHe3a69d03
Andrea Campanella3e669dc2020-02-26 13:35:55 +010087 onu: ALPHe3a69d03
Andrea Campanellae28feaf2020-04-22 15:17:45 +020088 olt: EC1729003539
Andrea Campanella3e669dc2020-02-26 13:35:55 +010089 c_tag: 7
90 s_tag: 11
HungWei Chiua0ec21b2020-03-04 14:09:37 -050091 power_switch_port: 8
Hardik Windlass252539e2021-07-02 04:26:45 +000092 uni_id: 1
Andrea Campanellada73c532020-01-17 09:29:07 +010093
94 dst:
95 -
Andrea Campanella5650dfd2020-02-03 09:45:25 +010096 dp_iface_ip_qinq: 10.11.2.254
Andrea Campanella86e68242020-02-03 11:43:17 +010097 ip: null
98 user: null
99 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700100 noroot_ip: 10.34.90.43
101 noroot_user: community
102 noroot_pass: admin
Cristina de Francisco9af9abe2023-10-05 16:25:03 +0200103 dp_iface_name: ens1f0
Andrea Campanellada73c532020-01-17 09:29:07 +0100104 dp_iface_ip: null
105 dp_iface_gateway: null
106 container_type: null
107 container_name: null
Andrea Campanella3e669dc2020-02-26 13:35:55 +0100108 -
109 dp_iface_ip_qinq: 10.11.7.254
110 ip: null
111 user: null
112 pass: null
Andy Bavierd00fdc42020-07-09 10:58:11 -0700113 noroot_ip: 10.34.90.43
114 noroot_user: community
115 noroot_pass: admin
Cristina de Francisco9af9abe2023-10-05 16:25:03 +0200116 dp_iface_name: ens1f0
Andrea Campanella3e669dc2020-02-26 13:35:55 +0100117 dp_iface_ip: null
118 dp_iface_gateway: null
119 container_type: null
120 container_name: null
HungWei Chiua0ec21b2020-03-04 14:09:37 -0500121
122web_power_switch:
123 ip: '10.34.90.48'
124 user: 'admin'
125 password: 'secret'
126 type: 'EPC'