aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src
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/src
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/src')
-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}
}
]
}
light .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }