updated new bandwidth profiles

Change-Id: I0af2aa7753be80bb7a146b32eee3d2d8e9ca903e
diff --git a/tosca-configs/att-workflow/onlab-pod1-qa-subscriber.yaml b/tosca-configs/att-workflow/onlab-pod1-qa-subscriber.yaml
index 37314df..91f0e9c 100755
--- a/tosca-configs/att-workflow/onlab-pod1-qa-subscriber.yaml
+++ b/tosca-configs/att-workflow/onlab-pod1-qa-subscriber.yaml
@@ -30,6 +30,17 @@
          name: Default
          must-exist: true
 
+     # bandwidth2  bandwidthprofile for subscriber
+    bandwidth2_bp:
+      type: tosca.nodes.BandwidthProfile
+      properties:
+         air: 99999
+         cbs: 99999
+         cir: 99999
+         ebs: 99999
+         eir: 99999
+         name: bandwidth2
+
     # Pre-provision the subscriber the subscriber
     onf_subscriber_1:
       type: tosca.nodes.RCORDSubscriber
@@ -82,8 +93,8 @@
         remote_id: bar3
       requirements:
         - upstream_bps:
-            node: default_bp
+            node: bandwidth2_bp
             relationship: tosca.relationships.BelongsToOne
         - downstream_bps:
-            node: default_bp
+            node: bandwidth2_bp
             relationship: tosca.relationships.BelongsToOne