aboutsummaryrefslogtreecommitdiffstats
path: root/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create
diff options
context:
space:
mode:
Diffstat (limited to 'tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create')
-rw-r--r--tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/ServiceInstance.template35
-rw-r--r--tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VfModule.template56
-rw-r--r--tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VfModuleWithVolume.template69
-rw-r--r--tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/Vnf.json49
-rw-r--r--tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VolumeGroup.template56
5 files changed, 265 insertions, 0 deletions
diff --git a/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/ServiceInstance.template b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/ServiceInstance.template
new file mode 100644
index 00000000..a573a77f
--- /dev/null
+++ b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/ServiceInstance.template
@@ -0,0 +1,35 @@
+{
+ "requestDetails": {
+ "requestInfo": {
+ "productFamilyId": "${productFamilyId}",
+ "instanceName": "${instanceName}",
+ "source": "VID",
+ "suppressRollback": false,
+ "requestorId": "ROBOT"
+ },
+ "modelInfo": {
+ "modelType": "${serviceInstModelType}",
+ "modelInvariantId": "${serviceInstModelInvariantId}",
+ "modelVersionId": "${serviceInstModelNameVersionId}",
+ "modelName": "${serviceInstModelName}",
+ "modelVersion": "${serviceInstModelVersion}"
+ },
+ "project": {
+ "projectName": "${projectName}"
+ },
+ "owningEntity": {
+ "owningEntityId": "${owningEntityId}",
+ "owningEntityName": "${owningEntityName}"
+ },
+ "requestParameters": {
+ "testApi": "${testApi}",
+ "userParams": [],
+ "subscriptionServiceType": "${serviceType}",
+ "aLaCarte": ${aLaCarteFlag}
+ },
+ "subscriberInfo": {
+ "globalSubscriberId": "${subscriberId}",
+ "subscriberName": "${subscriberId}"
+ }
+ }
+} \ No newline at end of file
diff --git a/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VfModule.template b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VfModule.template
new file mode 100644
index 00000000..6a5f6d67
--- /dev/null
+++ b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VfModule.template
@@ -0,0 +1,56 @@
+{
+ "requestDetails": {
+ "requestInfo": {
+ "instanceName": "${vfModuleName}",
+ "source": "VID",
+ "suppressRollback": false,
+ "requestorId": "az2016"
+ },
+ "modelInfo": {
+ "modelType": "${vfModelType}",
+ "modelInvariantId": "${vfModelInvariantId}",
+ "modelVersionId": "${vfModelversionId}",
+ "modelName": "${vfModelName}",
+ "modelVersion": "${vfModelVersion}",
+ "modelCustomizationId": "${vfModelCustomizationId}"
+ },
+ "requestParameters": {
+ "testApi": "${testApi}",
+ "aLaCarte": "${alaCarte}",
+ "userParams": []
+ },
+ "cloudConfiguration": {
+ "lcpCloudRegionId": "${vfLcpCloudRegionId}",
+ "tenantId": "${vfTenantId}",
+ "cloudOwner": "${cloudOwner}"
+ },
+ "relatedInstanceList": [
+ {
+ "relatedInstance": {
+ "instanceId": "${serviceInstanceId}",
+ "modelInfo": {
+ "modelType": "${serviceInstModelType}",
+ "modelInvariantId": "${serviceInstModelInvariantId}",
+ "modelVersionId": "${serviceInstModelNameVersionId}",
+ "modelName": "${serviceInstModelName}",
+ "modelVersion": "${serviceInstModelVersion}"
+ }
+ }
+ },
+ {
+ "relatedInstance": {
+ "instanceId": "${vnfId}",
+ "modelInfo": {
+ "modelType": "${vnfModelType}",
+ "modelName": "${vnfModelName}",
+ "modelInvariantId": "${vnfModelInvariantId}",
+ "modelVersion": "${vnfModelVersion}",
+ "modelVersionId": "${vnfModelversionId}",
+ "modelCustomizationName": "${vnfModelCustomizationName}",
+ "modelCustomizationId": "${vnfModelcustomizationId}"
+ }
+ }
+ }
+ ]
+ }
+} \ No newline at end of file
diff --git a/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VfModuleWithVolume.template b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VfModuleWithVolume.template
new file mode 100644
index 00000000..424d526a
--- /dev/null
+++ b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VfModuleWithVolume.template
@@ -0,0 +1,69 @@
+{
+ "requestDetails": {
+ "requestInfo": {
+ "instanceName": "${vfModuleName}",
+ "source": "VID",
+ "suppressRollback": false,
+ "requestorId": "az2016"
+ },
+ "modelInfo": {
+ "modelType": "${vfModelType}",
+ "modelInvariantId": "${vfModelInvariantId}",
+ "modelVersionId": "${vfModelversionId}",
+ "modelName": "${vfModelName}",
+ "modelVersion": "${vfModelVersion}",
+ "modelCustomizationId": "${vfModelCustomizationId}"
+ },
+ "requestParameters": {
+ "testApi": "${testApi}",
+ "aLaCarte": "${alaCarte}",
+ "userParams": []
+ },
+ "cloudConfiguration": {
+ "lcpCloudRegionId": "${vfLcpCloudRegionId}",
+ "cloudOwner": "${cloudOwner}",
+ "tenantId": "${vfTenantId}"
+ },
+ "relatedInstanceList": [
+ {
+ "relatedInstance": {
+ "instanceId": "${serviceInstanceId}",
+ "modelInfo": {
+ "modelType": "${serviceInstModelType}",
+ "modelInvariantId": "${serviceInstModelInvariantId}",
+ "modelVersionId": "${serviceInstModelNameVersionId}",
+ "modelName": "${serviceInstModelName}",
+ "modelVersion": "${serviceInstModelVersion}"
+ }
+ }
+ },
+ {
+ "relatedInstance": {
+ "instanceId": "${vnfId}",
+ "modelInfo": {
+ "modelType": "${vnfModelType}",
+ "modelName": "${vnfModelName}",
+ "modelInvariantId": "${vnfModelInvariantId}",
+ "modelVersion": "${vnfModelVersion}",
+ "modelVersionId": "${vnfModelversionId}",
+ "modelCustomizationName": "${vnfModelCustomizationName}",
+ "modelCustomizationId": "${vnfModelcustomizationId}"
+ }
+ }
+ },
+ {
+ "relatedInstance": {
+ "instanceId": "${volumeGroupId}",
+ "modelInfo": {
+ "modelType": "${volumeGroupModelType}",
+ "modelName": "${volumeGroupModelName}",
+ "modelInvariantId": "${volumeGroupModelInvariantId}",
+ "modelVersion": "${volumeGroupModelVersion}",
+ "modelVersionId": "${volumeGroupModelversionId}",
+ "modelCustomizationId": "${volumeGroupModelCustomizationId}"
+ }
+ }
+ }
+ ]
+ }
+} \ No newline at end of file
diff --git a/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/Vnf.json b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/Vnf.json
new file mode 100644
index 00000000..7e11dbe7
--- /dev/null
+++ b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/Vnf.json
@@ -0,0 +1,49 @@
+{
+ "requestDetails": {
+ "requestInfo": {
+ "instanceName": "${vnfInstanceName}",
+ "source": "VID",
+ "suppressRollback": false,
+ "productFamilyId": "${productfamilyid}",
+ "requestorId": "ROBOT"
+ },
+ "modelInfo": {
+ "modelType": "${vnfModelType}",
+ "modelInvariantId": "${vnfModelInvariantId}",
+ "modelName": "${vnfModelName}",
+ "modelVersionId": "${vnfModelversionId}",
+ "modelVersion": "${vnfModelVersion}",
+ "modelCustomizationName": "${vnfModelCustomizationName}",
+ "modelCustomizationId": "${vnfModelcustomizationId}"
+ },
+ "requestParameters": {
+ "testApi": "${testApi}",
+ "userParams": []
+ },
+ "cloudConfiguration": {
+ "lcpCloudRegionId": "${vnfLcpCloudRegionid}",
+ "cloudOwner": "${cloudOwner}",
+ "tenantId": "${vnfTenantId}"
+ },
+ "platform": {
+ "platformName": "${platformName}"
+ },
+ "lineOfBusiness": {
+ "lineOfBusinessName": "${lineOfBusinessName}"
+ },
+ "relatedInstanceList": [
+ {
+ "relatedInstance": {
+ "instanceId": "${serviceInstanceId}",
+ "modelInfo": {
+ "modelType": "${serviceInstModelType}",
+ "modelInvariantId": "${serviceInstModelInvariantId}",
+ "modelVersionId": "${serviceInstModelNameVersionId}",
+ "modelName": "${serviceInstModelName}",
+ "modelVersion": "${serviceInstModelVersion}"
+ }
+ }
+ }
+ ]
+ }
+} \ No newline at end of file
diff --git a/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VolumeGroup.template b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VolumeGroup.template
new file mode 100644
index 00000000..d117e28d
--- /dev/null
+++ b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Create/VolumeGroup.template
@@ -0,0 +1,56 @@
+{
+ "requestDetails": {
+ "modelInfo": {
+ "modelType": "${volumeGroupModelType}",
+ "modelVersion": "${volumeGroupModelVersion}",
+ "modelName": "${volumeGroupModelName}",
+ "modelInvariantId": "${volumeGroupModelInvariantId}",
+ "modelVersionId": "${volumeGroupModelVersionId}",
+ "modelCustomizationId": "${volumeGroupModelCustomizationId}"
+ },
+ "requestInfo": {
+ "instanceName": "${volumeGroupName}",
+ "source": "VID",
+ "suppressRollback": true,
+ "requestorId": "sk720x"
+ },
+ "requestParameters": {
+ "testApi": "${testApi}",
+ "aLaCarte": "${alaCarte}",
+ "userParams": []
+ },
+ "cloudConfiguration": {
+ "lcpCloudRegionId": "${volumeGroupLcpCloudRegionId}",
+ "cloudOwner": "${cloudOwner}",
+ "tenantId": "${volumeGroupTenantId}"
+ },
+ "relatedInstanceList": [
+ {
+ "relatedInstance": {
+ "instanceId": "${serviceInstanceId}",
+ "modelInfo": {
+ "modelType": "${serviceInstModelType}",
+ "modelInvariantId": "${serviceInstModelInvariantId}",
+ "modelVersionId": "${serviceInstModelNameVersionId}",
+ "modelName": "${serviceInstModelName}",
+ "modelVersion": "${serviceInstModelVersion}"
+ }
+ }
+ },
+ {
+ "relatedInstance": {
+ "instanceId": "${vnfId}",
+ "modelInfo": {
+ "modelType": "${vnfModelType}",
+ "modelName": "${vnfModelName}",
+ "modelInvariantId": "${vnfModelInvariantId}",
+ "modelVersion": "${vnfModelVersion}",
+ "modelVersionId": "${vnfModelversionId}",
+ "modelCustomizationName": "${vnfModelCustomizationName}",
+ "modelCustomizationId": "${vnfModelcustomizationId}"
+ }
+ }
+ }
+ ]
+ }
+} \ No newline at end of file