diff options
author | Brian Freeman <bf1936@att.com> | 2017-11-09 16:27:05 +0000 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2017-11-09 16:27:20 +0000 |
commit | 490d7cb647e3e2da3cfe16c3cd8647d66063d08f (patch) | |
tree | 798219c68a3ad899d64bbb9cfcc4aa5e62f8b399 /platform-logic/restapi-templates/src/main | |
parent | dc7588271af715296f53a4528cf7195eabf95be0 (diff) |
vGW VF HEAT Parameters
Issue-ID: SDNC-176
Change-Id: Ibd43a8dccf97b84a525a2a3a72245ad0f994aa45
Signed-off-by: Brian Freeman <bf1936@att.com>
Former-commit-id: 744cbc430faa713bc77361fe57e4814b96fe492f
Diffstat (limited to 'platform-logic/restapi-templates/src/main')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/vfmodule-vim-parameters.vgw.json | 79 |
1 files changed, 79 insertions, 0 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 new file mode 100644 index 00000000..10cb4a91 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/vfmodule-vim-parameters.vgw.json @@ -0,0 +1,79 @@ +{ + "GENERIC-RESOURCE-API:vf-module": [ + { + "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": { + "GENERIC-RESOURCE-API:param": [ + { + "name": "public_net_id", + "value": "external" + }, + { + "name": "mux_gw_private_subnet_id", + "value": "zdfw1muxgw01_private" + }, + { + "name": "mux_gw_private_net_id", + "value": "zdfw1muxgw01_private" + }, + { + "name": "mux_gw_private_subnet_id", + "value": "zdfw1muxgw01_sub_private" + }, + { + "name": "mux_gw_private_net_cidr", + "value": "10.5.0.0/24" + }, + { + "name": "cpe_public_net_id", + "value": "vCPEInfraCPEPUBLIC110306" + }, + { + "name": "cpe_public_subnet_id", + "value": "vCPEInfraCPEPUBLICSUB110306" + }, + { + "name": "cpe_public_net_cidr", + "value": "10.2.0.0/24" + }, + { + "name": "onap_private_net_id", + "value": "oam_onap_hUnI" + }, + { + "name": "onap_private_subnet_id", + "value": "oam_onap_hUnI" + }, + { + "name": "onap_private_net_cidr", + "value": "10.0.0.0/16" + }, + { + "name": "vgw_private_ip_0", + "value": "10.5.0.22" + }, + { + "name": "vgw_private_ip_1", + "value": "10.0.101.30" + }, + { + "name": "vgw_name_0", + "value": "zdcpe1cpe01gw01_110801" + }, + { + "name": "mux_ip_addr", + "value": "10.5.0.21" + }, + { + "name": "vg_vgmux_tunnel_vni", + "value": ${tmp.service.vnf.vf-module.vf-module-id.vg-mux-tunnel-vni} + } + ] + } + } + } + } + ] +} |