diff options
Diffstat (limited to 'robot/assets/templates/asdc')
13 files changed, 13 insertions, 14 deletions
diff --git a/robot/assets/templates/asdc/artifact_upload.jinja b/robot/assets/templates/asdc/artifact_upload.jinja index 80e6fc63..c4aa57d7 100644 --- a/robot/assets/templates/asdc/artifact_upload.jinja +++ b/robot/assets/templates/asdc/artifact_upload.jinja @@ -5,4 +5,4 @@ "artifactGroupType": "{{artifactGroupType}}", "description": "{{description}}", "payloadData": "{{payloadData}}" -} +}
\ No newline at end of file diff --git a/robot/assets/templates/asdc/catalog_allotted_inputs.jinja b/robot/assets/templates/asdc/catalog_allotted_inputs.jinja index b53a2e7a..69629a0a 100644 --- a/robot/assets/templates/asdc/catalog_allotted_inputs.jinja +++ b/robot/assets/templates/asdc/catalog_allotted_inputs.jinja @@ -43,4 +43,4 @@ "ownerId": null, "inputPath": null } -] +]
\ No newline at end of file diff --git a/robot/assets/templates/asdc/catalog_allotted_properties.jinja b/robot/assets/templates/asdc/catalog_allotted_properties.jinja index ba183a1e..1654c8f1 100644 --- a/robot/assets/templates/asdc/catalog_allotted_properties.jinja +++ b/robot/assets/templates/asdc/catalog_allotted_properties.jinja @@ -40,4 +40,4 @@ "value": {{providing_service_name}}, "uniqueId": "{{uniqueId}}.providing_service_name" } -] +]
\ No newline at end of file diff --git a/robot/assets/templates/asdc/catalog_net_input_properties.jinja b/robot/assets/templates/asdc/catalog_net_input_properties.jinja index 772e4ffa..be471591 100644 --- a/robot/assets/templates/asdc/catalog_net_input_properties.jinja +++ b/robot/assets/templates/asdc/catalog_net_input_properties.jinja @@ -36,4 +36,4 @@ "ownerId": "{{ownerId}}", "empty": false } -] +]
\ No newline at end of file diff --git a/robot/assets/templates/asdc/catalog_resource_alloted_resource.jinja b/robot/assets/templates/asdc/catalog_resource_alloted_resource.jinja index 9890edfe..6992e320 100644 --- a/robot/assets/templates/asdc/catalog_resource_alloted_resource.jinja +++ b/robot/assets/templates/asdc/catalog_resource_alloted_resource.jinja @@ -38,4 +38,4 @@ "attributes": [], "groups": [], "resourceType": "VF" -} +}
\ No newline at end of file diff --git a/robot/assets/templates/asdc/catalog_service.jinja b/robot/assets/templates/asdc/catalog_service.jinja index 8fa31f4c..09c56301 100644 --- a/robot/assets/templates/asdc/catalog_service.jinja +++ b/robot/assets/templates/asdc/catalog_service.jinja @@ -39,4 +39,4 @@ "serviceApiArtifacts": {}, "instantiationType": "A-la-carte", "environmentContext": "General_Revenue-Bearing" -} +}
\ No newline at end of file diff --git a/robot/assets/templates/asdc/catalog_vnf_inputs.jinja b/robot/assets/templates/asdc/catalog_vnf_inputs.jinja index 25b0ccae..48a58499 100644 --- a/robot/assets/templates/asdc/catalog_vnf_inputs.jinja +++ b/robot/assets/templates/asdc/catalog_vnf_inputs.jinja @@ -109,4 +109,4 @@ "ownerId": null, "inputPath": null } -] +]
\ No newline at end of file diff --git a/robot/assets/templates/asdc/catalog_vnf_properties.jinja b/robot/assets/templates/asdc/catalog_vnf_properties.jinja index d725e0a2..96a06506 100644 --- a/robot/assets/templates/asdc/catalog_vnf_properties.jinja +++ b/robot/assets/templates/asdc/catalog_vnf_properties.jinja @@ -26,4 +26,4 @@ "value": "{\"ecomp_generated_naming\":true,\"naming_policy\":\"{{nfc_naming_policy}}\"}", "definition": false } -] +]
\ No newline at end of file diff --git a/robot/assets/templates/asdc/entitlement_pool.jinja b/robot/assets/templates/asdc/entitlement_pool.jinja index d9d39469..4ca68ddd 100644 --- a/robot/assets/templates/asdc/entitlement_pool.jinja +++ b/robot/assets/templates/asdc/entitlement_pool.jinja @@ -10,4 +10,4 @@ "startDate": "{{license_start_date}}", "expiryDate": "{{license_end_date}}", "manufacturerReferenceNumber": "111111" -} +}
\ No newline at end of file diff --git a/robot/assets/templates/asdc/feature_group.jinja b/robot/assets/templates/asdc/feature_group.jinja index 5bc03f55..cc3fec13 100644 --- a/robot/assets/templates/asdc/feature_group.jinja +++ b/robot/assets/templates/asdc/feature_group.jinja @@ -8,4 +8,4 @@ "addedEntitlementPoolsIds": [ "{{entitlement_pool_id}}" ] -} +}
\ No newline at end of file diff --git a/robot/assets/templates/asdc/key_group.jinja b/robot/assets/templates/asdc/key_group.jinja index 91e4027b..e58639b7 100644 --- a/robot/assets/templates/asdc/key_group.jinja +++ b/robot/assets/templates/asdc/key_group.jinja @@ -7,4 +7,4 @@ "startDate": "{{license_start_date}}", "expiryDate": "{{license_end_date}}", "manufacturerReferenceNumber": "11111" -} +}
\ No newline at end of file diff --git a/robot/assets/templates/asdc/resource_instance.jinja b/robot/assets/templates/asdc/resource_instance.jinja index 18b71685..c2c279c7 100644 --- a/robot/assets/templates/asdc/resource_instance.jinja +++ b/robot/assets/templates/asdc/resource_instance.jinja @@ -7,4 +7,4 @@ "originType": "{{originType}}", "icon": "defaulticon", "componentUid": "{{catalog_resource_id}}" -} +}
\ No newline at end of file diff --git a/robot/assets/templates/asdc/software_product.jinja b/robot/assets/templates/asdc/software_product.jinja index 2aa5676e..23d5f7ca 100644 --- a/robot/assets/templates/asdc/software_product.jinja +++ b/robot/assets/templates/asdc/software_product.jinja @@ -14,5 +14,4 @@ "{{feature_group_id}}" ] } -} - +}
\ No newline at end of file |