Add preload templates 13/47113/1
authorKang Xi <kang.xi@huawei.com>
Thu, 10 May 2018 18:50:39 +0000 (14:50 -0400)
committerKang Xi <kang.xi@huawei.com>
Thu, 10 May 2018 18:59:18 +0000 (14:59 -0400)
Change-Id: Ic05e2282416920f30535621404866cf44271acc5
Issue-ID: INT-461
Signed-off-by: Kang Xi <kang.xi@huawei.com>
test/vcpe/preload_templates/simple_neutron_heat.yaml [new file with mode: 0644]
test/vcpe/preload_templates/template.network.json [new file with mode: 0644]
test/vcpe/preload_templates/template.vcpe_bng_vfmodule.json [new file with mode: 0644]
test/vcpe/preload_templates/template.vcpe_brgemu_vfmodule.json [new file with mode: 0644]
test/vcpe/preload_templates/template.vcpe_gmux_vfmodule.json [new file with mode: 0644]
test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json [new file with mode: 0644]
test/vcpe/preload_templates/template.vcpe_vgw_vfmodule.json [new file with mode: 0644]
test/vcpe/preload_templates/template_sniro_data.json [new file with mode: 0644]
test/vcpe/preload_templates/template_sniro_request.json [new file with mode: 0644]

diff --git a/test/vcpe/preload_templates/simple_neutron_heat.yaml b/test/vcpe/preload_templates/simple_neutron_heat.yaml
new file mode 100644 (file)
index 0000000..d20c081
--- /dev/null
@@ -0,0 +1,21 @@
+heat_template_version: 2013-05-23
+description: A simple Neutron network
+parameters:
+  network_name:
+    type: string
+    description: Name of the Neutron Network
+    default: ONAP-NW1
+  shared:
+     type: boolean
+     description: Shared amongst tenants
+     default: True
+outputs:
+  network_id:
+    description: Openstack network identifier
+    value: { get_resource: network }
+resources:
+  network:
+    type: OS::Neutron::Net
+    properties:
+      name: { get_param: network_name }
+      shared: { get_param: shared }
diff --git a/test/vcpe/preload_templates/template.network.json b/test/vcpe/preload_templates/template.network.json
new file mode 100644 (file)
index 0000000..2acb9e3
--- /dev/null
@@ -0,0 +1,42 @@
+{
+  "VNF-API:input": {
+    "VNF-API:request-information": {
+      "VNF-API:request-id": "robot0012",
+      "VNF-API:notification-url": "http://so.onap.org",
+      "VNF-API:order-number": "robot0012",
+      "VNF-API:request-sub-action": "SUPP",
+      "VNF-API:request-action": "PreloadNetworkRequest",
+      "VNF-API:source": "robot",
+      "VNF-API:order-version": "1.0"
+    },
+    "VNF-API:network-topology-information": {
+      "VNF-API:network-topology-identifier": {
+        "VNF-API:network-role": "${network_role}",
+        "VNF-API:network-technology": "neutron",
+        "VNF-API:service-type": "${service_type}",
+        "VNF-API:network-name": "${network_name}",
+        "VNF-API:network-type": "${network_type}"
+      },
+      "VNF-API:provider-network-information": {
+        "VNF-API:is-external-network": "true",
+        "VNF-API:physical-network-name": "${network_name}",
+        "VNF-API:is-provider-network": "true",
+        "VNF-API:is-shared-network": "true"
+      },
+      "VNF-API:subnets": [
+        {
+          "VNF-API:start-address": "${subnet_start_ip}",
+          "VNF-API:cidr-mask": "24",
+          "VNF-API:ip-version": "4",
+          "VNF-API:dhcp-enabled": "N",
+          "VNF-API:gateway-address": "${subnet_gateway}"
+        }
+       ]
+    },
+    "VNF-API:sdnc-request-header": {
+      "VNF-API:svc-action": "reserve",
+      "VNF-API:svc-notification-url": "http://so.onap.org",
+      "VNF-API:svc-request-id": "robot0012"
+    }
+  }
+}
diff --git a/test/vcpe/preload_templates/template.vcpe_bng_vfmodule.json b/test/vcpe/preload_templates/template.vcpe_bng_vfmodule.json
new file mode 100644 (file)
index 0000000..a95d456
--- /dev/null
@@ -0,0 +1,168 @@
+{
+   "VNF-API:input": {
+     "VNF-API:request-information": {
+       "VNF-API:request-id": "robot12",
+       "VNF-API:notification-url": "https://so.onap.org",
+       "VNF-API:order-number": "robot12",
+       "VNF-API:request-sub-action": "SUPP",
+       "VNF-API:request-action": "PreloadVNFRequest",
+       "VNF-API:source": "VID",
+       "VNF-API:order-version": "1.0"
+     },
+     "VNF-API:sdnc-request-header": {
+       "VNF-API:svc-action": "reserve",
+       "VNF-API:svc-notification-url": "https://son.onap.org",
+       "VNF-API:svc-request-id": "robot12"
+     },
+     "VNF-API:vnf-topology-information": {
+             "vnf-topology-identifier": {
+               "service-type": "${service_type}",
+               "vnf-type": "${vnf_type}",
+               "generic-vnf-name": "${generic_vnf_name}",
+               "generic-vnf-type": "${generic_vnf_type}",
+               "vnf-name": "${vnf_name}"
+       },
+       "VNF-API:vnf-parameters": [
+               {
+               "vnf-parameter-name": "vcpe_image_name",
+               "vnf-parameter-value": "vbng-base-ubuntu-16-04"
+               },
+               {
+               "vnf-parameter-name": "vcpe_flavor_name",
+               "vnf-parameter-value": "m1.medium"
+               },
+               {
+               "vnf-parameter-name": "public_net_id",
+               "vnf-parameter-value": "${public_net_id}"
+               },
+               {
+               "vnf-parameter-name": "brgemu_bng_private_net_id",
+               "vnf-parameter-value": "${brg_bng_net}"
+               },
+               {
+               "vnf-parameter-name": "brgemu_bng_private_subnet_id",
+               "vnf-parameter-value": "${brg_bng_subnet}"
+               },
+               {
+               "vnf-parameter-name": "bng_gmux_private_net_id",
+               "vnf-parameter-value": "${bng_mux_net}"
+               },
+               {
+               "vnf-parameter-name": "bng_gmux_private_subnet_id",
+               "vnf-parameter-value": "${bng_mux_subnet}"
+               },
+               {
+               "vnf-parameter-name": "onap_private_net_id",
+               "vnf-parameter-value": "${oam_onap_net}"
+               },
+               {
+               "vnf-parameter-name": "onap_private_subnet_id",
+               "vnf-parameter-value": "${oam_onap_subnet}"
+               },
+               {
+               "vnf-parameter-name": "onap_private_net_cidr",
+               "vnf-parameter-value": "10.0.0.0/16"
+               },
+               {
+               "vnf-parameter-name": "cpe_signal_net_id",
+               "vnf-parameter-value": "${cpe_signal_net}"
+               },
+               {
+               "vnf-parameter-name": "cpe_signal_subnet_id",
+               "vnf-parameter-value": "${cpe_signal_subnet}"
+               },
+               {
+               "vnf-parameter-name": "brgemu_bng_private_net_cidr",
+               "vnf-parameter-value": "10.3.0.0/24"
+               },
+               {
+               "vnf-parameter-name": "bng_gmux_private_net_cidr",
+               "vnf-parameter-value": "10.1.0.0/24"
+               },
+               {
+               "vnf-parameter-name": "cpe_signal_private_net_cidr",
+               "vnf-parameter-value": "10.4.0.0/24"
+               },
+               {
+               "vnf-parameter-name": "vbng_private_ip_0",
+               "vnf-parameter-value": "10.3.0.1"
+               },
+               {
+               "vnf-parameter-name": "vbng_private_ip_1",
+               "vnf-parameter-value": "10.0.101.10"
+               },
+               {
+               "vnf-parameter-name": "vbng_private_ip_2",
+               "vnf-parameter-value": "10.4.0.3"
+               },
+               {
+               "vnf-parameter-name": "vbng_private_ip_3",
+               "vnf-parameter-value": "10.1.0.10"
+               },
+               {
+               "vnf-parameter-name": "vbng_name_0",
+               "vnf-parameter-value": "zdcpe1cpe01bng01_${suffix}"
+               },
+               {
+               "vnf-parameter-name": "vnf_id",
+               "vnf-parameter-value": "vCPE_Infrastructure_Metro_vBNG_demo_app"
+               },
+               {
+               "vnf-parameter-name": "vf_module_id",
+               "vnf-parameter-value": "vCPE_Intrastructure_Metro_vBNG"
+               },
+               {
+               "vnf-parameter-name": "dcae_collector_ip",
+               "vnf-parameter-value": "10.0.4.102"
+               },
+               {
+               "vnf-parameter-name": "dcae_collector_port",
+               "vnf-parameter-value": "8080"
+               },
+               {
+               "vnf-parameter-name": "repo_url_blob",
+               "vnf-parameter-value": "https://nexus.onap.org/content/sites/raw"
+               },
+               {
+               "vnf-parameter-name": "repo_url_artifacts",
+               "vnf-parameter-value": "https://nexus.onap.org/content/groups/staging"
+               },
+               {
+               "vnf-parameter-name": "demo_artifacts_version",
+               "vnf-parameter-value": "1.1.1"
+               },
+               {
+               "vnf-parameter-name": "install_script_version",
+               "vnf-parameter-value": "1.1.1"
+               },
+               {
+               "vnf-parameter-name": "key_name",
+               "vnf-parameter-value": "vbng_key"
+               },
+               {
+               "vnf-parameter-name": "pub_key",
+               "vnf-parameter-value": "${pub_key}"
+               },
+               {
+               "vnf-parameter-name": "cloud_env",
+               "vnf-parameter-value": "openstack"
+               },
+               {
+               "vnf-parameter-name": "vpp_source_repo_url",
+               "vnf-parameter-value": "https://gerrit.fd.io/r/vpp"
+               },
+               {
+               "vnf-parameter-name": "vpp_source_repo_branch",
+               "vnf-parameter-value": "stable/1704"
+               },
+               {
+               "vnf-parameter-name": "vpp_patch_url",
+               "vnf-parameter-value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-radius-client-for-vbng/src/patches/Vpp-Integrate-FreeRADIUS-Client-for-vBNG.patch"
+               }
+       ],
+       "VNF-API:vnf-assignments": {
+         }
+       }
+     }
+}
+
diff --git a/test/vcpe/preload_templates/template.vcpe_brgemu_vfmodule.json b/test/vcpe/preload_templates/template.vcpe_brgemu_vfmodule.json
new file mode 100644 (file)
index 0000000..12303f4
--- /dev/null
@@ -0,0 +1,145 @@
+{
+   "VNF-API:input": {
+     "VNF-API:request-information": {
+       "VNF-API:request-id": "robot12",
+       "VNF-API:notification-url": "https://so.onap.org",
+       "VNF-API:order-number": "robot12",
+       "VNF-API:request-sub-action": "SUPP",
+       "VNF-API:request-action": "PreloadVNFRequest",
+       "VNF-API:source": "VID",
+       "VNF-API:order-version": "1.0"
+     },
+     "VNF-API:sdnc-request-header": {
+       "VNF-API:svc-action": "reserve",
+       "VNF-API:svc-notification-url": "https://son.onap.org",
+       "VNF-API:svc-request-id": "robot12"
+     },
+     "VNF-API:vnf-topology-information": {
+             "vnf-topology-identifier": {
+               "service-type": "${service_type}",
+               "vnf-type": "${vnf_type}",
+               "generic-vnf-name": "${generic_vnf_name}",
+               "generic-vnf-type": "${generic_vnf_type}",
+               "vnf-name": "${vnf_name}"
+       },
+       "VNF-API:vnf-parameters": [
+
+
+               {
+               "vnf-parameter-name": "vcpe_image_name",
+               "vnf-parameter-value": "vbrg-base-ubuntu-16-04-new"
+               },
+               {
+               "vnf-parameter-name": "vcpe_flavor_name",
+               "vnf-parameter-value": "m1.medium"
+               },
+
+               {
+               "vnf-parameter-name": "public_net_id",
+               "vnf-parameter-value": "${public_net_id}"
+               },
+               {
+               "vnf-parameter-name": "vbrgemu_bng_private_net_id",
+               "vnf-parameter-value": "${brg_bng_net}"
+               },
+               {
+               "vnf-parameter-name": "vbrgemu_bng_private_subnet_id",
+               "vnf-parameter-value": "${brg_bng_subnet}"
+               },
+               {
+               "vnf-parameter-name": "onap_private_net_id",
+               "vnf-parameter-value": "${oam_onap_net}"
+               },
+               {
+               "vnf-parameter-name": "onap_private_subnet_id",
+               "vnf-parameter-value": "${oam_onap_subnet}"
+               },
+               {
+               "vnf-parameter-name": "onap_private_net_cidr",
+               "vnf-parameter-value": "10.0.0.0/16"
+               },
+
+               {
+               "vnf-parameter-name": "compile_state",
+               "vnf-parameter-value": "done"
+               },
+               {
+               "vnf-parameter-name": "vbrgemu_bng_private_net_cidr",
+               "vnf-parameter-value": "10.3.0.0/24"
+               },
+               {
+               "vnf-parameter-name": "vbrgemu_private_ip_0",
+               "vnf-parameter-value": "10.3.0.14"
+               },
+               {
+               "vnf-parameter-name": "sdnc_ip",
+               "vnf-parameter-value": "10.0.7.1"
+               },
+               {
+               "vnf-parameter-name": "vbrgemu_name_0",
+               "vnf-parameter-value": "zdcpe1cpe01brgemu01_${suffix}"
+               },
+               {
+               "vnf-parameter-name": "vnf_id",
+               "vnf-parameter-value": "vCPE_Infrastructure_BGREMU_demo_app"
+               },
+               {
+               "vnf-parameter-name": "vf_module_id",
+               "vnf-parameter-value": "vCPE_Customer_BRGEMU"
+               },
+               {
+               "vnf-parameter-name": "repo_url_blob",
+               "vnf-parameter-value": "https://nexus.onap.org/content/sites/raw"
+               },
+               {
+               "vnf-parameter-name": "repo_url_artifacts",
+               "vnf-parameter-value": "https://nexus.onap.org/content/groups/staging"
+               },
+               {
+               "vnf-parameter-name": "demo_artifacts_version",
+               "vnf-parameter-value": "1.1.1"
+               },
+               {
+               "vnf-parameter-name": "install_script_version",
+               "vnf-parameter-value": "1.1.1"
+               },
+               {
+               "vnf-parameter-name": "key_name",
+               "vnf-parameter-value": "vbrgemu_key"
+               },
+               {
+               "vnf-parameter-name": "pub_key",
+               "vnf-parameter-value": "${pub_key}"
+               },
+               {
+               "vnf-parameter-name": "cloud_env",
+               "vnf-parameter-value": "openstack"
+               },
+               {
+               "vnf-parameter-name": "vpp_source_repo_url",
+               "vnf-parameter-value": "https://gerrit.fd.io/r/vpp"
+               },
+               {
+               "vnf-parameter-name": "vpp_source_repo_branch",
+               "vnf-parameter-value": "stable/1704"
+               },
+               {
+               "vnf-parameter-name": "hc2vpp_source_repo_url",
+               "vnf-parameter-value": "https://gerrit.fd.io/r/hc2vpp"
+               },
+               {
+               "vnf-parameter-name": "hc2vpp_source_repo_branch",
+               "vnf-parameter-value": "stable/1704"
+               },
+               {
+               "vnf-parameter-name": "vpp_patch_url",
+               "vnf-parameter-value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-option-82-for-vbrg/src/patches/VPP-Add-Option82-Nat-Filter-For-vBRG.patch"
+               }
+
+       ],
+       "VNF-API:vnf-assignments": {
+         }
+       }
+     }
+}
+
diff --git a/test/vcpe/preload_templates/template.vcpe_gmux_vfmodule.json b/test/vcpe/preload_templates/template.vcpe_gmux_vfmodule.json
new file mode 100644 (file)
index 0000000..9dc7473
--- /dev/null
@@ -0,0 +1,160 @@
+{
+   "VNF-API:input": {
+     "VNF-API:request-information": {
+       "VNF-API:request-id": "robot12",
+       "VNF-API:notification-url": "https://so.onap.org",
+       "VNF-API:order-number": "robot12",
+       "VNF-API:request-sub-action": "SUPP",
+       "VNF-API:request-action": "PreloadVNFRequest",
+       "VNF-API:source": "VID",
+       "VNF-API:order-version": "1.0"
+     },
+     "VNF-API:sdnc-request-header": {
+       "VNF-API:svc-action": "reserve",
+       "VNF-API:svc-notification-url": "https://son.onap.org",
+       "VNF-API:svc-request-id": "robot12"
+     },
+     "VNF-API:vnf-topology-information": {
+             "vnf-topology-identifier": {
+               "service-type": "${service_type}",
+               "vnf-type": "${vnf_type}",
+               "generic-vnf-name": "${generic_vnf_name}",
+               "generic-vnf-type": "${generic_vnf_type}",
+               "vnf-name": "${vnf_name}"
+       },
+       "VNF-API:vnf-parameters": [
+               {
+               "vnf-parameter-name": "vcpe_image_name",
+               "vnf-parameter-value": "vgmux2-base-ubuntu-16-04"
+               },
+               {
+               "vnf-parameter-name": "vcpe_flavor_name",
+               "vnf-parameter-value": "m1.medium"
+               },
+               {
+               "vnf-parameter-name": "public_net_id",
+               "vnf-parameter-value": "${public_net_id}"
+               },
+               {
+               "vnf-parameter-name": "bng_gmux_private_net_id",
+               "vnf-parameter-value": "${bng_mux_net}"
+               },
+               {
+               "vnf-parameter-name": "bng_gmux_private_subnet_id",
+               "vnf-parameter-value": "${bng_mux_subnet}"
+               },
+               {
+               "vnf-parameter-name": "mux_gw_private_net_id",
+               "vnf-parameter-value": "${mux_gw_net}"
+               },
+               {
+               "vnf-parameter-name": "mux_gw_private_subnet_id",
+               "vnf-parameter-value": "${mux_gw_subnet}"
+               },
+               {
+               "vnf-parameter-name": "onap_private_net_id",
+               "vnf-parameter-value": "${oam_onap_net}"
+               },
+               {
+               "vnf-parameter-name": "onap_private_subnet_id",
+               "vnf-parameter-value": "${oam_onap_subnet}"
+               },
+               {
+               "vnf-parameter-name": "onap_private_net_cidr",
+               "vnf-parameter-value": "10.0.0.0/16"
+               },
+               {
+               "vnf-parameter-name": "mux_gw_private_net_cidr",
+               "vnf-parameter-value": "10.5.0.0/24"
+               },
+               {
+               "vnf-parameter-name": "bng_gmux_private_net_cidr",
+               "vnf-parameter-value": "10.1.0.0/24"
+               },
+               {
+               "vnf-parameter-name": "vgmux_private_ip_0",
+               "vnf-parameter-value": "10.1.0.21"
+               },
+               {
+               "vnf-parameter-name": "vgmux_private_ip_1",
+               "vnf-parameter-value": "10.0.101.21"
+               },
+               {
+               "vnf-parameter-name": "vgmux_private_ip_2",
+               "vnf-parameter-value": "10.5.0.21"
+               },
+               {
+               "vnf-parameter-name": "vgmux_name_0",
+               "vnf-parameter-value": "zdcpe1cpe01mux01_${suffix}"
+               },
+               {
+               "vnf-parameter-name": "vnf_id",
+               "vnf-parameter-value": "vCPE_Infrastructure_Metro_vGMUX_demo_app"
+               },
+               {
+               "vnf-parameter-name": "vf_module_id",
+               "vnf-parameter-value": "vCPE_Intrastructure_Metro_vGMUX"
+               },
+               {
+               "vnf-parameter-name": "dcae_collector_ip",
+               "vnf-parameter-value": "10.0.4.102"
+               },
+               {
+               "vnf-parameter-name": "dcae_collector_port",
+               "vnf-parameter-value": "8080"
+               },
+               {
+               "vnf-parameter-name": "repo_url_blob",
+               "vnf-parameter-value": "https://nexus.onap.org/content/sites/raw"
+               },
+               {
+               "vnf-parameter-name": "repo_url_artifacts",
+               "vnf-parameter-value": "https://nexus.onap.org/content/groups/staging"
+               },
+               {
+               "vnf-parameter-name": "demo_artifacts_version",
+               "vnf-parameter-value": "1.1.1"
+               },
+               {
+               "vnf-parameter-name": "install_script_version",
+               "vnf-parameter-value": "1.1.1"
+               },
+               {
+               "vnf-parameter-name": "key_name",
+               "vnf-parameter-value": "vgmux_key"
+               },
+               {
+               "vnf-parameter-name": "pub_key",
+               "vnf-parameter-value": "${pub_key}"
+               },
+               {
+               "vnf-parameter-name": "cloud_env",
+               "vnf-parameter-value": "openstack"
+               },
+               {
+               "vnf-parameter-name": "vpp_source_repo_url",
+               "vnf-parameter-value": "https://gerrit.fd.io/r/vpp"
+               },
+               {
+               "vnf-parameter-name": "vpp_source_repo_branch",
+               "vnf-parameter-value": "stable/1704"
+               },
+               {
+               "vnf-parameter-name": "vpp_patch_url",
+               "vnf-parameter-value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/Vpp-Add-VES-agent-for-vG-MUX.patch"
+               },
+               {
+               "vnf-parameter-name": "hc2vpp_patch_url",
+               "vnf-parameter-value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/Hc2vpp-Add-VES-agent-for-vG-MUX.patch"
+               },
+               {
+               "vnf-parameter-name": "libevel_patch_url",
+               "vnf-parameter-value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/vCPE-vG-MUX-libevel-fixup.patch"
+               }
+       ],
+       "VNF-API:vnf-assignments": {
+         }
+       }
+     }
+}
+
diff --git a/test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json b/test/vcpe/preload_templates/template.vcpe_infra_vfmodule.json
new file mode 100644 (file)
index 0000000..1323630
--- /dev/null
@@ -0,0 +1,176 @@
+{
+   "VNF-API:input": {
+     "VNF-API:request-information": {
+       "VNF-API:request-id": "robot12",
+       "VNF-API:notification-url": "https://so.onap.org",
+       "VNF-API:order-number": "robot12",
+       "VNF-API:request-sub-action": "SUPP",
+       "VNF-API:request-action": "PreloadVNFRequest",
+       "VNF-API:source": "VID",
+       "VNF-API:order-version": "1.0"
+     },
+     "VNF-API:sdnc-request-header": {
+       "VNF-API:svc-action": "reserve",
+       "VNF-API:svc-notification-url": "https://son.onap.org",
+       "VNF-API:svc-request-id": "robot12"
+     },
+     "VNF-API:vnf-topology-information": {
+             "vnf-topology-identifier": {
+               "service-type": "${service_type}",
+               "vnf-type": "${vnf_type}",
+               "generic-vnf-name": "${generic_vnf_name}",
+               "generic-vnf-type": "${generic_vnf_type}",
+               "vnf-name": "${vnf_name}"
+       },
+       "VNF-API:vnf-parameters": [
+       {
+       "vnf-parameter-name": "vcpe_image_name",
+       "vnf-parameter-value": "ubuntu-16-04-cloud-amd64"
+       },
+       {
+       "vnf-parameter-name": "vcpe_flavor_name",
+       "vnf-parameter-value": "m1.medium"
+       },
+       {
+       "vnf-parameter-name": "public_net_id",
+       "vnf-parameter-value": "${public_net_id}"
+       },
+       {
+       "vnf-parameter-name": "cpe_signal_net_id",
+       "vnf-parameter-value": "${cpe_signal_net}"
+       },
+       {
+       "vnf-parameter-name": "cpe_signal_subnet_id",
+       "vnf-parameter-value": "${cpe_signal_subnet}" 
+       },
+       {
+       "vnf-parameter-name": "cpe_public_net_id",
+       "vnf-parameter-value": "${cpe_public_net}"
+       },
+       {
+       "vnf-parameter-name": "cpe_public_subnet_id",
+       "vnf-parameter-value": "${cpe_public_subnet}"
+       },
+       {
+       "vnf-parameter-name": "onap_private_net_id",
+       "vnf-parameter-value": "${oam_onap_net}"
+       },
+       {
+       "vnf-parameter-name": "onap_private_subnet_id",
+       "vnf-parameter-value": "${oam_onap_subnet}"
+       },
+       {
+       "vnf-parameter-name": "onap_private_net_cidr",
+       "vnf-parameter-value": "10.0.0.0/16"
+       },
+       {
+       "vnf-parameter-name": "cpe_signal_net_cidr",
+       "vnf-parameter-value": "10.4.0.0/24"
+       },
+       {
+       "vnf-parameter-name": "cpe_public_net_cidr",
+       "vnf-parameter-value": "10.2.0.0/24"
+       },
+       {
+       "vnf-parameter-name": "vdhcp_private_ip_0",
+       "vnf-parameter-value": "10.4.0.1"
+       },
+       {
+       "vnf-parameter-name": "vdhcp_private_ip_1",
+       "vnf-parameter-value": "10.0.101.1"
+       },
+       {
+       "vnf-parameter-name": "vaaa_private_ip_0",
+       "vnf-parameter-value": "10.4.0.2"
+       },
+       {
+       "vnf-parameter-name": "vaaa_private_ip_1",
+       "vnf-parameter-value": "10.0.101.2"
+       },
+       {
+       "vnf-parameter-name": "vdns_private_ip_0",
+       "vnf-parameter-value": "10.2.0.1"
+       },
+       {
+       "vnf-parameter-name": "vdns_private_ip_1",
+       "vnf-parameter-value": "10.0.101.3"
+       },
+       {
+       "vnf-parameter-name": "vweb_private_ip_0",
+       "vnf-parameter-value": "10.2.0.10"
+       },
+       {
+       "vnf-parameter-name": "vweb_private_ip_1",
+       "vnf-parameter-value": "10.0.101.40"
+       },
+       {
+       "vnf-parameter-name": "mr_ip_addr",
+       "vnf-parameter-value": "10.0.11.1"
+       },
+       {
+       "vnf-parameter-name": "vaaa_name_0",
+       "vnf-parameter-value": "zdcpe1cpe01aaa01_${suffix}"
+       },
+       {
+       "vnf-parameter-name": "vdns_name_0",
+       "vnf-parameter-value": "zdcpe1cpe01dns01_${suffix}"
+       },
+       {
+       "vnf-parameter-name": "vdhcp_name_0",
+       "vnf-parameter-value": "zdcpe1cpe01dhcp01_${suffix}"
+       },
+       {
+       "vnf-parameter-name": "vweb_name_0",
+       "vnf-parameter-value": "zdcpe1cpe01web01_${suffix}"
+       },
+       {
+       "vnf-parameter-name": "vnf_id",
+       "vnf-parameter-value": "vCPE_Infrastructure_demo_app_${suffix}"
+       },
+       {
+       "vnf-parameter-name": "vf_module_id",
+       "vnf-parameter-value": "vCPE_Intrastructure_${suffix}"
+       },
+       {
+       "vnf-parameter-name": "dcae_collector_ip",
+       "vnf-parameter-value": "10.0.4.102"
+       },
+       {
+       "vnf-parameter-name": "dcae_collector_port",
+       "vnf-parameter-value": "8080"
+       },
+       {
+       "vnf-parameter-name": "repo_url_blob",
+       "vnf-parameter-value": "https://nexus.onap.org/content/sites/raw"
+       },
+       {
+       "vnf-parameter-name": "repo_url_artifacts",
+       "vnf-parameter-value": "https://nexus.onap.org/content/groups/staging"
+       },
+       {
+       "vnf-parameter-name": "demo_artifacts_version",
+       "vnf-parameter-value": "1.2.0"
+       },
+       {
+       "vnf-parameter-name": "install_script_version",
+       "vnf-parameter-value": "1.2.0-SNAPSHOT"
+       },
+       {
+       "vnf-parameter-name": "key_name",
+       "vnf-parameter-value": "vaaa_key"
+       },
+       {
+       "vnf-parameter-name": "pub_key",
+       "vnf-parameter-value": "${pub_key}"
+       },
+       {
+       "vnf-parameter-name": "cloud_env",
+       "vnf-parameter-value": "openstack"
+       }
+       ],
+       "VNF-API:vnf-assignments": {
+         }
+       }
+     }
+}
+
diff --git a/test/vcpe/preload_templates/template.vcpe_vgw_vfmodule.json b/test/vcpe/preload_templates/template.vcpe_vgw_vfmodule.json
new file mode 100644 (file)
index 0000000..8b33482
--- /dev/null
@@ -0,0 +1,121 @@
+{
+   "VNF-API:input": {
+     "VNF-API:request-information": {
+       "VNF-API:request-id": "robot12",
+       "VNF-API:notification-url": "https://so.onap.org",
+       "VNF-API:order-number": "robot12",
+       "VNF-API:request-sub-action": "SUPP",
+       "VNF-API:request-action": "PreloadVNFRequest",
+       "VNF-API:source": "VID",
+       "VNF-API:order-version": "1.0"
+     },
+     "VNF-API:sdnc-request-header": {
+       "VNF-API:svc-action": "reserve",
+       "VNF-API:svc-notification-url": "https://son.onap.org",
+       "VNF-API:svc-request-id": "robot12"
+     },
+     "VNF-API:vnf-topology-information": {
+             "vnf-topology-identifier": {
+               "service-type": "VGW-SERVICE-TYPE",
+               "vnf-type": "VGW-VNF-TYPE",
+               "generic-vnf-name": "GENERIC-VGW-VNF-NAME0",
+               "generic-vnf-type": "GENERIC-VGW-VNF-TYPE",
+               "vnf-name": "VGW2BRG-${brg_mac}"
+       },
+       "VNF-API:vnf-parameters": [
+
+               {
+               "vnf-parameter-name": "public_net_id",
+               "vnf-parameter-value": "${public_net_id}"
+               },
+               {
+               "vnf-parameter-name": "mux_gw_private_net_id",
+               "vnf-parameter-value": "${mux_gw_net}"
+               },
+               {
+               "vnf-parameter-name": "mux_gw_private_subnet_id",
+               "vnf-parameter-value": "${mux_gw_subnet}"
+               },
+               {
+               "vnf-parameter-name": "mux_gw_private_net_cidr",
+               "vnf-parameter-value": "10.5.0.0/24"
+               },
+               {
+               "vnf-parameter-name": "cpe_public_net_id",
+               "vnf-parameter-value": "${cpe_public_net}"
+               },
+               {
+               "vnf-parameter-name": "cpe_public_subnet_id",
+               "vnf-parameter-value": "${cpe_public_subnet}"
+               },
+               {
+               "vnf-parameter-name": "cpe_public_net_cidr",
+               "vnf-parameter-value": "10.2.0.0/24"
+               },
+               {
+               "vnf-parameter-name": "vgw_private_ip_0",
+               "vnf-parameter-value": "10.5.0.22"
+               },
+               {
+               "vnf-parameter-name": "vgw_private_ip_1",
+               "vnf-parameter-value": "10.0.101.30"
+               },
+               {
+               "vnf-parameter-name": "vgw_name_0",
+               "vnf-parameter-value": "zdcpe1cpe01gw01_${suffix}"
+               },
+               {
+               "vnf-parameter-name": "mux_ip_addr",
+               "vnf-parameter-value": "10.5.0.21"
+               },
+               {
+               "vnf-parameter-name": "vg_vgmux_tunnel_vni",
+               "vnf-parameter-value": "100"
+               },
+               {
+               "vnf-parameter-name": "onap_private_net_id",
+               "vnf-parameter-value": "${oam_onap_net}"
+               },
+               {
+               "vnf-parameter-name": "onap_private_subnet_id",
+               "vnf-parameter-value": "${oam_onap_subnet}"
+               },
+               {
+               "vnf-parameter-name": "onap_private_net_cidr",
+               "vnf-parameter-value": "10.0.0.0/16"
+               },
+               {
+               "vnf-parameter-name": "repo_url_blob",
+               "vnf-parameter-value": "https://nexus.onap.org/content/sites/raw"
+               },
+               {
+               "vnf-parameter-name": "repo_url_artifacts",
+               "vnf-parameter-value": "https://nexus.onap.org/content/groups/staging"
+               },
+               {
+               "vnf-parameter-name": "demo_artifacts_version",
+               "vnf-parameter-value": "1.1.1"
+               },
+               {
+               "vnf-parameter-name": "install_script_version",
+               "vnf-parameter-value": "1.1.1"
+               },
+               {
+               "vnf-parameter-name": "key_name",
+               "vnf-parameter-value": "vgw_key"
+               },
+               {
+               "vnf-parameter-name": "pub_key",
+               "vnf-parameter-value": "${pub_key}"
+               },
+               {
+               "vnf-parameter-name": "cloud_env",
+               "vnf-parameter-value": "openstack"
+               }
+       ],
+       "VNF-API:vnf-assignments": {
+         }
+       }
+     }
+}
+
diff --git a/test/vcpe/preload_templates/template_sniro_data.json b/test/vcpe/preload_templates/template_sniro_data.json
new file mode 100644 (file)
index 0000000..6fa2003
--- /dev/null
@@ -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"
+}
diff --git a/test/vcpe/preload_templates/template_sniro_request.json b/test/vcpe/preload_templates/template_sniro_request.json
new file mode 100644 (file)
index 0000000..565e14c
--- /dev/null
@@ -0,0 +1,20 @@
+{
+  "request" : {
+    "urlPath" : "/sniro/api/v2/placement",
+    "method" : "POST"
+  },
+  "response" : {
+    "status" : "202",
+    "body": "{\"requestId\": \"1111-111-11\"}"
+  },
+  "postServeActions" : {
+    "webhook" : {
+      "headers" : {
+        "Content-Type" : "application/json"
+      },
+      "method" : "POST",
+      "base64Body" : "${base64_sniro_data}",
+      "url" : "https://${sniro_ip}:8080/adapters/rest/SDNCNotify/SNIROResponse"
+    }
+  }
+}