Implementation CNF with VNFM and CISM in Tacker

Implements: blueprint cnf-support-with-etsi-nfv-specs

The CNF instantiation/termination
* Load CNF definition files in CSAR artifact
* Extend Kubernetes infra_driver for general APIs

Other modify
* update lower-constraints.txt and requirments.txt to
  satisfy our k8s client usage
  (kubernets:6.0.0->11.0.0, urllib3:1.22.0->1.24.2)

Change-Id: I20ffbaec14ac5fb8236bd61416c2604b7a6590f6
This commit is contained in:
LiangLu
2020-08-19 01:45:15 -04:00
parent 60dd90d02b
commit 3ad581fed2
87 changed files with 6580 additions and 95 deletions

View File

@@ -47,7 +47,7 @@ jsonschema==3.2.0
keystoneauth1==3.15.0
keystonemiddleware==4.17.0
kombu==4.3.0
kubernetes==7.0.0
kubernetes==11.0.0
linecache2==1.0.0
Mako==1.0.7
MarkupSafe==1.1
@@ -146,7 +146,7 @@ tooz==1.58.0
tosca-parser==1.6.0
traceback2==1.4.0
unittest2==1.1.0
urllib3==1.22
urllib3==1.24.2
vine==1.1.4
voluptuous==0.11.1
waitress==1.1.0