blob: 6b0315022b978059054483361a9b2bef5237125e [file] [log] [blame]
Matteo Scandolo97d853b2018-08-29 16:22:08 -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
Matteo Scandolo77171952018-09-04 14:43:43 -070015# 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
Matteo Scandolo97d853b2018-08-29 16:22:08 -070016
17tosca_definitions_version: tosca_simple_yaml_1_0
18imports:
19 - custom_types/rcordsubscriber.yaml
Matteo Scandolo7316e5b2019-04-17 13:52:16 -070020 - custom_types/bandwidthprofile.yaml
Matteo Scandolo97d853b2018-08-29 16:22:08 -070021
22description: Pre-provsion a subscriber
23
24topology_template:
25 node_templates:
26
Matteo Scandolo7316e5b2019-04-17 13:52:16 -070027 default_bp:
28 type: tosca.nodes.BandwidthProfile
29 properties:
30 name: Default
31 must-exist: true
32
Matteo Scandolo97d853b2018-08-29 16:22:08 -070033 # Pre-provision the subscriber the subscriber
Matteo Scandolo26f19ca2018-09-17 10:22:29 -070034 onf_subscriber_1:
Matteo Scandolo97d853b2018-08-29 16:22:08 -070035 type: tosca.nodes.RCORDSubscriber
36 properties:
Matteo Scandolo26f19ca2018-09-17 10:22:29 -070037 name: Sub_BRCM22222222
Matteo Scandolo97d853b2018-08-29 16:22:08 -070038 status: pre-provisioned
39 c_tag: 111
Matteo Scandoloc504a2e2018-09-05 14:50:46 -070040 s_tag: 111
Matteo Scandolo97d853b2018-08-29 16:22:08 -070041 onu_device: BRCM22222222
42 nas_port_id : "PON 1/1/03/1:1.1.1"
Matteo Scandolo77171952018-09-04 14:43:43 -070043 circuit_id: foo1
44 remote_id: bar1
Matteo Scandolo7316e5b2019-04-17 13:52:16 -070045 requirements:
46 - upstream_bps:
47 node: default_bp
48 relationship: tosca.relationships.BelongsToOne
49 - downstream_bps:
50 node: default_bp
51 relationship: tosca.relationships.BelongsToOne
Matteo Scandolo97d853b2018-08-29 16:22:08 -070052
Matteo Scandolo26f19ca2018-09-17 10:22:29 -070053 onf_subscriber_2:
Matteo Scandolo97d853b2018-08-29 16:22:08 -070054 type: tosca.nodes.RCORDSubscriber
55 properties:
Matteo Scandolo26f19ca2018-09-17 10:22:29 -070056 name: Sub_ALPHe3d1cfde
Matteo Scandolo97d853b2018-08-29 16:22:08 -070057 status: pre-provisioned
58 c_tag: 112
Matteo Scandoloc504a2e2018-09-05 14:50:46 -070059 s_tag: 111
Matteo Scandoloed9616f2018-09-10 16:29:10 -070060 onu_device: ALPHe3d1cfde
Matteo Scandolo97d853b2018-08-29 16:22:08 -070061 nas_port_id : "PON 1/1/04/1:1.1.1"
Matteo Scandolo77171952018-09-04 14:43:43 -070062 circuit_id: foo2
63 remote_id: bar2
Matteo Scandolo7316e5b2019-04-17 13:52:16 -070064 requirements:
65 - upstream_bps:
66 node: default_bp
67 relationship: tosca.relationships.BelongsToOne
68 - downstream_bps:
69 node: default_bp
70 relationship: tosca.relationships.BelongsToOne
Matteo Scandolo77171952018-09-04 14:43:43 -070071
Matteo Scandolo26f19ca2018-09-17 10:22:29 -070072 onf_subscriber_3:
Matteo Scandolo77171952018-09-04 14:43:43 -070073 type: tosca.nodes.RCORDSubscriber
74 properties:
Matteo Scandolo26f19ca2018-09-17 10:22:29 -070075 name: Sub_ISKT71e801a0
Matteo Scandolo77171952018-09-04 14:43:43 -070076 status: pre-provisioned
77 c_tag: 113
Matteo Scandoloc504a2e2018-09-05 14:50:46 -070078 s_tag: 111
Matteo Scandolo77171952018-09-04 14:43:43 -070079 onu_device: ISKT71e801a0
80 nas_port_id : "PON 1/1/05/1:1.1.1"
81 circuit_id: foo3
82 remote_id: bar3
Matteo Scandolo7316e5b2019-04-17 13:52:16 -070083 requirements:
84 - upstream_bps:
85 node: default_bp
86 relationship: tosca.relationships.BelongsToOne
87 - downstream_bps:
88 node: default_bp
89 relationship: tosca.relationships.BelongsToOne