Adding tech-profile to ONF Demo pod

Change-Id: I1488ec948722d1658ec4d657224f1fa4244de38c
diff --git a/tosca-configs/att-workflow/onf-demo-pod-olt.yaml b/tosca-configs/att-workflow/onf-demo-pod-olt.yaml
index 43f7c8c..af32b65 100755
--- a/tosca-configs/att-workflow/onf-demo-pod-olt.yaml
+++ b/tosca-configs/att-workflow/onf-demo-pod-olt.yaml
@@ -48,64 +48,64 @@
             node: service#volt
             relationship: tosca.relationships.BelongsToOne
 
-    # technologyProfile:
-    #   type: tosca.nodes.TechnologyProfile
-    #   properties:
-    #     profile_id: 64
-    #     technology: xgspon
-    #     profile_value: >
-    #       {
-    #         "name": "4QueueHybridProfileMap1",
-    #         "profile_type": "XPON",
-    #         "version": 1.0,
-    #         "num_gem_ports": 1,
-    #         "instance_control": {
-    #           "onu": "multi-instance",
-    #           "uni": "single-instance",
-    #           "max_gem_payload_size": "auto"
-    #         },
-    #         "us_scheduler": {
-    #           "additional_bw": "auto",
-    #           "direction": "UPSTREAM",
-    #           "priority": 0,
-    #           "weight": 0,
-    #           "q_sched_policy": "hybrid"
-    #         },
-    #         "ds_scheduler": {
-    #           "additional_bw": "auto",
-    #           "direction": "DOWNSTREAM",
-    #           "priority": 0,
-    #           "weight": 0,
-    #           "q_sched_policy": "hybrid"
-    #         },
-    #         "upstream_gem_port_attribute_list": [{
-    #             "pbit_map": "0b11000000",
-    #             "aes_encryption": "True",
-    #             "scheduling_policy": "StrictPriority",
-    #             "priority_q": 1,
-    #             "weight": 0,
-    #             "discard_policy": "TailDrop",
-    #             "max_q_size": "auto",
-    #             "discard_config": {
-    #               "min_threshold": 0,
-    #               "max_threshold": 0,
-    #               "max_probability": 0
-    #             }
-    #           }
-    #         ],
-    #         "downstream_gem_port_attribute_list": [{
-    #             "pbit_map": "0b11000000",
-    #             "aes_encryption": "True",
-    #             "scheduling_policy": "StrictPriority",
-    #             "priority_q": 1,
-    #             "weight": 0,
-    #             "discard_policy": "TailDrop",
-    #             "max_q_size": "auto",
-    #             "discard_config": {
-    #               "min_threshold": 0,
-    #               "max_threshold": 0,
-    #               "max_probability": 0
-    #             }
-    #           }
-    #         ]
-    #       }
+    technologyProfile:
+      type: tosca.nodes.TechnologyProfile
+      properties:
+        profile_id: 64
+        technology: xgspon
+        profile_value: >
+          {
+            "name": "4QueueHybridProfileMap1",
+            "profile_type": "XPON",
+            "version": 1.0,
+            "num_gem_ports": 1,
+            "instance_control": {
+              "onu": "multi-instance",
+              "uni": "single-instance",
+              "max_gem_payload_size": "auto"
+            },
+            "us_scheduler": {
+              "additional_bw": "auto",
+              "direction": "UPSTREAM",
+              "priority": 0,
+              "weight": 0,
+              "q_sched_policy": "hybrid"
+            },
+            "ds_scheduler": {
+              "additional_bw": "auto",
+              "direction": "DOWNSTREAM",
+              "priority": 0,
+              "weight": 0,
+              "q_sched_policy": "hybrid"
+            },
+            "upstream_gem_port_attribute_list": [{
+                "pbit_map": "0b11000000",
+                "aes_encryption": "True",
+                "scheduling_policy": "StrictPriority",
+                "priority_q": 1,
+                "weight": 0,
+                "discard_policy": "TailDrop",
+                "max_q_size": "auto",
+                "discard_config": {
+                  "min_threshold": 0,
+                  "max_threshold": 0,
+                  "max_probability": 0
+                }
+              }
+            ],
+            "downstream_gem_port_attribute_list": [{
+                "pbit_map": "0b11000000",
+                "aes_encryption": "True",
+                "scheduling_policy": "StrictPriority",
+                "priority_q": 1,
+                "weight": 0,
+                "discard_policy": "TailDrop",
+                "max_q_size": "auto",
+                "discard_config": {
+                  "min_threshold": 0,
+                  "max_threshold": 0,
+                  "max_probability": 0
+                }
+              }
+            ]
+          }