blob: e270b959cf419bfa1847cb20f2c2d75a551867c5 [file] [log] [blame]
Andy Bavierb83fa322019-10-29 11:00:07 -07001---
2
Joey Armstrong003e83e2023-01-09 20:23:48 -05003# Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
Andy Bavierb83fa322019-10-29 11:00:07 -07004#
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
Andy Bavier7190ae62019-11-04 16:52:41 -070017# Automated deployment configuration for Tucson pod
Andy Bavierb83fa322019-10-29 11:00:07 -070018
19# Change default values in tests
Andy Bavier7190ae62019-11-04 16:52:41 -070020ONOS_REST_PORT: 30120
Andy Bavierb83fa322019-10-29 11:00:07 -070021ONOS_SSH_PORT: 30115
22OLT_PORT: 9191
Andy Bavierc3a163b2019-11-08 12:19:44 -070023KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
Andy Bavierb83fa322019-10-29 11:00:07 -070024
25# This tells the control node how to reach the Kubernetes nodes.
26# Since we're running kind-voltha, the nodes are reached on localhost.
27nodes:
28 -
Girish Gowdra4a744862022-06-20 22:08:44 -070029 ip: 10.35.90.27
Hardik Windlass101cb042021-12-06 11:50:19 +000030 user: 'cord'
31 pass: 'cord'
Andy Bavierb83fa322019-10-29 11:00:07 -070032
Andy Bavier316ab862019-11-04 16:07:47 -070033# The pipeline requires this even though we don't have a fabric switch
Andy Bavier7190ae62019-11-04 16:52:41 -070034fabric_switches: []
Andy Bavier316ab862019-11-04 16:07:47 -070035
Andy Bavierb83fa322019-10-29 11:00:07 -070036olts:
37 -
Girish Gowdra4a744862022-06-20 22:08:44 -070038 ip: 10.35.90.28
39 sship: 10.35.90.28
Andy Bavierb83fa322019-10-29 11:00:07 -070040 user: root
41 pass: onl
42 fortygig: True
43 serial: EC1925000157
Hardik Windlass7f555c92021-12-15 04:19:30 +000044 board_technology: XGS-PON
Andy Bavierb83fa322019-10-29 11:00:07 -070045
46hosts:
47 src:
48 -
49 ip: 127.0.0.1
50 user: cord
51 pass: cord
52 dp_iface_name: eth1
53 container_type: LXC
54 container_name: voltha-client
55 onu: ALPHe3d1ce7b
Suchitra Vemuri6201d172020-11-03 11:46:48 -080056 olt: EC1925000157
Andy Bavierb83fa322019-10-29 11:00:07 -070057 c_tag: 11
58 s_tag: 11
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070059 onu_type: 'alpha'
Girish Gowdra4a744862022-06-20 22:08:44 -070060# power_switch_port: 2
Hardik Windlass252539e2021-07-02 04:26:45 +000061 uni_id: 1
Andy Bavier8501cd32019-12-09 10:09:56 -070062 -
63 ip: 127.0.0.1
64 user: cord
65 pass: cord
66 dp_iface_name: eth1
67 container_type: LXC
68 container_name: voltha-client-ISKT71e801a0
69 onu: ISKT71e801a0
Suchitra Vemuri6201d172020-11-03 11:46:48 -080070 olt: EC1925000157
Andy Bavier8501cd32019-12-09 10:09:56 -070071 c_tag: 12
72 s_tag: 11
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070073 onu_type: 'iskratel'
Girish Gowdra4a744862022-06-20 22:08:44 -070074# power_switch_port: 3
Hardik Windlass252539e2021-07-02 04:26:45 +000075 uni_id: 1
Andy Bavier0c60f6d2019-12-12 16:56:37 -070076 -
77 ip: 127.0.0.1
78 user: cord
79 pass: cord
80 dp_iface_name: eth1
81 container_type: LXC
82 container_name: voltha-client-ALPHe3d1cfac
83 onu: ALPHe3d1cfac
Suchitra Vemuri6201d172020-11-03 11:46:48 -080084 olt: EC1925000157
Andy Bavier0c60f6d2019-12-12 16:56:37 -070085 c_tag: 21
86 s_tag: 21
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070087 onu_type: 'alpha'
Girish Gowdra4a744862022-06-20 22:08:44 -070088# power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +000089 uni_id: 1
Andy Bavierb83fa322019-10-29 11:00:07 -070090
91 dst:
92 -
93 dp_iface_ip_qinq: 192.168.11.254
94 ip: null
95 user: null
96 pass: null
Andy Bavier6ed02e62020-06-16 11:56:05 -070097 noroot_ip: 127.0.0.1
98 noroot_user: cord
99 noroot_pass: cord
Andy Bavieraa62a142020-06-16 14:00:34 -0700100 dp_iface_name: enp2s0f1
Andy Bavierb83fa322019-10-29 11:00:07 -0700101 dp_iface_ip: null
102 dp_iface_gateway: null
103 container_type: null
104 container_name: null
Andy Bavier8501cd32019-12-09 10:09:56 -0700105 -
106 dp_iface_ip_qinq: 192.168.12.254
107 ip: null
108 user: null
109 pass: null
Andy Bavier6ed02e62020-06-16 11:56:05 -0700110 noroot_ip: 127.0.0.1
111 noroot_user: cord
112 noroot_pass: cord
Andy Bavieraa62a142020-06-16 14:00:34 -0700113 dp_iface_name: enp2s0f1
Andy Bavier8501cd32019-12-09 10:09:56 -0700114 dp_iface_ip: null
115 dp_iface_gateway: null
116 container_type: null
117 container_name: null
Andy Bavier0c60f6d2019-12-12 16:56:37 -0700118 -
119 dp_iface_ip_qinq: 192.168.21.254
120 ip: null
121 user: null
122 pass: null
Andy Bavier6ed02e62020-06-16 11:56:05 -0700123 noroot_ip: 127.0.0.1
124 noroot_user: cord
125 noroot_pass: cord
Andy Bavieraa62a142020-06-16 14:00:34 -0700126 dp_iface_name: enp2s0f1
Andy Bavier0c60f6d2019-12-12 16:56:37 -0700127 dp_iface_ip: null
128 dp_iface_gateway: null
129 container_type: null
130 container_name: null
Andy Bavier447dd972020-06-19 08:12:51 -0700131
132web_power_switch:
133 ip: '10.76.28.23'
134 user: 'cord'
135 password: 'cord'
136 type: 'DLI'