move rest of stirngtemplating off old format

Issue-ID: TEST-158
Change-Id: I55c246eba1c0132d70b9c7298da095c72cdecbc3
Signed-off-by: DR695H <dr695h@att.com>
diff --git a/robot/assets/templates/so/cds_vnf.jinja b/robot/assets/templates/so/cds_vnf.jinja
new file mode 100644
index 0000000..d3aa35d
--- /dev/null
+++ b/robot/assets/templates/so/cds_vnf.jinja
@@ -0,0 +1,23 @@
+{
+  "modelInfo": {
+    "modelType": "vnf",
+    "modelName": "{{vnf_model_name}}",
+    "modelVersionId": "{{vnf_model_version_id}}",
+    "modelCustomizationName": "{{vnf_model_customization_name}}",
+    "modelCustomizationId": "{{vnf_model_customization_id}}"
+  },
+  "cloudConfiguration": {
+    "lcpCloudRegionId": "{{cloud_region}}",
+    "tenantId": "{{tenant_id}}"
+  },
+  "platform": {
+    "platformName": "test"
+  },
+  "lineOfBusiness": {
+    "lineOfBusinessName": "someValue"
+  },
+  "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
+  "instanceName": "{{vnf_name}}",
+  "instanceParams": [],
+  "vfModules": [{{vf_modules}}]
+}