blob: fc3e8537afb1c72eb7c2f4fdc50467c2663eb9ab [file] [log] [blame]
Hardik Windlass1a2ce4d2022-03-30 04:42:40 +00001---
Andrea Campanellab9411eb2020-04-02 15:21:36 +02002
Joey Armstrong92ac4cf2022-12-27 07:39:37 -05003 # Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
Andrea Campanellab9411eb2020-04-02 15:21:36 +02004 #
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.
Matteo Scandolo24d84dd2022-04-01 13:58:55 -070016
Andrea Campanellab9411eb2020-04-02 15:21:36 +020017 # Automated deployment configuration for Tucson pod
Matteo Scandolo24d84dd2022-04-01 13:58:55 -070018
Andrea Campanellab9411eb2020-04-02 15:21:36 +020019 # 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 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'
Matteo Scandolo24d84dd2022-04-01 13:58:55 -070039
Girish Gowdrad6ff2082022-05-19 14:29:41 -070040 fabric_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'
Matteo Scandolo24d84dd2022-04-01 13:58:55 -070049
Andrea Campanellab9411eb2020-04-02 15:21:36 +020050 olts:
51 # Gpon OLT
52 -
53 ip: 10.34.90.50
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070054 sship: 10.34.90.50
Andrea Campanellab9411eb2020-04-02 15:21:36 +020055 user: root
56 pass: onl
57 fortygig: False
Andrea Campanellae28feaf2020-04-22 15:17:45 +020058 aggPort: 2
Matteo Scandolo24d84dd2022-04-01 13:58:55 -070059 serial: EC1912001823
Girish Gowdra57405052022-06-28 18:32:44 -070060 oltDebVersion: openolt_asgvolt64-3.7.4-3b190f027136e845c5850a5b1a97897ce2b74ebf-100G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070061 board_technology: GPON
Matteo Scandolo24d84dd2022-04-01 13:58:55 -070062
Andrea Campanellab9411eb2020-04-02 15:21:36 +020063 hosts:
64 src:
65 #GPON ONU
66 -
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080067 ip: 10.34.90.43
Andrea Campanellab9411eb2020-04-02 15:21:36 +020068 user: community
69 pass: admin
70 dp_iface_name: eth1.7
71 container_type: LXC
Andrea Campanellac3f55692022-03-29 17:55:40 +020072 container_name: SCOM00001c82
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080073 onu: SCOM00001c82
Matteo Scandolo24d84dd2022-04-01 13:58:55 -070074 olt: EC1912001823
Andrea Campanellab9411eb2020-04-02 15:21:36 +020075 c_tag: 7
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080076 s_tag: 31
77 power_switch_port: 1
Hardik Windlass252539e2021-07-02 04:26:45 +000078 uni_id: 1
Andrea Campanellab9411eb2020-04-02 15:21:36 +020079 dst:
80 -
Girish Gowdra17bb5ef2022-03-11 14:03:32 -080081 dp_iface_ip_qinq: 10.31.7.254
Andrea Campanella73912bc2021-11-15 18:37:57 -080082 ip: null
83 user: null
84 pass: null
85 noroot_ip: 10.34.90.43
86 noroot_user: community
87 noroot_pass: admin
Cristina de Francisco9af9abe2023-10-05 16:25:03 +020088 dp_iface_name: ens1f0
Andrea Campanella73912bc2021-11-15 18:37:57 -080089 dp_iface_ip: null
90 dp_iface_gateway: null
91 container_type: null
92 container_name: null
Matteo Scandolo24d84dd2022-04-01 13:58:55 -070093
Andrea Campanellab9411eb2020-04-02 15:21:36 +020094 web_power_switch:
95 ip: '10.34.90.48'
96 user: 'admin'
97 password: 'secret'
98 type: 'EPC'