tacker/tacker/tests/unit/vnflcm
Ayumu Ueha 8a8948e616 Support CNF scale operations based on ETSI NFV
Implements Container based VNF scale operation support with ETSI
NFV-SOL003 v2.6.1 VNF Lifecycle Management. Users can scale the number
of pod replicas managed by controller resources such as Kubernetes
Deployment, StatefulSet, and ReplicaSet.

Other changes:
* Check the vnf_state before scale operation in controller as other
  LCM operations.
* Enable to store multiple flavour to `vnfd_attribute` when
  `Conductor._onboard_vnfd()` method called.
* For FT, sqlalchemy is used, which calls functions in pymysql.py,
  so the dependency module PyMySQL needs to be added.

Implements: blueprint support-cnf-scale
Spec: https://specs.openstack.org/openstack/tacker-specs/specs/wallaby/support-cnf-scale.rst
Change-Id: I739fa60a18323b248bc913f6062ef2138ad2e6ee
2021-02-24 06:25:54 +00:00
..
vnflcm_driver Support LCM operation with user data 2020-04-24 11:37:45 +09:00
__init__.py Add create vnf instance API 2020-04-20 10:53:20 +05:30
fakes.py Support CNF scale operations based on ETSI NFV 2021-02-24 06:25:54 +00:00
test_controller.py Support CNF scale operations based on ETSI NFV 2021-02-24 06:25:54 +00:00
test_load_vnf_interfaces.py Implement SOL001 features to MgmtDriver 2021-02-18 17:29:39 +09:00
test_sync_resource.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00
test_utils.py Fix: flavour_description is not updated when instantiating 2020-07-27 12:10:51 +09:00
test_vnflcm_driver.py Support CNF scale operations based on ETSI NFV 2021-02-24 06:25:54 +00:00