aboutsummaryrefslogtreecommitdiffstats
path: root/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte
diff options
context:
space:
mode:
Diffstat (limited to 'tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte')
-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
-rw-r--r--tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/ServiceInstance.template20
-rw-r--r--tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/VfModule.template26
-rw-r--r--tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/Vnf.template25
-rw-r--r--tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/VolumeGroup.template26
9 files changed, 362 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
diff --git a/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/ServiceInstance.template b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/ServiceInstance.template
new file mode 100644
index 00000000..531af177
--- /dev/null
+++ b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/ServiceInstance.template
@@ -0,0 +1,20 @@
+{
+ "requestDetails": {
+ "modelInfo": {
+ "modelType": "service",
+ "modelInvariantId": "${serviceInstModelInvariantId}",
+ "modelVersionId": "${serviceInstModelNameVersionId}",
+ "modelName": "${serviceInstModelName}",
+ "modelVersion":"1.0"
+ },
+ "requestInfo": {
+ "source": "VID",
+ "requestorId": "ROBOT"
+ },
+ "requestParameters": {
+ "testApi": "${testApi}",
+ "userParams": [],
+ "aLaCarte": "${aLaCarteFlag}"
+ }
+ }
+} \ No newline at end of file
diff --git a/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/VfModule.template b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/VfModule.template
new file mode 100644
index 00000000..ee227e08
--- /dev/null
+++ b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/VfModule.template
@@ -0,0 +1,26 @@
+{
+ "requestDetails": {
+ "modelInfo": {
+ "modelType": "${vfModelType}",
+ "modelInvariantId": "${vfModelInvariantId}",
+ "modelVersionId": "${vfModelversionId}",
+ "modelName": "${vfModelName}",
+ "modelVersion": "${vfModelVersion}",
+ "modelCustomizationId": "${vfModelCustomizationId}"
+ },
+ "requestParameters": {
+ "testApi": "${testApi}",
+ "aLaCarte": "${alaCarte}",
+ "userParams": []
+ },
+ "requestInfo": {
+ "source": "VID",
+ "requestorId": "az2016"
+ },
+ "cloudConfiguration": {
+ "lcpCloudRegionId": "${vfLcpCloudRegionId}",
+ "tenantId": "${vfTenantId}",
+ "cloudOwner": "${cloudOwner}"
+ }
+ }
+} \ No newline at end of file
diff --git a/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/Vnf.template b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/Vnf.template
new file mode 100644
index 00000000..fc553952
--- /dev/null
+++ b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/Vnf.template
@@ -0,0 +1,25 @@
+{
+ "requestDetails":{
+ "modelInfo":{
+ "modelType":"${vnfModelType}",
+ "modelInvariantId":"${vnfModelInvariantId}",
+ "modelNameVersionId":"${vnfModelversionId}",
+ "modelName":"${vnfModelName}",
+ "modelCustomizationName":"${vnfModelCustomizationName}",
+ "modelVersion":"${vnfModelVersion}"
+ },
+ "requestInfo":{
+ "source":"VID",
+ "requestorId":"ROBOT"
+ },
+ "cloudConfiguration":{
+ "lcpCloudRegionId":"${vnfLcpCloudRegionid}",
+ "tenantId":"${vnfTenantId}",
+ "cloudOwner": "${cloudOwner}"
+ },
+ "requestParameters": {
+ "testApi": "${testApi}",
+ "userParams": []
+ }
+ }
+} \ No newline at end of file
diff --git a/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/VolumeGroup.template b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/VolumeGroup.template
new file mode 100644
index 00000000..b5a495f2
--- /dev/null
+++ b/tests/so/orchestration/assets/templates/bpmn-infra/aLaCarte/Delete/VolumeGroup.template
@@ -0,0 +1,26 @@
+{
+ "requestDetails": {
+ "modelInfo": {
+ "modelType": "${volumeGroupModelType}",
+ "modelInvariantId": "${volumeGroupModelInvariantId}",
+ "modelVersionId": "${volumeGroupModelVersionId}",
+ "modelName": "${volumeGroupModelName}",
+ "modelVersion": "${volumeGroupModelVersion}",
+ "modelCustomizationId": "${volumeGroupModelCustomizationId}"
+ },
+ "requestParameters": {
+ "testApi": "${testApi}",
+ "aLaCarte": "${alaCarte}",
+ "userParams": []
+ },
+ "requestInfo": {
+ "source": "VID",
+ "requestorId": "sk720x"
+ },
+ "cloudConfiguration": {
+ "lcpCloudRegionId": "${volumeGroupLcpCloudRegionId}",
+ "tenantId": "${volumeGroupTenantId}",
+ "cloudOwner": "${cloudOwner}"
+ }
+ }
+} \ No newline at end of file