tacker/tacker
Henry vanDyck 821e1ecd8d Terraform Infra-Driver Change VNF Package
This patch provides Change current VNF package API and
Rollback of its operation for the Terraform infra-driver.

In this API for Terraform infra-driver, overwrite old tf files
with new tf files in new vnf package
(Rollback is the opposite of this).
Therefore, there are no limitation in tf file.

This patch also includes tiny refactoring of
tacker/sol_refactored/infra_drivers/terraform/terraform.py
as follows:

- Changing the implementation regarding Terraform commands
  because the options given differ depending on the terraform
  command or LCM operation.
- Changing _exec_cmd to use the built-in error handling option
  of the subprocess module [1]
- Changing the error handling to the same strategy as the helm
  infra-driver [2]

[1] https://docs.python.org/ja/3/library/subprocess.html
[2] https://github.com/openstack/tacker/blob/master/tacker/sol_refactored/infra_drivers/kubernetes/helm_utils.py#L33C1-L41C22

Implements: blueprint terraform-infra-driver-ccvp

Change-Id: I00d883f879d9e4a0d72d4e78cb4d0071649fb5ad
2023-11-14 04:41:08 +00:00
..
agent from i18n import _ when quoting them 2019-08-09 09:59:48 +08:00
api Enhancement of Tacker API Policy for VNF tenant 2023-09-13 14:28:23 +00:00
cmd Multi version API support 2021-09-16 01:19:51 +00:00
common External OAuth2.0 Authorization Server Support 2023-09-15 09:18:07 +00:00
conductor Support External Keymanager for auth credential 2023-09-07 06:22:04 +00:00
conf Fix missing import for i18n 2023-04-25 15:45:42 +09:00
db Support External Keymanager for auth credential 2023-09-07 06:22:04 +00:00
extensions Merge "Support vimConnectionInfo.extra when CNF deploy" 2022-09-12 11:20:13 +00:00
glance_store Refactor for Performance Improvement 2022-09-14 14:16:33 +09:00
hacking Use LOG.warning instead of deprecated LOG.warn 2021-12-15 01:28:39 +00:00
keymgr External OAuth2.0 Authorization Server Support 2023-09-15 09:18:07 +00:00
locale/de/LC_MESSAGES Imported Translations from Zanata 2023-08-24 04:19:47 +00:00
nfvo External OAuth2.0 Authorization Server Support 2023-09-15 09:18:07 +00:00
objects Fix vnfdId format for VNF package 2023-09-04 00:40:20 +00:00
plugins Fix missing import for i18n 2023-04-25 15:45:42 +09:00
policies Add support cnf auto heal and scale 2022-09-15 18:59:28 +00:00
privileged Fix failure of testing privsep 2022-03-18 19:25:11 +09:00
releasenotes/notes Support for Change External VNF Connectivity 2021-03-26 17:54:12 +09:00
services Drop most of six importings 2020-10-19 12:10:05 +00:00
sol_refactored Terraform Infra-Driver Change VNF Package 2023-11-14 04:41:08 +00:00
tests Terraform Infra-Driver Change VNF Package 2023-11-14 04:41:08 +00:00
tosca Support importing def from local instead of url 2023-09-05 15:26:33 +09:00
vnflcm Support importing def from local instead of url 2023-09-05 15:26:33 +09:00
vnfm Merge "External OAuth2.0 Authorization Server Support" 2023-09-15 11:18:27 +00:00
__init__.py Drop most of six importings 2020-10-19 12:10:05 +00:00
_i18n.py Remove i18n.enable_lazy() call from tacker.cmd 2018-11-14 14:56:52 +05:30
alarm_receiver.py OAuth 2.0 Mutual-TLS Support 2023-02-21 06:14:56 +00:00
auth.py Refactor for Performance Improvement 2022-09-14 14:16:33 +09:00
context.py External OAuth2.0 Authorization Server Support 2023-09-15 09:18:07 +00:00
manager.py Sychronize vnf action tasks 2020-04-22 07:43:50 +00:00
policy.py Enhancement of Tacker API resource access control 2023-03-14 18:01:41 +09:00
service.py Fix two-stage process launcher in tacker-server 2021-04-23 09:33:49 +09:00
version.py Cleanup vim settings 2016-03-28 13:03:56 +02:00
wsgi.py Deprecate Legacy APIs excluding VIM feature 2023-01-27 13:09:44 +00:00