blob: ebd3a1b45ccc1058a9a9388b0c73e1c9e8631ee3 [file] [log] [blame]
Matteo Scandolof6337eb2018-04-05 15:58:37 -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 @subscriber.yaml http://192.168.99.100:30007/run
16
17tosca_definitions_version: tosca_simple_yaml_1_0
18imports:
Matteo Scandoloe2cb8a42018-05-18 16:30:06 -070019 - custom_types/rcordsubscriber.yaml
Matteo Scandolof6337eb2018-04-05 15:58:37 -070020description: Create a test subscriber
21topology_template:
22 node_templates:
Matteo Scandolof6337eb2018-04-05 15:58:37 -070023 # A subscriber
24 my_house:
Matteo Scandoloe2cb8a42018-05-18 16:30:06 -070025 type: tosca.nodes.RCORDSubscriber
Matteo Scandolof6337eb2018-04-05 15:58:37 -070026 properties:
27 name: My House
Matteo Scandolof6337eb2018-04-05 15:58:37 -070028 c_tag: 111
Matteo Scandolo87183002018-08-13 13:25:10 -070029 s_tag: 222
30 onu_device: BRCM1234
Scott Baker59b1e072018-08-23 15:59:05 -070031 ip_address: "1.2.3.4"
32 mac_address: "11:22:33:44:55:66"