teone | e9ff486 | 2018-11-29 14:36:50 -0800 | [diff] [blame] | 1 | # 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 @onf-demo-pod-subscriber.yaml http://192.168.100.1:30007/run |
| 16 | |
| 17 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 18 | imports: |
| 19 | - custom_types/rcordsubscriber.yaml |
| 20 | |
| 21 | description: Pre-provsion subscribers |
| 22 | |
| 23 | topology_template: |
| 24 | node_templates: |
| 25 | |
| 26 | # EdgeCore OLT subscribers |
| 27 | edgecore_alpha_subscriber: |
| 28 | type: tosca.nodes.RCORDSubscriber |
| 29 | properties: |
| 30 | name: Sub_ALPHe3d1cfde |
| 31 | status: pre-provisioned |
| 32 | c_tag: 11 |
| 33 | s_tag: 111 |
| 34 | onu_device: ALPHe3d1cfde |
| 35 | nas_port_id : "PON 1/1/03/1:1.1.1" |
| 36 | circuit_id: edgecore_alpha_circuit |
| 37 | remote_id: edgecore_alpha_remote |
| 38 | |
| 39 | edgecore_iskratel_subscriber: |
| 40 | type: tosca.nodes.RCORDSubscriber |
| 41 | properties: |
| 42 | name: Sub_ISKT71e801a0 |
| 43 | status: pre-provisioned |
| 44 | c_tag: 12 |
| 45 | s_tag: 111 |
| 46 | onu_device: ISKT71e801a0 |
| 47 | nas_port_id : "PON 1/1/04/1:1.1.1" |
| 48 | circuit_id: edgecore_iskratel_circuit |
| 49 | remote_id: edgecore_iskratel_remote |
| 50 | |
| 51 | # Adtran OLT subscribers |
| 52 | adtran_subscriber_1: |
| 53 | type: tosca.nodes.RCORDSubscriber |
| 54 | properties: |
| 55 | name: Sub_ADTN17510028 |
| 56 | status: pre-provisioned |
| 57 | c_tag: 21 |
| 58 | s_tag: 222 |
| 59 | onu_device: ADTN17510028 |
| 60 | nas_port_id : "PON 1/1/05/1:1.1.1" |
| 61 | circuit_id: adtran_sub1_circuit |
| 62 | remote_id: adtran_sub1_remote |
| 63 | |