tacker/tacker/objects
Aldinson Esto b77c469939 Support for Change External VNF Connectivity
This feature will enable the client to use this API to perform the
following operations:

    - allow client to change the external connectivity of a VNF
      instance
    - VNFM support to change port/network
    - VNFM also supports to change ip address/mac address/
      allowed_address_pair

The operations provided through additional attributes are below:
    - Grant(POST)
    - VNF instances (GET)
    - Individual VNF Instances (GET)
    - Notification Endpoint (POST)

Modified .zuul.yaml to disable image_volume_cache, since cache
Volume remains during Terminate implementation and responds to
Heat Stack deletion failure without erasing volume type.

Implements: blueprint support-change-external-connectivity
Spec: https://specs.openstack.org/openstack/tacker-specs/specs/wallaby/support-change-external-VNF-connectivity-operation.html
Change-Id: Ie6b8b2b46b6de24e2d2d0a8bccef87bbdfa39191
2021-03-26 17:54:12 +09:00
..
__init__.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
base.py Add version objects and db apis for vnf lcm 2020-04-20 10:53:20 +05:30
change_ext_conn_req.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
fields.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
grant.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
grant_request.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
heal_vnf_request.py Implementation Fenix plugin in Tacker 2020-09-24 04:20:06 +00:00
instantiate_vnf_req.py Enhancement IpOverEthernet in API Parameter 2021-03-26 03:04:13 +00:00
scale_vnf_request.py Support scaling operations for VNF based on ETSI 2020-10-06 19:22:34 +09:00
terminate_vnf_req.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00
vim_connection.py Support VNF update operations based on ETSI NFV 2020-10-05 07:26:15 +00:00
vnf.py Support VNF update operations based on ETSI NFV 2020-10-05 07:26:15 +00:00
vnf_artifact.py Implementation Artifacts support in Tacker 2020-09-21 03:27:17 -04:00
vnf_deployment_flavour.py Cleanup of .keys() 2020-04-25 08:16:00 +00:00
vnf_instance.py Fix for multiple failures in VNF lifecycle 2020-12-18 11:50:28 +09:00
vnf_instantiated_info.py Fix datatype inst_vnf_info.addtional_params 2020-11-25 03:28:17 -05:00
vnf_lcm_op_occs.py Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
vnf_lcm_subscriptions.py Fix for package error during vnflcm creation 2020-11-05 10:54:46 +09:00
vnf_package.py Fix for package error during vnflcm creation 2020-11-05 10:54:46 +09:00
vnf_package_vnfd.py Support of version 2.4.1 on Modify VNF 2020-10-05 07:26:40 +00:00
vnf_resources.py Add version objects and db apis for vnf lcm 2020-04-20 10:53:20 +05:30
vnf_software_image.py Update hacking for Python3 2020-04-24 13:48:53 +02:00
vnfd.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00
vnfd_attribute.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00