Matteo Scandolo | 97d853b | 2018-08-29 16:22:08 -0700 | [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 | |
Matteo Scandolo | 7717195 | 2018-09-04 14:43:43 -0700 | [diff] [blame] | 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 |
Matteo Scandolo | 97d853b | 2018-08-29 16:22:08 -0700 | [diff] [blame] | 16 | |
| 17 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 18 | imports: |
| 19 | - custom_types/rcordsubscriber.yaml |
| 20 | |
| 21 | description: Pre-provsion a subscriber |
| 22 | |
| 23 | topology_template: |
| 24 | node_templates: |
| 25 | |
| 26 | # Pre-provision the subscriber the subscriber |
Matteo Scandolo | 26f19ca | 2018-09-17 10:22:29 -0700 | [diff] [blame] | 27 | onf_subscriber_1: |
Matteo Scandolo | 97d853b | 2018-08-29 16:22:08 -0700 | [diff] [blame] | 28 | type: tosca.nodes.RCORDSubscriber |
| 29 | properties: |
Matteo Scandolo | 26f19ca | 2018-09-17 10:22:29 -0700 | [diff] [blame] | 30 | name: Sub_BRCM22222222 |
Matteo Scandolo | 97d853b | 2018-08-29 16:22:08 -0700 | [diff] [blame] | 31 | status: pre-provisioned |
| 32 | c_tag: 111 |
Matteo Scandolo | c504a2e | 2018-09-05 14:50:46 -0700 | [diff] [blame] | 33 | s_tag: 111 |
Matteo Scandolo | 97d853b | 2018-08-29 16:22:08 -0700 | [diff] [blame] | 34 | onu_device: BRCM22222222 |
| 35 | nas_port_id : "PON 1/1/03/1:1.1.1" |
Matteo Scandolo | 7717195 | 2018-09-04 14:43:43 -0700 | [diff] [blame] | 36 | circuit_id: foo1 |
| 37 | remote_id: bar1 |
Matteo Scandolo | 97d853b | 2018-08-29 16:22:08 -0700 | [diff] [blame] | 38 | |
Matteo Scandolo | 26f19ca | 2018-09-17 10:22:29 -0700 | [diff] [blame] | 39 | onf_subscriber_2: |
Matteo Scandolo | 97d853b | 2018-08-29 16:22:08 -0700 | [diff] [blame] | 40 | type: tosca.nodes.RCORDSubscriber |
| 41 | properties: |
Matteo Scandolo | 26f19ca | 2018-09-17 10:22:29 -0700 | [diff] [blame] | 42 | name: Sub_ALPHe3d1cfde |
Matteo Scandolo | 97d853b | 2018-08-29 16:22:08 -0700 | [diff] [blame] | 43 | status: pre-provisioned |
| 44 | c_tag: 112 |
Matteo Scandolo | c504a2e | 2018-09-05 14:50:46 -0700 | [diff] [blame] | 45 | s_tag: 111 |
Matteo Scandolo | ed9616f | 2018-09-10 16:29:10 -0700 | [diff] [blame] | 46 | onu_device: ALPHe3d1cfde |
Matteo Scandolo | 97d853b | 2018-08-29 16:22:08 -0700 | [diff] [blame] | 47 | nas_port_id : "PON 1/1/04/1:1.1.1" |
Matteo Scandolo | 7717195 | 2018-09-04 14:43:43 -0700 | [diff] [blame] | 48 | circuit_id: foo2 |
| 49 | remote_id: bar2 |
| 50 | |
Matteo Scandolo | 26f19ca | 2018-09-17 10:22:29 -0700 | [diff] [blame] | 51 | onf_subscriber_3: |
Matteo Scandolo | 7717195 | 2018-09-04 14:43:43 -0700 | [diff] [blame] | 52 | type: tosca.nodes.RCORDSubscriber |
| 53 | properties: |
Matteo Scandolo | 26f19ca | 2018-09-17 10:22:29 -0700 | [diff] [blame] | 54 | name: Sub_ISKT71e801a0 |
Matteo Scandolo | 7717195 | 2018-09-04 14:43:43 -0700 | [diff] [blame] | 55 | status: pre-provisioned |
| 56 | c_tag: 113 |
Matteo Scandolo | c504a2e | 2018-09-05 14:50:46 -0700 | [diff] [blame] | 57 | s_tag: 111 |
Matteo Scandolo | 7717195 | 2018-09-04 14:43:43 -0700 | [diff] [blame] | 58 | onu_device: ISKT71e801a0 |
| 59 | nas_port_id : "PON 1/1/05/1:1.1.1" |
| 60 | circuit_id: foo3 |
| 61 | remote_id: bar3 |