Add PONSim installation scripts
[iec.git] / src / use_cases / seba_on_arm / test / bbsim / olt.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0\r
2 imports:\r
3   - custom_types/oltdevice.yaml\r
4   - custom_types/onudevice.yaml\r
5   - custom_types/voltservice.yaml\r
6 description: Create an OLT Device in VOLTHA\r
7 topology_template:\r
8   node_templates:\r
9 \r
10     service#volt:\r
11       type: tosca.nodes.VOLTService\r
12       properties:\r
13         name: volt\r
14         must-exist: true\r
15 \r
16     olt_device:\r
17       type: tosca.nodes.OLTDevice\r
18       properties:\r
19         name: My OLT\r
20         device_type: openolt\r
21         host: {{bbsim_ip}}\r
22         port: 50060\r
23         switch_datapath_id: of:0000000000000002             # the openflow switch to which the OLT is connected\r
24         switch_port: "1"          # the port on the switch on which the OLT is connected\r
25         outer_tpid: "0x8100"\r
26         uplink: "65536"\r
27         nas_id: "NAS_ID"\r
28         serial_number: "{{bbsim_ip}}:50060"\r
29       requirements:\r
30         - volt_service:\r
31             node: service#volt\r
32             relationship: tosca.relationships.BelongsToOne\r