blob: d111411df42a9ffbccefd73d6a37dd7a10e47cca [file] [log] [blame]
Joey Armstrong003e83e2023-01-09 20:23:48 -05001# Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
Kailash2b154c22019-02-26 14:26:46 -08002#
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
21description: Pre-provsion a subscriber
22
23topology_template:
24 node_templates:
25
26 # Pre-provision the subscriber the subscriber
27 onf_subscriber_1:
28 type: tosca.nodes.RCORDSubscriber
29 properties:
30 name: Sub_BRCM22222222
31 status: pre-provisioned
32 c_tag: 111
33 s_tag: 111
34 onu_device: BRCM22222222
35 nas_port_id : "PON 1/1/03/1:1.1.1"
36 circuit_id: foo1
37 remote_id: bar1
38
39 onf_subscriber_2:
40 type: tosca.nodes.RCORDSubscriber
41 properties:
42 name: Sub_ALPHe3d1cfde
43 status: pre-provisioned
44 c_tag: 112
45 s_tag: 111
46 onu_device: ALPHe3d1cfde
47 nas_port_id : "PON 1/1/04/1:1.1.1"
48 circuit_id: foo2
49 remote_id: bar2
50
51 onf_subscriber_3:
52 type: tosca.nodes.RCORDSubscriber
53 properties:
Suchitra Vemuri6f92c7a2019-05-17 11:56:24 -070054 name: Sub_ISKT71e80080
Kailash2b154c22019-02-26 14:26:46 -080055 status: pre-provisioned
56 c_tag: 113
57 s_tag: 111
Suchitra Vemuri6f92c7a2019-05-17 11:56:24 -070058 onu_device: ISKT71e80080
Kailash2b154c22019-02-26 14:26:46 -080059 nas_port_id : "PON 1/1/05/1:1.1.1"
60 circuit_id: foo3
61 remote_id: bar3