Merge "updates to subscriber tosca on flex pod"
diff --git a/tosca-configs/att-workflow/flex-ocp-cord-voltha-master-subscriber.yaml b/tosca-configs/att-workflow/flex-ocp-cord-voltha-master-subscriber.yaml
index a00e0b2..05566b9 100755
--- a/tosca-configs/att-workflow/flex-ocp-cord-voltha-master-subscriber.yaml
+++ b/tosca-configs/att-workflow/flex-ocp-cord-voltha-master-subscriber.yaml
@@ -23,6 +23,12 @@
 topology_template:
   node_templates:
 
+    default_bp:
+      type: tosca.nodes.BandwidthProfile
+      properties:
+         name: Default
+         must-exist: true
+
     # Pre-provision the subscriber the subscriber
     my_house:
       type: tosca.nodes.RCORDSubscriber
@@ -35,5 +41,10 @@
         nas_port_id : "PON 1/1/03/1:1.1.1"
         circuit_id: foo1
         remote_id: bar1
-        upstream_bps_id: 1
-        downstream_bps_id: 1
+      requirements:
+        - upstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne
+        - downstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne