Include 4.1.1 vduCp in deployment 23/120523/2
authorMichaelMorris <michael.morris@est.tech>
Fri, 9 Apr 2021 15:09:07 +0000 (16:09 +0100)
committerChristophe Closset <christophe.closset@intl.att.com>
Mon, 19 Apr 2021 12:54:47 +0000 (12:54 +0000)
Node type was already added, but not include in the list of types to be deployed during install or upgrade

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3509
Change-Id: I71a3a9942cb7d5b6adb194b7e7f2aa4be6533ac6

catalog-be/src/main/resources/import/tosca/nfv-types/4.1.1/vduCp/vduCp.yml
catalog-be/src/main/resources/scripts/sdcBePy/tosca/data/onapTypesToUpgrade.json
catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/normativeTypesList.py

index 5d1db02..622f5ed 100644 (file)
@@ -27,7 +27,7 @@ node_types:
           description: Describes the type of the virtual network interface realizing the CPs instantiated from this CPD
           required: false
           constraints:
-          - valid_values: [ normal, macvtap, direct, baremetal, virtio-forwarder, direct-physical, smart-nic, bridge, ipvlan, loopback, macvlan, ptp, vlan, host-device ] 
+          - valid_values: [ normal, macvtap, direct, baremetal, virtio, virtio-forwarder, direct-physical, smart-nic, bridge, ipvlan, loopback, macvlan, ptp, vlan, host-device ] 
       requirements:
         - virtual_link:
             capability: tosca.capabilities.nfv.VirtualLinkable
index b6cfb9e..0ee2d6c 100644 (file)
@@ -138,6 +138,7 @@ def get_nfv_4_1_1(base_file_location="/"):
                                   ["VNF",
                                    "osContainer",
                                    "osContainerGroup",
+                                   "vduCp",
                                    "virtualCp"])
 
 def get_onap(base_file_location="/"):