blob: 76bb60f3e2f11eed6f04c6d2d1e4df0e93f1c575 [file] [log] [blame]
Joey Armstrong2ff3a762024-04-16 18:03:56 -04001---
2
3# Contains a description of the services that needs to be created for each
4# UNI and the corresponding tagging scheme
Matteo Scandolo4a036262020-08-17 15:56:13 -07005
6# TT
7workflow: tt
8services:
Joey Armstrong2ff3a762024-04-16 18:03:56 -04009 - name: hsia
10 uni_tag_match: 35
11 c_tag: 900
12 c_tag_allocation: unique
13 s_tag: 900
14 s_tag_allocation: shared
15 tp_id: 64
16 - name: voip
17 uni_tag_match: 65
18 c_tag: 444
19 c_tag_allocation: shared
20 s_tag: 333
21 s_tag_allocation: shared
22 needs_dhcp: true
23 tp_id: 65
24 configure_mac_address: true
25 us_pon_c_tag_priority: 7
26 us_pon_s_tag_priority: 7
27 ds_pon_c_tag_priority: 7
28 ds_pon_s_tag_priority: 7
29 - name: vod
30 uni_tag_match: 55
31 c_tag: 55
32 c_tag_allocation: shared
33 s_tag: 555
34 s_tag_allocation: shared
35 needs_dhcp: true
36 needs_igmp: true
37 tp_id: 66
38 configure_mac_address: true
39 us_pon_c_tag_priority: 5
40 us_pon_s_tag_priority: 5
41 ds_pon_c_tag_priority: 5
42 ds_pon_s_tag_priority: 5
43 # NOTE: the multicast service must be called MC unless you set
44 # multicastServiceName to something else in org.opencord.olt.impl.Olt
45 - name: MC
46 c_tag: 55
47 c_tag_allocation: shared
48 s_tag: 550
49 s_tag_allocation: shared
50 tp_id: 66
51 ds_pon_c_tag_priority: 5
52 ds_pon_s_tag_priority: 5
53 # TODO add mgmt service (same tagging scheme as void/vod), requires DHCP
54
55# -----------------------------------------------------------------------
56# Copyright 2020-2024 Open Networking Foundation Contributors
57#
58# Licensed under the Apache License, Version 2.0 (the "License");
59# you may not use this file except in compliance with the License.
60# You may obtain a copy of the License at
61#
62# http://www.apache.org/licenses/LICENSE-2.0
63#
64# Unless required by applicable law or agreed to in writing, software
65# distributed under the License is distributed on an "AS IS" BASIS,
66# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
67# See the License for the specific language governing permissions and
68# limitations under the License.
69# -----------------------------------------------------------------------
70# SPDX-FileCopyrightText: 2020-2024 Open Networking Foundation Contributors
71# SPDX-License-Identifier: Apache-2.0
72# -----------------------------------------------------------------------