Setting different parameters on default profile DEMO-pod

Change-Id: Ie16ca88c5afe36c15354d220160f87b08387b845
diff --git a/tosca-configs/att-workflow/onf-demo-pod-subscriber.yaml b/tosca-configs/att-workflow/onf-demo-pod-subscriber.yaml
index 1e854e2..dfcc81a 100755
--- a/tosca-configs/att-workflow/onf-demo-pod-subscriber.yaml
+++ b/tosca-configs/att-workflow/onf-demo-pod-subscriber.yaml
@@ -24,6 +24,17 @@
 topology_template:
   node_templates:
 
+    default:
+      type: tosca.nodes.BandwidthProfile
+      properties:
+        name: Default
+        must-exist: true
+        air: 100000
+        cbs: 30
+        cir: 600
+        ebs: 30
+        eir: 400
+
     high_speed_bp:
       type: tosca.nodes.BandwidthProfile
       properties: