Prevent synchronizer to push OLTs to VOLTHA if they have feedback state
Moved the s_tag in the PONPort Model
Change-Id: I8e6b07ff925f0df7772a66425e9ddaa944cfe9fb
diff --git a/samples/olt_device.yaml b/samples/olt_device.yaml
index e5e898c..c8a1485 100644
--- a/samples/olt_device.yaml
+++ b/samples/olt_device.yaml
@@ -17,6 +17,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0
imports:
- custom_types/oltdevice.yaml
+ - custom_types/ponport.yaml
- custom_types/voltservice.yaml
description: Create a simulated OLT Device in VOLTHA
topology_template:
@@ -39,3 +40,14 @@
- volt_service:
node: service#volt
relationship: tosca.relationships.BelongsToOne
+
+ pon_port:
+ type: tosca.nodes.PONPort
+ properties:
+ name: test_olt_port_1
+ port_id: ff00ff
+ s_tag: 111
+ requirements:
+ - olt_device:
+ node: device#olt
+ relationship: tosca.relationships.BelongsToOne