Matteo Scandolo | 1c92dac | 2018-11-05 17:30:58 -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 | |
Matteo Scandolo | b9a27ef | 2018-11-13 10:51:40 -0800 | [diff] [blame] | 15 | # curl -H "xos-username: admin@opencord.org" -H "xos-password: letmein" -X POST --data-binary @bbsim-2.yaml http://10.90.0.120:30007/run |
Matteo Scandolo | 1c92dac | 2018-11-05 17:30:58 -0800 | [diff] [blame] | 16 | |
| 17 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 18 | imports: |
| 19 | - custom_types/oltdevice.yaml |
| 20 | - custom_types/onudevice.yaml |
| 21 | - custom_types/voltservice.yaml |
| 22 | - custom_types/bngportmapping.yaml |
| 23 | - custom_types/attworkflowdriverwhitelistentry.yaml |
| 24 | - custom_types/attworkflowdriverservice.yaml |
| 25 | - custom_types/rcordsubscriber.yaml |
| 26 | - custom_types/serviceinstanceattribute.yaml |
| 27 | - custom_types/onosapp.yaml |
| 28 | description: Create a simulated OLT Device in VOLTHA |
| 29 | topology_template: |
| 30 | node_templates: |
| 31 | |
| 32 | service#volt: |
| 33 | type: tosca.nodes.VOLTService |
| 34 | properties: |
| 35 | name: volt |
| 36 | must-exist: true |
| 37 | |
| 38 | olt_device: |
| 39 | type: tosca.nodes.OLTDevice |
| 40 | properties: |
| 41 | name: BBSIM_OLT |
Matteo Scandolo | 208abf4 | 2018-11-27 17:10:07 -0800 | [diff] [blame] | 42 | # device_type: bbsimolt |
| 43 | device_type: openolt |
Matteo Scandolo | 1c92dac | 2018-11-05 17:30:58 -0800 | [diff] [blame] | 44 | host: bbsim.voltha.svc |
| 45 | port: 50060 |
| 46 | switch_datapath_id: of:0000000000000002 |
| 47 | switch_port: "3" |
| 48 | outer_tpid: "0x8100" |
| 49 | uplink: "65536" |
| 50 | nas_id: "NAS_ID" |
| 51 | serial_number: "bbsim.voltha.svc:50060" |
| 52 | requirements: |
| 53 | - volt_service: |
| 54 | node: service#volt |
| 55 | relationship: tosca.relationships.BelongsToOne |
| 56 | |
Matteo Scandolo | 1c92dac | 2018-11-05 17:30:58 -0800 | [diff] [blame] | 57 | # Whitelist |
| 58 | service#att: |
| 59 | type: tosca.nodes.AttWorkflowDriverService |
| 60 | properties: |
| 61 | name: att-workflow-driver |
| 62 | must-exist: true |
| 63 | |
| 64 | BBSM00000100: |
| 65 | type: tosca.nodes.AttWorkflowDriverWhiteListEntry |
| 66 | properties: |
| 67 | serial_number: BBSM00000100 |
| 68 | pon_port_id: 536870913 |
Matteo Scandolo | a9df248 | 2019-01-16 13:15:43 -0800 | [diff] [blame] | 69 | device_id: of:0000626273696d76 |
Matteo Scandolo | 1c92dac | 2018-11-05 17:30:58 -0800 | [diff] [blame] | 70 | requirements: |
| 71 | - owner: |
| 72 | node: service#att |
| 73 | relationship: tosca.relationships.BelongsToOne |
| 74 | |
| 75 | BBSM00000101: |
| 76 | type: tosca.nodes.AttWorkflowDriverWhiteListEntry |
| 77 | properties: |
| 78 | serial_number: BBSM00000101 |
| 79 | pon_port_id: 536870913 |
Matteo Scandolo | a9df248 | 2019-01-16 13:15:43 -0800 | [diff] [blame] | 80 | device_id: of:0000626273696d76 |
Matteo Scandolo | 1c92dac | 2018-11-05 17:30:58 -0800 | [diff] [blame] | 81 | requirements: |
| 82 | - owner: |
| 83 | node: service#att |
| 84 | relationship: tosca.relationships.BelongsToOne |
| 85 | |
| 86 | # Pre-provision the subscriber |
| 87 | bbsim_subscriber_0: |
| 88 | type: tosca.nodes.RCORDSubscriber |
| 89 | properties: |
| 90 | name: Sub_BBSM00000100 |
| 91 | status: pre-provisioned |
| 92 | c_tag: 900 |
| 93 | s_tag: 999 |
| 94 | onu_device: BBSM00000100 |
Matteo Scandolo | 146038f | 2018-11-14 16:41:18 -0800 | [diff] [blame] | 95 | circuit_id: circuit0 |
| 96 | remote_id: remote0 |
| 97 | nas_port_id: PON 2/1/01/1:1.1.0 |
Matteo Scandolo | 1c92dac | 2018-11-05 17:30:58 -0800 | [diff] [blame] | 98 | |
| 99 | bbsim_subscriber_1: |
| 100 | type: tosca.nodes.RCORDSubscriber |
| 101 | properties: |
| 102 | name: Sub_BBSM00000101 |
| 103 | status: pre-provisioned |
| 104 | c_tag: 901 |
| 105 | s_tag: 999 |
| 106 | onu_device: BBSM00000101 |
Matteo Scandolo | 146038f | 2018-11-14 16:41:18 -0800 | [diff] [blame] | 107 | circuit_id: circuit1 |
| 108 | remote_id: remote1 |
| 109 | nas_port_id: PON 2/1/01/1:1.1.1 |