aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2017-11-10 05:57:13 +0000
committerBrian Freeman <bf1936@att.com>2017-11-10 06:05:13 +0000
commitc1ab97797f6a5b1a43da2f4ae8b2bee9fd194c7c (patch)
tree44f59a0cfb4283fd2dccc4254d2b25e43f0c36e8 /platform-logic/restapi-templates
parentc0682b82e7579a29e3fc3f942bb0582213f9468b (diff)
Dev Tested with SO
Worked through changes to pass VNF-API preload back to SO using VGW2BRG-macaddress as the vnf-name Issue-ID: SDNC-176 Change-Id: Icfceaf6acf0e256a4471e73146fe84774d427d7c Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 6a02f96408ec1322549dca9c96629c883e2b1e19
Diffstat (limited to 'platform-logic/restapi-templates')
-rw-r--r--platform-logic/restapi-templates/src/main/json/vfmodule-vim-parameters.vgw.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/vfmodule-vim-parameters.vgw.json b/platform-logic/restapi-templates/src/main/json/vfmodule-vim-parameters.vgw.json
index 10cb4a91..72c2dfe2 100644
--- a/platform-logic/restapi-templates/src/main/json/vfmodule-vim-parameters.vgw.json
+++ b/platform-logic/restapi-templates/src/main/json/vfmodule-vim-parameters.vgw.json
@@ -1,7 +1,7 @@
{
"GENERIC-RESOURCE-API:vf-module": [
{
- "GENERIC-RESOURCE-API:vf-module-id": ${tmp.service.vnf.vf-module.vf-module-id}",
+ "GENERIC-RESOURCE-API:vf-module-id": ${tmp.service.vnf.vf-module.vf-module-id},
"GENERIC-RESOURCE-API:vf-module-data": {
"GENERIC-RESOURCE-API:vf-module-topology": {
"GENERIC-RESOURCE-API:vf-module-parameters": {
@@ -68,7 +68,7 @@
},
{
"name": "vg_vgmux_tunnel_vni",
- "value": ${tmp.service.vnf.vf-module.vf-module-id.vg-mux-tunnel-vni}
+ "value": ${tmp.service.vnf.vf-module.vg-mux-tunnel-vni}
}
]
}