summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/vcpeutils/template_sniro_data.sniro
diff options
context:
space:
mode:
Diffstat (limited to 'robot/assets/templates/vcpeutils/template_sniro_data.sniro')
-rw-r--r--robot/assets/templates/vcpeutils/template_sniro_data.sniro37
1 files changed, 37 insertions, 0 deletions
diff --git a/robot/assets/templates/vcpeutils/template_sniro_data.sniro b/robot/assets/templates/vcpeutils/template_sniro_data.sniro
new file mode 100644
index 00000000..78db76db
--- /dev/null
+++ b/robot/assets/templates/vcpeutils/template_sniro_data.sniro
@@ -0,0 +1,37 @@
+{
+ "solutionInfo" : {
+ "placementInfo" : [
+ {
+ "cloudRegionId" : "RegionOne",
+ "inventoryType" : "service",
+ "resourceModuleName" : "{{tunnelxconn_ar_name}}",
+ "serviceInstanceId" : "{{vgmux_svc_instance_uuid}}",
+ "serviceResourceId" : "TUNNEL-RESOURCE-ID-REPLACE",
+ "isRehome" : "False",
+ "assignmentInfo": [ { "variableName": "cloudOwner", "variableValue": "CloudOwner"}, {"variableName": "vnfHostName", "variableValue": "vnfHostName" }]
+ },
+ {
+ "cloudRegionId" : "RegionOne",
+ "inventoryType" : "cloud",
+ "resourceModuleName" : "{{vgw_name}}",
+ "serviceInstanceId" : "vG-service-instance-id",
+ "serviceResourceId" : "VGW-RESOURCE-ID-REPLACE",
+ "isRehome" : "False",
+ "assignmentInfo": [ { "variableName": "cloudOwner", "variableValue": "CloudOwner"}, {"variableName": "vnfHostName", "variableValue": "vnfHostName" }]
+ },
+ {
+ "cloudRegionId" : "RegionOne",
+ "inventoryType" : "service",
+ "resourceModuleName" : "{{brg_ar_name}}",
+ "serviceInstanceId" : "{{vbrg_svc_instance_uuid}}",
+ "serviceResourceId" : "BRG-RESOURCE-ID-REPLACE",
+ "isRehome" : "False",
+ "assignmentInfo": [ { "variableName": "cloudOwner", "variableValue": "CloudOwner"}, {"variableName": "vnfHostName", "variableValue": "vnfHostName" }]
+ }
+ ]
+ },
+ "requestId" : "111-111-1111",
+ "statusMessage" : "",
+ "transactionId" : "111-111-1111",
+ "requestState" : "complete"
+}