diff options
author | stark, steven <steven.stark@att.com> | 2020-03-18 15:49:12 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2020-03-18 15:58:39 -0700 |
commit | 2243bbf2398379fb1e02bd51a9dfc17bedcbf61d (patch) | |
tree | 96ce4b751826b7797f1125a2a30615630e256a3c /ovp_testsuite/examples/vLB/preloads/vpkg.json | |
parent | c02d3ed39e53d4ce56406a43089fc4a336c43f17 (diff) |
[VVP] Adding OVP VNF Heat testcase
Issue-ID: VVP-381
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: Iebcddb15ad2116555faf480129400ed6ae1ab8cc
Diffstat (limited to 'ovp_testsuite/examples/vLB/preloads/vpkg.json')
-rw-r--r-- | ovp_testsuite/examples/vLB/preloads/vpkg.json | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/ovp_testsuite/examples/vLB/preloads/vpkg.json b/ovp_testsuite/examples/vLB/preloads/vpkg.json new file mode 100644 index 0000000..1663a63 --- /dev/null +++ b/ovp_testsuite/examples/vLB/preloads/vpkg.json @@ -0,0 +1,106 @@ +{ + "input": { + "request-information": { + "request-id": "robot12", + "order-version": "1", + "notification-url": "openecomp.org", + "order-number": "1", + "request-action": "PreloadVfModuleRequest" + }, + "sdnc-request-header": { + "svc-request-id": "robot12", + "svc-notification-url": "http://openecomp.org:8080/adapters/rest/SDNCNotify", + "svc-action": "reserve" + }, + "preload-vf-module-topology-information": { + "vnf-topology-identifier-structure": { + "vnf-name": "", + "vnf-type": "" + }, + "vnf-resource-assignments": { + "availability-zones": { + "availability-zone": [] + }, + "vnf-networks": {} + }, + "vf-module-topology": { + "vf-module-topology-identifier": { + "vf-module-type": "", + "vf-module-name": "" + }, + "vf-module-parameters": { + "param": [ + { + "name": "vpg_image_name", + "value": "xenial-server-cloudimg-amd64-disk1" + }, + { + "name": "vpg_flavor_name", + "value": "m1.medium" + }, + { + "name": "vpg_name_0", + "value": "starkvpg01" + }, + { + "name": "vlb_int_pktgen_private_ip_0", + "value": "192.168.9.111" + }, + { + "name": "pktgen_private_net_cidr", + "value": "192.168.9.0/24" + }, + { + "name": "vpg_int_pktgen_private_ip_0", + "value": "192.168.9.110" + }, + { + "name": "vpg_onap_private_ip_0", + "value": "192.168.100.20" + }, + { + "name": "onap_private_net_id", + "value": "private" + }, + { + "name": "onap_private_subnet_id", + "value": "private-subnet" + }, + { + "name": "onap_private_net_cidr", + "value": "192.168.100.0/26" + }, + { + "name": "public_net_id", + "value": "public" + }, + { + "name": "nb_api_version", + "value": "1.2.0" + }, + { + "name": "install_script_version", + "value": "1.6.0-SNAPSHOT" + }, + { + "name": "demo_artifacts_version", + "value": "1.6.0-SNAPSHOT" + }, + { + "name": "cloud_env", + "value": "openstack" + }, + { + "name": "sec_group", + "value": "default" + }, + { + "name": "nexus_artifact_repo", + "value": "https://nexus.onap.org" + } + ] + } + } + } + } +}
\ No newline at end of file |