diff options
author | Brian Freeman <bf1936@att.com> | 2019-04-16 14:24:29 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-04-16 14:24:38 -0500 |
commit | e12b626ab2141e59d74314dc24713b295dac9d53 (patch) | |
tree | 2c9a5467ad28f50a7c85e255dcc4bb5fb604f4c5 /robot/assets/templates/vcpeutils/template_sniro_data.json | |
parent | 4230caee7aaa5d34e9fb84f61d9f116f7224cc6a (diff) |
Tie in SoUtils for direct to SO
Issue-ID: INT-1028
Change-Id: I263381efc078cf154262a52627a10e2c4b265ec9
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets/templates/vcpeutils/template_sniro_data.json')
-rw-r--r-- | robot/assets/templates/vcpeutils/template_sniro_data.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/robot/assets/templates/vcpeutils/template_sniro_data.json b/robot/assets/templates/vcpeutils/template_sniro_data.json new file mode 100644 index 00000000..c2c6421e --- /dev/null +++ b/robot/assets/templates/vcpeutils/template_sniro_data.json @@ -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" +} |