blob: 25918119f162d6fc786af5453ea4e8eef8ccf485 [file] [log] [blame]
Luca Preteda53c892018-09-26 16:10:43 -07001# Copyright 2017-present Open Networking Foundation
2#
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
15# curl -H "xos-username: admin@opencord.org" -H "xos-password: letmein" -X POST --data-binary @onlab-pod1-subscriber.yaml http://10.90.0.101:30007/run
16
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 Pretedd1e3502018-10-11 09:44:40 -070030 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 Pretedd1e3502018-10-11 09:44:40 -070034 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 Pretedd1e3502018-10-11 09:44:40 -070039 edgecore_iskratel_subscriber:
Luca Preteda53c892018-09-26 16:10:43 -070040 type: tosca.nodes.RCORDSubscriber
41 properties:
Luca Pretedd1e3502018-10-11 09:44:40 -070042 name: Sub_ISKT71E81130
Luca Preteda53c892018-09-26 16:10:43 -070043 status: pre-provisioned
Luca Pretedd1e3502018-10-11 09:44:40 -070044 c_tag: 22
Luca Preteda53c892018-09-26 16:10:43 -070045 s_tag: 111
Luca Pretedd1e3502018-10-11 09:44:40 -070046 onu_device: ISKT71E81130
Luca Preteda53c892018-09-26 16:10:43 -070047 nas_port_id : "PON 1/1/04/1:1.1.1"
Luca Pretedd1e3502018-10-11 09:44:40 -070048 circuit_id: edgecore_iskratel_circuit
49 remote_id: edgecore_iskratel_remote
Luca Preteda53c892018-09-26 16:10:43 -070050
Luca Pretedd1e3502018-10-11 09:44:40 -070051 # Adtran OLT subscribers
52 adtran_subscriber_1:
Luca Preteda53c892018-09-26 16:10:43 -070053 type: tosca.nodes.RCORDSubscriber
54 properties:
Luca Pretedd1e3502018-10-11 09:44:40 -070055 name: Sub_ADTN17510028
Luca Preteda53c892018-09-26 16:10:43 -070056 status: pre-provisioned
Luca Pretedd1e3502018-10-11 09:44:40 -070057 c_tag: 11
58 s_tag: 222
59 onu_device: ADTN17510028
Luca Preteda53c892018-09-26 16:10:43 -070060 nas_port_id : "PON 1/1/05/1:1.1.1"
Luca Pretedd1e3502018-10-11 09:44:40 -070061 circuit_id: adtran_sub1_circuit
62 remote_id: adtran_sub1_remote
63
64 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
75
76 # CIG OLT subscribers
77 cig_subscriber_1:
78 type: tosca.nodes.RCORDSubscriber
79 properties:
Luca Pretecc7f3bf2018-10-15 19:43:32 +020080 name: Sub_CIGG18a00002
Luca Pretedd1e3502018-10-11 09:44:40 -070081 status: pre-provisioned
82 c_tag: 11
83 s_tag: 333
Luca Pretecc7f3bf2018-10-15 19:43:32 +020084 onu_device: CIGG18a00002
Luca Pretedd1e3502018-10-11 09:44:40 -070085 nas_port_id : "PON 1/1/05/1:1.1.1"
86 circuit_id: cig_sub1_circuit
87 remote_id: cig_sub1_remote
88
89 # 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: 11
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
101
102 iskratelx_subscriber_2:
103 type: tosca.nodes.RCORDSubscriber
104 properties:
Luca Prete0f7e8eb2018-10-11 11:34:42 -0700105 name: Sub_ISKT71E81071
Luca Pretedd1e3502018-10-11 09:44:40 -0700106 status: pre-provisioned
107 c_tag: 22
108 s_tag: 444
Luca Prete0f7e8eb2018-10-11 11:34:42 -0700109 onu_device: ISKT71E81071
Luca Pretedd1e3502018-10-11 09:44:40 -0700110 nas_port_id : "PON 1/1/05/1:1.1.1"
111 circuit_id: iskx_sub2_circuit
112 remote_id: iskx_sub2_remote
113
114 # 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: 11
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
126
127 iskratelg_subscriber_2:
128 type: tosca.nodes.RCORDSubscriber
129 properties:
130 name: Sub_ISKT45F2BD61
131 status: pre-provisioned
132 c_tag: 22
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
138
139 iskratelg_subscriber_3:
140 type: tosca.nodes.RCORDSubscriber
141 properties:
142 name: Sub_ISKT45F2C1E4
143 status: pre-provisioned
144 c_tag: 33
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