diff options
author | Kang Xi <kang.xi@huawei.com> | 2018-05-10 14:50:39 -0400 |
---|---|---|
committer | Kang Xi <kang.xi@huawei.com> | 2018-05-10 14:59:18 -0400 |
commit | ee9f6a171e16ec1e1f60596a15db021dec4831ea (patch) | |
tree | 3a928585ff558841a7642b9746e7a32e623f0313 /test/vcpe/preload_templates/template_sniro_data.json | |
parent | 4db256fbea582a546c701c51c2148505adf2851a (diff) |
Add preload templates
Change-Id: Ic05e2282416920f30535621404866cf44271acc5
Issue-ID: INT-461
Signed-off-by: Kang Xi <kang.xi@huawei.com>
Diffstat (limited to 'test/vcpe/preload_templates/template_sniro_data.json')
-rw-r--r-- | test/vcpe/preload_templates/template_sniro_data.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/vcpe/preload_templates/template_sniro_data.json b/test/vcpe/preload_templates/template_sniro_data.json new file mode 100644 index 000000000..6fa200395 --- /dev/null +++ b/test/vcpe/preload_templates/template_sniro_data.json @@ -0,0 +1,34 @@ +{ + "solutionInfo" : { + "placement" : [ + { + "cloudRegionId" : "RegionOne", + "inventoryType" : "service", + "resourceModuleName" : "${tunnelxconn_ar_name}", + "serviceInstanceId" : "${vgmux_svc_instance_uuid}", + "serviceResourceId" : "TUNNEL-RESOURCE-ID-REPLACE", + "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", + "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", + "assignmentInfo": [ { "variableName": "cloudOwner", "variableValue": "CloudOwner"}, {"variableName": "vnfHostName", "variableValue": "vnfHostName" }] + } + ] + }, + "requestId" : "111-111-1111", + "statusMessage" : "", + "transactionId" : "111-111-1111", + "requestState" : "complete" +} |