aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/asdc
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-07-30 10:20:32 -0400
committerDR695H <dr695h@att.com>2019-07-30 10:20:32 -0400
commit8cd8e394d2552c676d92a3e85078e755a4bafdae (patch)
tree692b7aa48c6f55e57a325269b6b9c708d1af1805 /robot/assets/templates/asdc
parent5a31ec18576dcf1698c88a33dd7ae746b5b3f5c0 (diff)
renaming the tempalte folder to be correct
Issue-ID: TEST-174 Change-Id: I2909b87e8c3c7b70c4af7c475788fcb0d03c0b26 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/assets/templates/asdc')
-rw-r--r--robot/assets/templates/asdc/action.jinja3
-rw-r--r--robot/assets/templates/asdc/artifact_upload.jinja8
-rw-r--r--robot/assets/templates/asdc/catalog_allotted_inputs.jinja46
-rw-r--r--robot/assets/templates/asdc/catalog_allotted_properties.jinja43
-rw-r--r--robot/assets/templates/asdc/catalog_net_input_properties.jinja39
-rw-r--r--robot/assets/templates/asdc/catalog_resource.jinja43
-rw-r--r--robot/assets/templates/asdc/catalog_resource_alloted_resource.jinja41
-rw-r--r--robot/assets/templates/asdc/catalog_service.jinja42
-rw-r--r--robot/assets/templates/asdc/catalog_vnf_inputs.jinja112
-rw-r--r--robot/assets/templates/asdc/catalog_vnf_properties.jinja29
-rw-r--r--robot/assets/templates/asdc/entitlement_pool.jinja13
-rw-r--r--robot/assets/templates/asdc/feature_group.jinja11
-rw-r--r--robot/assets/templates/asdc/key_group.jinja10
-rw-r--r--robot/assets/templates/asdc/license_agreement.jinja12
-rw-r--r--robot/assets/templates/asdc/license_model.jinja5
-rw-r--r--robot/assets/templates/asdc/resource_instance.jinja10
-rw-r--r--robot/assets/templates/asdc/software_product.jinja17
-rw-r--r--robot/assets/templates/asdc/user_remarks.jinja1
18 files changed, 0 insertions, 485 deletions
diff --git a/robot/assets/templates/asdc/action.jinja b/robot/assets/templates/asdc/action.jinja
deleted file mode 100644
index 3ef9f60b..00000000
--- a/robot/assets/templates/asdc/action.jinja
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "action": "{{action}}"
-} \ No newline at end of file
diff --git a/robot/assets/templates/asdc/artifact_upload.jinja b/robot/assets/templates/asdc/artifact_upload.jinja
deleted file mode 100644
index c4aa57d7..00000000
--- a/robot/assets/templates/asdc/artifact_upload.jinja
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "artifactLabel":"{{artifactLabel}}",
- "artifactName": "{{artifactName}}",
- "artifactType": "{{artifactType}}",
- "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
deleted file mode 100644
index 69629a0a..00000000
--- a/robot/assets/templates/asdc/catalog_allotted_inputs.jinja
+++ /dev/null
@@ -1,46 +0,0 @@
-[
- {
- "defaultValue": "{{nf_type}}",
- "description": null,
- "name": "nf_type",
- "parentUniqueId": null,
- "password": false,
- "required": false,
- "schema": {
- "property": {}
- },
- "type": "string",
- "uniqueId": "{{nf_type_uid}}",
- "value": null,
- "definition": false,
- "getInputValues": null,
- "instanceUniqueId": null,
- "propertyId": null,
- "properties": null,
- "inputs": null,
- "ownerId": null,
- "inputPath": null
- },
- {
- "defaultValue": "{{nf_role}}",
- "description": null,
- "name": "nf_role",
- "parentUniqueId": null,
- "password": false,
- "required": false,
- "schema": {
- "property": {}
- },
- "type": "string",
- "uniqueId": "{{nf_role_uid}}",
- "value": null,
- "definition": false,
- "getInputValues": null,
- "instanceUniqueId": null,
- "propertyId": null,
- "properties": null,
- "inputs": null,
- "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
deleted file mode 100644
index 1654c8f1..00000000
--- a/robot/assets/templates/asdc/catalog_allotted_properties.jinja
+++ /dev/null
@@ -1,43 +0,0 @@
-[{
- "definition": false,
- "description": "The depending service invariant uuid in order to map the allotted resource to the specific service version",
- "empty": false,
- "getInputProperty": false,
- "hidden": false,
- "immutable": false,
- "name": "providing_service_invariant_uuid",
- "password": false,
- "required": true,
- "type": "string",
- "value": {{providing_service_invariant_uuid}},
- "uniqueId": "{{uniqueId}}.providing_service_invariant_uuid"
- },
- {
- "definition": false,
- "description": "The depending service uuid in order to map the allotted resource to the specific service version",
- "empty": false,
- "getInputProperty": false,
- "hidden": false,
- "immutable": false,
- "name": "providing_service_uuid",
- "password": false,
- "required": true,
- "type": "string",
- "value": {{providing_service_uuid}},
- "uniqueId": "{{uniqueId}}.providing_service_uuid"
- },
- {
- "definition": false,
- "description": "The depending service name in order to map the allotted resource to the specific service version",
- "empty": false,
- "getInputProperty": false,
- "hidden": false,
- "immutable": false,
- "name": "providing_service_name",
- "password": false,
- "required": true,
- "type": "string",
- "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
deleted file mode 100644
index be471591..00000000
--- a/robot/assets/templates/asdc/catalog_net_input_properties.jinja
+++ /dev/null
@@ -1,39 +0,0 @@
-[
-{
- "uniqueId": "{{uniqueId}}",
- "type": "string",
- "required": false,
- "definition": false,
- "description": "{{description}}",
- "schema": {
- "property": {
- "required": false,
- "definition": true,
- "password": false,
- "hidden": false,
- "immutable": false,
- "getInputProperty": false,
- "empty": false
- },
- "empty": false
- },
- "password": false,
- "name": "{{name}}",
- "value": "{{value}}",
- "hidden": false,
- "immutable": false,
- "parentUniqueId": "{{parentUniqueId}}",
- "schemaProperty": {
- "required": false,
- "definition": true,
- "password": false,
- "hidden": false,
- "immutable": false,
- "getInputProperty": false,
- "empty": false
- },
- "getInputProperty": false,
- "ownerId": "{{ownerId}}",
- "empty": false
- }
-] \ No newline at end of file
diff --git a/robot/assets/templates/asdc/catalog_resource.jinja b/robot/assets/templates/asdc/catalog_resource.jinja
deleted file mode 100644
index 6839beda..00000000
--- a/robot/assets/templates/asdc/catalog_resource.jinja
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "artifacts": {},
- "toscaArtifacts": {},
- "contactId": "cs0008",
- "categories": [
- {
- "name": "Generic",
- "normalizedName": "generic",
- "uniqueId": "resourceNewCategory.generic",
- "subcategories": [
- {
- "name": "Abstract",
- "normalizedName": "abstract",
- "uniqueId": "resourceNewCategory.generic.abstract",
- "icons": [
- "database"
- ]
- }
- ]
- }
- ],
- "description": "vendor software product",
- "icon": "defaulticon",
- "componentInstancesProperties": {},
- "componentInstancesAttributes": {},
- "name": "{{software_product_name}}",
- "tags": [
- "{{software_product_name}}"
- ],
- "capabilities": {},
- "requirements": {},
- "deploymentArtifacts": {},
- "componentType": "RESOURCE",
- "vendorName": "{{vendor_name}}",
- "vendorRelease": "1.0",
- "componentInstances": [],
- "properties": [],
- "attributes": [],
- "groups": [],
- "resourceType": "VF",
- "csarUUID": "{{software_product_id}}",
- "csarVersion": "1.0"
-} \ 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
deleted file mode 100644
index 6992e320..00000000
--- a/robot/assets/templates/asdc/catalog_resource_alloted_resource.jinja
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "artifacts": {},
- "toscaArtifacts": {},
- "contactId": "cs0008",
- "categories": [
- {
- "name": "Allotted Resource",
- "normalizedName": "allotted resource",
- "uniqueId": "resourceNewCategory.allotted resource",
- "subcategories": [
- {
- "name": "{{subcategory}}",
- "normalizedName": "{{subcategory}}",
- "uniqueId": "resourceNewCategory.allotted resource.{{subcategory}}",
- "icons": [
- "allotted_resource"
- ]
- }
- ]
- }
- ],
- "description": "Alloted Resource {{subcategory}}",
- "icon": "defaulticon",
- "componentInstancesProperties": {},
- "componentInstancesAttributes": {},
- "name": "{{software_product_name}}",
- "tags": [
- "{{software_product_name}}"
- ],
- "capabilities": {},
- "requirements": {},
- "deploymentArtifacts": {},
- "componentType": "RESOURCE",
- "vendorName": "{{vendor_name}}",
- "vendorRelease": "1.0",
- "componentInstances": [],
- "properties": [],
- "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
deleted file mode 100644
index 09c56301..00000000
--- a/robot/assets/templates/asdc/catalog_service.jinja
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "artifacts": {},
- "toscaArtifacts": {},
- "contactId": "cs0008",
- "categories": [
- {
- "name": "Network L1-3",
- "normalizedName": "network l1-3",
- "uniqueId": "serviceNewCategory.network l1-3",
- "icons": [
- "network_l_1-3"
- ],
- "subcategories": null,
- "version": null,
- "ownerId": null,
- "empty": false,
- "type": null
- }
- ],
- "description": "catalog service description",
- "icon": "network_l_1-3",
- "componentInstancesProperties": {},
- "componentInstancesAttributes": {},
- "name": "{{service_name}}",
- "tags": [
- "robot-ete",
- "{{service_name}}"
- ],
- "capabilities": {},
- "requirements": {},
- "deploymentArtifacts": {},
- "componentType": "SERVICE",
- "projectCode": "123456",
- "componentInstances": [],
- "properties": [],
- "attributes": [],
- "forwardingPaths": {},
- "ecompGeneratedNaming": true,
- "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
deleted file mode 100644
index 48a58499..00000000
--- a/robot/assets/templates/asdc/catalog_vnf_inputs.jinja
+++ /dev/null
@@ -1,112 +0,0 @@
-[
- {
- "defaultValue": "{{nf_function}}",
- "description": null,
- "name": "nf_function",
- "parentUniqueId": "cs0008",
- "password": false,
- "required": false,
- "schema": {
- "property": {}
- },
- "type": "string",
- "uniqueId": "{{nf_function_uid}}",
- "value": null,
- "definition": false,
- "getInputValues": null,
- "instanceUniqueId": null,
- "propertyId": null,
- "properties": null,
- "inputs": null,
- "ownerId": "cs0008",
- "inputPath": null
- },
- {
- "defaultValue": "{{nf_type}}",
- "description": null,
- "name": "nf_type",
- "parentUniqueId": null,
- "password": false,
- "required": false,
- "schema": {
- "property": {}
- },
- "type": "string",
- "uniqueId": "{{nf_type_uid}}",
- "value": null,
- "definition": false,
- "getInputValues": null,
- "instanceUniqueId": null,
- "propertyId": null,
- "properties": null,
- "inputs": null,
- "ownerId": null,
- "inputPath": null
- },
- {
- "defaultValue": "{{nf_naming_code}}",
- "description": null,
- "name": "nf_naming_code",
- "parentUniqueId": null,
- "password": false,
- "required": false,
- "schema": {
- "property": {}
- },
- "type": "string",
- "uniqueId": "{{nf_naming_code_uid}}",
- "value": null,
- "definition": false,
- "getInputValues": null,
- "instanceUniqueId": null,
- "propertyId": null,
- "properties": null,
- "inputs": null,
- "ownerId": null,
- "inputPath": null
- },
- {
- "defaultValue": "{{nf_role}}",
- "description": null,
- "name": "nf_role",
- "parentUniqueId": null,
- "password": false,
- "required": false,
- "schema": {
- "property": {}
- },
- "type": "string",
- "uniqueId": "{{nf_role_uid}}",
- "value": null,
- "definition": false,
- "getInputValues": null,
- "instanceUniqueId": null,
- "propertyId": null,
- "properties": null,
- "inputs": null,
- "ownerId": null,
- "inputPath": null
- },
- {
- "defaultValue": "{{cloud_env}}",
- "description": "Cloud environment (e.g., openstack, rackspace)",
- "name": "cloud_env",
- "parentUniqueId": null,
- "password": false,
- "required": false,
- "schema": {
- "property": {}
- },
- "type": "string",
- "uniqueId": "{{cloud_env_uid}}",
- "value": null,
- "definition": false,
- "getInputValues": null,
- "instanceUniqueId": null,
- "propertyId": null,
- "properties": null,
- "inputs": null,
- "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
deleted file mode 100644
index 96a06506..00000000
--- a/robot/assets/templates/asdc/catalog_vnf_properties.jinja
+++ /dev/null
@@ -1,29 +0,0 @@
-[
- {
- "name": "nfc_function",
- "parentUniqueId": "{{parent_id}}",
- "password": false,
- "required": false,
- "schema": {
- "property": {}
- },
- "type": "string",
- "uniqueId": "{{parent_id}}.nfc_function",
- "value": "{{nfc_function}}",
- "definition": false
- },
- {
- "description": "vfc naming",
- "name": "nfc_naming",
- "parentUniqueId": "{{parent_id}}",
- "password": false,
- "required": false,
- "schema": {
- "property": {}
- },
- "type": "org.openecomp.datatypes.Naming",
- "uniqueId": "{{parent_id}}.nfc_naming",
- "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
deleted file mode 100644
index 4ca68ddd..00000000
--- a/robot/assets/templates/asdc/entitlement_pool.jinja
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "{{entitlement_pool_name}}",
- "description": "vendor entitlement pool",
- "thresholdValue": "100",
- "thresholdUnits": "Percentage",
- "time": {
- "choice": "",
- "other": ""
- },
- "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
deleted file mode 100644
index cc3fec13..00000000
--- a/robot/assets/templates/asdc/feature_group.jinja
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "{{feature_group_name}}",
- "description": "vendor feature group",
- "partNumber": "123abc456",
- "addedLicenseKeyGroupsIds": [
- "{{key_group_id}}"
- ],
- "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
deleted file mode 100644
index e58639b7..00000000
--- a/robot/assets/templates/asdc/key_group.jinja
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "{{key_group_name}}",
- "description": "vendor license key group",
- "type": "Universal",
- "thresholdValue": "100",
- "thresholdUnits": "Percentage",
- "startDate": "{{license_start_date}}",
- "expiryDate": "{{license_end_date}}",
- "manufacturerReferenceNumber": "11111"
-} \ No newline at end of file
diff --git a/robot/assets/templates/asdc/license_agreement.jinja b/robot/assets/templates/asdc/license_agreement.jinja
deleted file mode 100644
index 66776f47..00000000
--- a/robot/assets/templates/asdc/license_agreement.jinja
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "{{license_agreement_name}}",
- "description": "vendor license agreement",
- "requirementsAndConstrains": "abcdef",
- "licenseTerm": {
- "choice": "Fixed_Term",
- "other": ""
- },
- "addedFeatureGroupsIds": [
- "{{feature_group_id}}"
- ]
-} \ No newline at end of file
diff --git a/robot/assets/templates/asdc/license_model.jinja b/robot/assets/templates/asdc/license_model.jinja
deleted file mode 100644
index 27fe266e..00000000
--- a/robot/assets/templates/asdc/license_model.jinja
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "vendorName": "{{vendor_name}}",
- "description": "vendor license model",
- "iconRef": "icon"
-} \ No newline at end of file
diff --git a/robot/assets/templates/asdc/resource_instance.jinja b/robot/assets/templates/asdc/resource_instance.jinja
deleted file mode 100644
index c2c279c7..00000000
--- a/robot/assets/templates/asdc/resource_instance.jinja
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "uniqueId": "{{catalog_resource_id}}{{milli_timestamp}}",
- "posX": {{posX}},
- "posY": {{posY}},
- "name": "{{catalog_resource_name}}",
- "componentVersion": "1.0",
- "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
deleted file mode 100644
index 23d5f7ca..00000000
--- a/robot/assets/templates/asdc/software_product.jinja
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "{{software_product_name}}",
- "description": "vendor software product",
- "category": "resourceNewCategory.generic",
- "subCategory": "resourceNewCategory.generic.abstract",
- "onboardingMethod" : "NetworkPackage",
- "licensingVersion": "{{version_id}}",
- "vendorName": "{{vendor_name}}",
- "vendorId": "{{vendor_id}}",
- "icon": "icon",
- "licensingData": {
- "licenseAgreement": "{{license_agreement_id}}",
- "featureGroups": [
- "{{feature_group_id}}"
- ]
- }
-} \ No newline at end of file
diff --git a/robot/assets/templates/asdc/user_remarks.jinja b/robot/assets/templates/asdc/user_remarks.jinja
deleted file mode 100644
index ea01a249..00000000
--- a/robot/assets/templates/asdc/user_remarks.jinja
+++ /dev/null
@@ -1 +0,0 @@
-{"userRemarks":"{{user_remarks}}"} \ No newline at end of file