tacker/tacker/tests/unit/nfvo
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
..
drivers Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
workflows Refactoring UT directories 2018-11-12 13:13:39 +00:00
__init__.py Arrange unit test codes according to tested code directory 2017-03-17 18:55:04 +08:00
test_nfvo_plugin.py Support CNF scale operations based on ETSI NFV 2021-02-24 06:25:54 +00:00