tacker/tacker/tests/etc/samples
Sameer d3cc82139e Fetch an on-boarded VNF package with HTTP_RANGE
The GET method fetches the content of a VNF package identified by
the VNF package identifier allocated by the NFVO.

The 'HTTP_RANGE' header is inspected for a valid value.
If it is present and valid, then the package content within
the range is fetched.If not present the entire content is
fetched

A 'size' column has been added to vnf_packages db table.
When the VNF package content is uploaded, the size of the
csar zip is persisted in this newly added 'size' column of
vnf_packages db table.

When VNF_Package content is fetched for the first time, its size is
retrieved from glance store and the size column in vnf packages table
is populated with this value. For subsequent fetch calls the size of
csar file content is retrieved from 'size' column in vnf_packages
table.

A lot of the content fetching code has been reused from
glance/api/v2/image_data.py ResponseSerializer class
download function

Blueprint: bp/enhance-vnf-package-support-part1

Change-Id: Ib49ef8b1e81ca4a4b7e3ac4a0836c111ce7da4a3
2020-04-25 07:39:06 +00:00
..
etsi/nfv Fetch an on-boarded VNF package with HTTP_RANGE 2020-04-25 07:39:06 +00:00
lcm_instantiate_request Support LCM operation with user data 2020-04-24 11:37:45 +09:00
csar_invalid_instantiation_level.zip Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
csar_with_flavour_info_in_main_template.zip Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
csar_with_invalid_default_instantiation_level.zip Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
csar_with_missing_sw_image_data_in_main_template.zip Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
csar_with_multiple_sw_image_data.zip Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
csar_without_flavour_info.zip Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
csar_without_flavour_info_in_main_template.zip Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
csar_without_instantiation_level.zip Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
csar_without_policies.zip Allow VNF package upload without policies 2019-11-01 06:42:10 +00:00
csar_without_sw_image_data.zip Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
csar_without_vnfd_info.zip Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
hot_lcm_user_data.yaml Support LCM operation with user data 2020-04-24 11:37:45 +09:00
install_vnfc.sh Implement VNFC support 2017-02-10 07:48:25 +05:30
local-vim.yaml Update Keystone auth_url in vim_config.yaml 2018-10-30 05:14:02 +00:00
ns-vnffg-param.yaml Add functional test for ns-vnffg 2018-07-23 02:24:31 +00:00
sample-tosca-alarm-respawn.yaml Move usage from deprecated Ceilometer API to Gnocchi API 2018-07-27 02:01:02 +00:00
sample-tosca-alarm-scale.yaml Move usage from deprecated Ceilometer API to Gnocchi API 2018-07-27 02:01:02 +00:00
sample-tosca-scale-all.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample-tosca-vnf-artifacts-image-values.yaml Fix issue in 'post_process_heat_template' function 2019-03-26 11:13:43 +00:00
sample-tosca-vnf-update-values.yaml Support updating VNF parameters in tacker 2020-03-12 00:34:26 +00:00
sample-tosca-vnf-values.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample-tosca-vnfd-anti-affinity-multi-vdu.yaml Modify image name to cirros-0.4.0-x86_64-disk 2019-01-07 21:07:05 +09:00
sample-tosca-vnfd-block-storage.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample-tosca-vnfd-flavor.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample-tosca-vnfd-image.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample-tosca-vnfd-instance-reservation.yaml Add functional test for reservation support 2019-02-28 06:26:04 +00:00
sample-tosca-vnfd-large-template.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample-tosca-vnfd-monitor.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample-tosca-vnfd-multi-vdu-monitoring-vdu-autoheal.yaml Add new policy action: vdu_autoheal 2019-01-24 09:55:30 +09:00
sample-tosca-vnfd-multi-vdu-monitoring.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample-tosca-vnfd-multi-vdu.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample-tosca-vnfd-no-monitor.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample-tosca-vnfd-param-artifacts-image.yaml Fix issue in 'post_process_heat_template' function 2019-03-26 11:13:43 +00:00
sample-tosca-vnfd-param.yaml Adding Tacker functional tests with parameterization using tosca template 2016-07-20 04:06:12 +00:00
sample-tosca-vnfd-placement-policy-affinity.yaml Modify image name to cirros-0.4.0-x86_64-disk 2019-01-07 21:07:05 +09:00
sample-tosca-vnfd-placement-policy-anti-affinity.yaml Modify image name to cirros-0.4.0-x86_64-disk 2019-01-07 21:07:05 +09:00
sample-tosca-vnfd-placement-policy-invalid.yaml Modify image name to cirros-0.4.0-x86_64-disk 2019-01-07 21:07:05 +09:00
sample-tosca-vnfd-single-vdu-monitoring-vdu-autoheal.yaml Add new policy action: vdu_autoheal 2019-01-24 09:55:30 +09:00
sample-tosca-vnfd-static-ip.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample-tosca-vnfd.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample_tosca_assign_floatingip_to_vdu.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
sample_tosca_vnfc.yaml Implement VNFC support 2017-02-10 07:48:25 +05:30
sample_vnf_package_csar.zip Add instantiate vnf instance API 2020-04-22 07:42:05 +00:00
sample_vnf_package_csar_with_policy.zip Add instantiate vnf instance API 2020-04-22 07:42:05 +00:00
sample_vnf_package_csar_with_short_notation.zip Add instantiate vnf instance API 2020-04-22 07:42:05 +00:00
sample_vnf_package_csar_without_policy.zip Add instantiate vnf instance API 2020-04-22 07:42:05 +00:00
sample_vnfpkg_no_meta_single_vnfd.zip Fix upload vnf_package with single yaml file csar 2020-04-20 03:15:35 +00:00
test-ns-nsd.yaml Implement NSD Support part 2 2017-01-25 23:15:40 +05:30
test-ns-vnfd1.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
test-ns-vnfd2.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
test-nsd-vnfd1.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
test-nsd-vnfd2.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
test-nsd.yaml Implement NSD Support part 2 2017-01-25 23:15:40 +05:30
test_data.zip Add vnf packages RestFul APIs 2019-09-20 06:48:28 +00:00
tosca-ns-vnffg-vnfd1-sample.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
tosca-ns-vnffg-vnfd2-sample.yaml Update cirros to 0.4.0 2018-07-25 01:42:48 +00:00
tosca-ns-vnffg.yaml Add functional test for ns-vnffg 2018-07-23 02:24:31 +00:00
vnfd_lcm_user_data.yaml Support LCM operation with user data 2020-04-24 11:37:45 +09:00