blob: 743f1a0670a71b5da6fb4761a65ada0cb764d297 [file] [log] [blame]
Joey Armstrong003e83e2023-01-09 20:23:48 -05001# Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
Luca Preteda53c892018-09-26 16:10:43 -07002#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Matteo Scandolo40ea1b12018-10-17 13:22:57 -070015# curl -H "xos-username: admin@opencord.org" -H "xos-password: letmein" -X POST --data-binary @bbwf-subscriber.yaml http://192.168.100.1:30007/run
Luca Preteda53c892018-09-26 16:10:43 -070016
17tosca_definitions_version: tosca_simple_yaml_1_0
18imports:
19 - custom_types/rcordsubscriber.yaml
20
Luca Pretedd1e3502018-10-11 09:44:40 -070021description: Pre-provsion subscribers
Luca Preteda53c892018-09-26 16:10:43 -070022
23topology_template:
24 node_templates:
25
Luca Pretedd1e3502018-10-11 09:44:40 -070026 # EdgeCore OLT subscribers
27 edgecore_alpha_subscriber:
Luca Preteda53c892018-09-26 16:10:43 -070028 type: tosca.nodes.RCORDSubscriber
29 properties:
Luca Preteee529232018-10-16 12:38:31 +020030 name: Sub_ALPHe3d1cee9
Luca Preteda53c892018-09-26 16:10:43 -070031 status: pre-provisioned
Luca Pretedd1e3502018-10-11 09:44:40 -070032 c_tag: 11
Luca Preteda53c892018-09-26 16:10:43 -070033 s_tag: 111
Luca Preteee529232018-10-16 12:38:31 +020034 onu_device: ALPHe3d1cee9
Luca Preteda53c892018-09-26 16:10:43 -070035 nas_port_id : "PON 1/1/03/1:1.1.1"
Luca Pretedd1e3502018-10-11 09:44:40 -070036 circuit_id: edgecore_alpha_circuit
37 remote_id: edgecore_alpha_remote
Luca Preteda53c892018-09-26 16:10:43 -070038
Luca Prete031b3832018-10-17 17:16:19 +020039 edgecore_iskratel_subscriber:
40 type: tosca.nodes.RCORDSubscriber
41 properties:
42 name: Sub_ISKT71e81130
43 status: pre-provisioned
44 c_tag: 12
45 s_tag: 111
46 onu_device: ISKT71e81130
47 nas_port_id : "PON 1/1/04/1:1.1.1"
48 circuit_id: edgecore_iskratel_circuit
49 remote_id: edgecore_iskratel_remote
Luca Preteda53c892018-09-26 16:10:43 -070050
Luca Prete031b3832018-10-17 17:16:19 +020051 # Adtran OLT subscribers
52 adtran_subscriber_1:
53 type: tosca.nodes.RCORDSubscriber
54 properties:
55 name: Sub_ADTN17510028
56 status: pre-provisioned
57 c_tag: 21
58 s_tag: 222
59 onu_device: ADTN17510028
60 nas_port_id : "PON 1/1/05/1:1.1.1"
61 circuit_id: adtran_sub1_circuit
62 remote_id: adtran_sub1_remote
Luca Pretedd1e3502018-10-11 09:44:40 -070063
Luca Prete5aa1b302018-10-17 11:55:04 +020064 # adtran_subscriber_2:
65 # type: tosca.nodes.RCORDSubscriber
66 # properties:
67 # name: Sub_ADTN16180345
68 # status: pre-provisioned
69 # c_tag: 22
70 # s_tag: 222
71 # onu_device: ADTN16180345
72 # nas_port_id : "PON 1/1/05/1:1.1.1"
73 # circuit_id: adtran_sub2_circuit
74 # remote_id: adtran_sub2_remote
Luca Pretedd1e3502018-10-11 09:44:40 -070075
Luca Prete03c0ba42018-10-17 14:09:24 +020076 # CIG OLT subscribers
77 cig_subscriber_1:
78 type: tosca.nodes.RCORDSubscriber
79 properties:
80 name: Sub_CIGG18a00002
81 status: pre-provisioned
82 c_tag: 31
83 s_tag: 333
84 onu_device: CIGG18a00002
85 nas_port_id : "PON 1/1/05/1:1.1.1"
86 circuit_id: cig_sub1_circuit
87 remote_id: cig_sub1_remote
Luca Pretedd1e3502018-10-11 09:44:40 -070088
Luca Prete031b3832018-10-17 17:16:19 +020089 # Iskratel XGS-PON OLT subscribers
90 iskratelx_subscriber_1:
91 type: tosca.nodes.RCORDSubscriber
92 properties:
93 name: Sub_ISKT71e81070
94 status: pre-provisioned
95 c_tag: 41
96 s_tag: 444
97 onu_device: ISKT71e81070
98 nas_port_id : "PON 1/1/05/1:1.1.1"
99 circuit_id: iskx_sub1_circuit
100 remote_id: iskx_sub1_remote
Luca Pretedd1e3502018-10-11 09:44:40 -0700101
Luca Prete5aa1b302018-10-17 11:55:04 +0200102 # iskratelx_subscriber_2:
103 # type: tosca.nodes.RCORDSubscriber
104 # properties:
105 # name: Sub_ISKT71e81071
106 # status: pre-provisioned
107 # c_tag: 42
108 # s_tag: 444
109 # onu_device: ISKT71e81071
110 # nas_port_id : "PON 1/1/05/1:1.1.1"
111 # circuit_id: iskx_sub2_circuit
112 # remote_id: iskx_sub2_remote
Luca Pretedd1e3502018-10-11 09:44:40 -0700113
Luca Prete41dfc972018-10-17 15:50:16 +0200114 # Iskratel GPON OLT subscribers
115 iskratelg_subscriber_1:
116 type: tosca.nodes.RCORDSubscriber
117 properties:
118 name: Sub_ISKT45f2c688
119 status: pre-provisioned
120 c_tag: 51
121 s_tag: 555
122 onu_device: ISKT45f2c688
123 nas_port_id : "PON 1/1/05/1:1.1.1"
124 circuit_id: iskg_sub1_circuit
125 remote_id: iskg_sub1_remote
Luca Pretedd1e3502018-10-11 09:44:40 -0700126
Luca Prete5aa1b302018-10-17 11:55:04 +0200127 # iskratelg_subscriber_2:
128 # type: tosca.nodes.RCORDSubscriber
129 # properties:
130 # name: Sub_ISKT45f2bd61
131 # status: pre-provisioned
132 # c_tag: 52
133 # s_tag: 555
134 # onu_device: ISKT45f2bd61
135 # nas_port_id : "PON 1/1/05/1:1.1.1"
136 # circuit_id: iskg_sub2_circuit
137 # remote_id: iskg_sub2_remote
Luca Pretedd1e3502018-10-11 09:44:40 -0700138
Luca Prete5aa1b302018-10-17 11:55:04 +0200139 # iskratelg_subscriber_3:
140 # type: tosca.nodes.RCORDSubscriber
141 # properties:
142 # name: Sub_ISKT45f2c1e4
143 # status: pre-provisioned
144 # c_tag: 53
145 # s_tag: 555
146 # onu_device: ISKT45f2c1e4
147 # nas_port_id : "PON 1/1/05/1:1.1.1"
148 # circuit_id: iskg_sub3_circuit
149 # remote_id: iskg_sub3_remote