Trying speed profiles on POD2

Change-Id: I638865f03c74d340a14dfc4fe436275d0f2e1590
diff --git a/tosca-configs/att-workflow/onlab-pod2-subscriber.yaml b/tosca-configs/att-workflow/onlab-pod2-subscriber.yaml
index 512c2bc..8d10355 100755
--- a/tosca-configs/att-workflow/onlab-pod2-subscriber.yaml
+++ b/tosca-configs/att-workflow/onlab-pod2-subscriber.yaml
@@ -17,12 +17,19 @@
 tosca_definitions_version: tosca_simple_yaml_1_0
 imports:
   - custom_types/rcordsubscriber.yaml
+  - custom_types/bandwidthprofile.yaml
 
 description: Pre-provsion a subscriber
 
 topology_template:
   node_templates:
 
+    default_bp:
+      type: tosca.nodes.BandwidthProfile
+      properties:
+        name: Default
+        must-exist: true
+
     # Pre-provision the subscriber the subscriber
     shad_1:
       type: tosca.nodes.RCORDSubscriber
@@ -35,15 +42,86 @@
         nas_port_id : "PON 1/1/03/1:1.1.1"
         circuit_id: foo1
         remote_id: bar1
+      requirements:
+        - upstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne
+        - downstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne
 
     shad_2:
       type: tosca.nodes.RCORDSubscriber
       properties:
-        name: Sub_ISKT71E80080
+        name: Sub_ALPHe3d1cf9d
         status: pre-provisioned
-        c_tag: 222
+        c_tag: 112
         s_tag: 222
-        onu_device: ISKT71e80080
-        nas_port_id : "PON 1/1/04/1:1.1.1"
+        onu_device: ALPHe3d1cf9d
+        nas_port_id : "PON 1/1/03/1:1.1.2"
         circuit_id: foo2
         remote_id: bar2
+      requirements:
+        - upstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne
+        - downstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne
+
+    shad_3:
+      type: tosca.nodes.RCORDSubscriber
+      properties:
+        name: Sub_ALPHe3d1cf8e
+        status: pre-provisioned
+        c_tag: 113
+        s_tag: 222
+        onu_device: ALPHe3d1cf8e
+        nas_port_id : "PON 1/1/03/1:1.1.3"
+        circuit_id: foo3
+        remote_id: bar3
+      requirements:
+        - upstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne
+        - downstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne
+
+    shad_4:
+      type: tosca.nodes.RCORDSubscriber
+      properties:
+        name: Sub_ALPHe3d1cf70
+        status: pre-provisioned
+        c_tag: 114
+        s_tag: 222
+        onu_device: ALPHe3d1cf70
+        nas_port_id : "PON 1/1/03/1:1.1.4"
+        circuit_id: foo4
+        remote_id: bar4
+      requirements:
+        - upstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne
+        - downstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne
+
+    shad_5:
+      type: tosca.nodes.RCORDSubscriber
+      properties:
+        name: Sub_ALPHe3d1ced5
+        status: pre-provisioned
+        c_tag: 115
+        s_tag: 222
+        onu_device: ALPHe3d1ced5
+        nas_port_id : "PON 1/1/03/1:1.1.5"
+        circuit_id: foo5
+        remote_id: bar5
+      requirements:
+        - upstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne
+        - downstream_bps:
+            node: default_bp
+            relationship: tosca.relationships.BelongsToOne