tacker/tacker/objects
Yi Feng c185114092 Sample script for scaling k8s with kubespray
This patch and "Sample script for deploying k8s with kubespray"
are actually the same one. For the convenience of review, they
were submitted separately.

This patch is only about the content of scale k8s nodes. Since
the content of `NodePort` is not involved when scaling CNF,
there is no need to modify the configuration of Load Balancer.

The type of input parameter `additionalParams` of
ScaleVnfRequest is `DictOfStringsField`. The type of Kubernetes
cluster parameters used in MgmtDriver is dict, `DictOfStringsField`
type cannot adapt it. So we modify the type of additionalParams to
`DictOfNullableField`.

Implements: blueprint k8s-mgmtdriver-kubespray
Change-Id: Ib5e009c53dd834624d91ea38c9facba832d65d2b
2021-09-17 11:24:28 +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
common.py Fix migration for SQLAlchemy 1.4 2021-07-10 06:50:43 +05:30
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 Sample script for scaling k8s with kubespray 2021-09-17 11:24:28 +09:00
terminate_vnf_req.py Support flow of Getting VNF package 2020-10-05 07:19:32 +00:00
vim_connection.py Support Helm chart as interface for Kubernetes VIM 2021-09-15 11:45:12 +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 status code for invalid filter conditions 2021-09-13 15:30:52 +09:00
vnf_instantiated_info.py Fix status code for invalid filter conditions 2021-09-13 15:30:52 +09:00
vnf_lcm_op_occs.py Fix status code for invalid filter conditions 2021-09-13 15:30:52 +09:00
vnf_lcm_subscriptions.py Fix status code for invalid filter conditions 2021-09-13 15:30:52 +09:00
vnf_package.py Fix status code for invalid filter conditions 2021-09-13 15:30:52 +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 Fix status code for invalid filter conditions 2021-09-13 15:30:52 +09: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