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/vnf-details.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/vnf-details.json')
-rw-r--r-- | ovp_testsuite/examples/vLB/vnf-details.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ovp_testsuite/examples/vLB/vnf-details.json b/ovp_testsuite/examples/vLB/vnf-details.json new file mode 100644 index 0000000..44bd939 --- /dev/null +++ b/ovp_testsuite/examples/vLB/vnf-details.json @@ -0,0 +1,37 @@ +{ + "vnf_name": "vLB_Test_VNF", + "description": "Some Description", + "modules": [ + { + "filename": "base_template.yaml", + "isBase": "true", + "preload": "base_template_preload.json" + }, + { + "filename": "vpkg.yaml", + "isBase": "false", + "preload": "vpkg.json" + }, + { + "filename": "vlb.yaml", + "isBase": "false", + "preload": "vlb.json" + }, + { + "filename": "vdns.yaml", + "isBase": "false", + "preload": "vdns_preload.json" + } + ], + "api_type": "gr_api", + "customer": "ONAPCUSTOMER", + "service_type": "ONAPSERVICE", + "tenant_name": "onap_project", + "region_id": "ONAPREGION", + "cloud_owner": "ONAPOWNER", + "project_name": "testproject", + "owning_entity": "testentity", + "platform": "testplatform", + "line_of_business": "testlob", + "os_password": "supersecret" +} |