blob: 05ce301d7f4faaa07cd0fd4b27dd6a2aba2c112a [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
20
21description: Pre-provsion a subscriber
22
23topology_template:
24 node_templates:
25
26 # Pre-provision the subscriber the subscriber
27 my_house:
28 type: tosca.nodes.RCORDSubscriber
29 properties:
30 name: QQClient
31 status: pre-provisioned
32 c_tag: 111
Matteo Scandoloc504a2e2018-09-05 14:50:46 -070033 s_tag: 111
Matteo Scandolo97d853b2018-08-29 16:22:08 -070034 onu_device: BRCM22222222
35 nas_port_id : "PON 1/1/03/1:1.1.1"
Matteo Scandolo77171952018-09-04 14:43:43 -070036 circuit_id: foo1
37 remote_id: bar1
Matteo Scandolo97d853b2018-08-29 16:22:08 -070038
Matteo Scandolo77171952018-09-04 14:43:43 -070039 ISK1:
Matteo Scandolo97d853b2018-08-29 16:22:08 -070040 type: tosca.nodes.RCORDSubscriber
41 properties:
Matteo Scandolo77171952018-09-04 14:43:43 -070042 name: ISKClient80
Matteo Scandolo97d853b2018-08-29 16:22:08 -070043 status: pre-provisioned
44 c_tag: 112
Matteo Scandoloc504a2e2018-09-05 14:50:46 -070045 s_tag: 111
Matteo Scandolo77171952018-09-04 14:43:43 -070046 onu_device: ISKT71e80080
Matteo Scandolo97d853b2018-08-29 16:22:08 -070047 nas_port_id : "PON 1/1/04/1:1.1.1"
Matteo Scandolo77171952018-09-04 14:43:43 -070048 circuit_id: foo2
49 remote_id: bar2
50
51 ISK2:
52 type: tosca.nodes.RCORDSubscriber
53 properties:
54 name: ISKClientA0
55 status: pre-provisioned
56 c_tag: 113
Matteo Scandoloc504a2e2018-09-05 14:50:46 -070057 s_tag: 111
Matteo Scandolo77171952018-09-04 14:43:43 -070058 onu_device: ISKT71e801a0
59 nas_port_id : "PON 1/1/05/1:1.1.1"
60 circuit_id: foo3
61 remote_id: bar3
62
63 ALPH1:
64 type: tosca.nodes.RCORDSubscriber
65 properties:
66 name: ALPH-EA3
67 status: pre-provisioned
68 c_tag: 114
Matteo Scandoloc504a2e2018-09-05 14:50:46 -070069 s_tag: 111
Matteo Scandolo77171952018-09-04 14:43:43 -070070 onu_device: ALPHe3d1cea3
71 nas_port_id : "PON 1/1/04/1:1.1.2"
72 circuit_id: foo4
73 remote_id: bar4
74
75 ALPH2:
76 type: tosca.nodes.RCORDSubscriber
77 properties:
78 name: ALPH-EE9
79 status: pre-provisioned
80 c_tag: 115
Matteo Scandoloc504a2e2018-09-05 14:50:46 -070081 s_tag: 111
Matteo Scandolo77171952018-09-04 14:43:43 -070082 onu_device: ALPHe3d1cee9
83 nas_port_id : "PON 1/1/04/1:1.1.3"
84 circuit_id: foo5
85 remote_id: bar5