normative fix 95/17295/1
authorMichael Lando <ml636r@att.com>
Wed, 4 Oct 2017 22:51:28 +0000 (01:51 +0300)
committerMichael Lando <ml636r@att.com>
Wed, 4 Oct 2017 22:51:28 +0000 (01:51 +0300)
Change-Id: I5ba61afae1d974c78d1a80e931533f386e0015f0
Issue-ID: SDC-410
Signed-off-by: Michael Lando <ml636r@att.com>
.gitignore
catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.yml
catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.zip
catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.zip
catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.json
catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.yml
catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.zip
catalog-be/src/main/resources/scripts/import/tosca/importOnapTypes.py

index 8272b99..d5ce522 100644 (file)
@@ -165,4 +165,6 @@ sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/files/default/testSuites/*
 /sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/attributes/default.rb
 
 
-/common/openecomp-common-configuration-management/openecomp-configuration-management-cli/dependency-reduced-pom.xml
\ No newline at end of file
+/common/openecomp-common-configuration-management/openecomp-configuration-management-cli/dependency-reduced-pom.xml
+
+/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/tools/*
\ No newline at end of file
index 958806a..51a8ce5 100644 (file)
@@ -17,126 +17,126 @@ metadata:
 
 node_types:
 
-    # *****************************************************************************
-    #            Overlay tunnel service
-    # *****************************************************************************
+  # *****************************************************************************
+  #            Overlay tunnel service
+  # *****************************************************************************
 
-    org.openecomp.resource.vl.overlaytunnel:
-        derived_from: tosca.nodes.Root
-        description: This entity represents abstract overlay tunnel end point.
-        properties:
-            id:
-                type: string
-                description: Identifier of the Tunnel Endpoint node.
-                required: false
-            template_name:
-                type: string
-                required: false
-            version:
-                type: string
-                required: false
-            name:
-                type: string
-                description: Overlay tunnel name used by for reference by the administrator.
-                required: false
-            description:
-                type: string
-                description: Additional comments/information about overlay tunnel.
-                required: false
-            tunnelType:
-                type: string
-                constraints:
-                      - valid_values: ['L3-DCI','L2-DCI']
-                description: type defines if the overlay tunnel is L3-DCI tunnel or L2-DCI tunnel.
-                required: true
-            site1_id:
-                type: string
-                description: Identifier of first DCI overlay tunnel endpoint. This could be IP address of domain controller.
-                required: true
-            site1_description:
-                type: string
-                description: Additional comments/information about overlay tunnel. Description can also be used to identify domain controller.
-                required: false
-            site1_networkName:
-                type: string
-                description: Name of the network that is being associated with overlay tunnel.
-                required: true
-            site1_routerId:
-                type: string
-                description: Identifier of router connected to L3 tunnel end point, while configuring L3-DCI tunnel.
-                required: false
-            site1_importRT1:
-                type: string
-                description: List of Route targets imported by the local router.
-                required: false
-            site1_exportRT1:
-                type: string
-                description: List of Route targets exported by the local router.
-                required: false
-            site1_vni:
-                type: integer
-                description: VXLAN ID
-                required: false
-            site1_fireWallEnable:
-                type: boolean
-                required: false
-                description: Identifies if a firewall exists in the path of overlay tunnel.
-                default: false
-            site1_fireWallId:
-                type: string
-                description: Identifier of Firewall that is in overlay tunnel path
-                required: false
-            site1_localNetworkAll:
-                type: boolean
-                description: Identifies whether all the local networks associate with the tunnel or not.
-                required: false
-                default: 'false'
-            site2_id:
-                type: string
-                description: Identifier of second DCI overlay tunnel endpoint. This could be IP address of domain controller.
-                required: true
-            site2_description:
-                type: string
-                description: Additional comments/information about overlay tunnel. Description can also be used to identify domain controller.
-                required: false
-            site2_networkName:
-                type: string
-                description: Name of the network that is being associated with overlay tunnel.
-                required: true
-            site2_routerId:
-                type: string
-                description: Identifier of router connected to L3 tunnel end point, while configuring L3-DCI tunnel.
-                required: false
-            site2_importRT1:
-                type: string
-                description: List of Route targets imported by the local router.
-                required: false
-            site2_exportRT1:
-                type: string
-                description: List of Route targets exported by the local router.
-                required: false
-            site2_vni:
-                type: integer
-                description: VXLAN ID
-                required: false
-            site2_fireWallEnable:
-                type: boolean
-                required: false
-                description: Identifies if a firewall exists in the path of overlay tunnel.
-                default: false
-            site2_fireWallId:
-                type: string
-                description: Identifier of Firewall that is in overlay tunnel path
-                required: false
-            site2_localNetworkAll:
-                type: boolean
-                description: Identifies whether all the local networks associate with the tunnel or not.
-                required: false
-                default: 'false'
-        requirements:
-            - virtualLink:
-                capability: tosca.capabilities.network.Linkable
-                relationship: tosca.relationships.network.LinksTo
-        capabilities:
-            virtual_linkable:
-            type: tosca.capabilities.network.Linkable
+  org.openecomp.resource.vl.overlaytunnel:
+    derived_from: tosca.nodes.Root
+    description: This entity represents abstract overlay tunnel end point.
+    properties:
+      id:
+        type: string
+        description: Identifier of the Tunnel Endpoint node.
+        required: false
+      template_name:
+        type: string
+        required: false
+      version:
+        type: string
+        required: false
+      name:
+        type: string
+        description: Overlay tunnel name used by for reference by the administrator.
+        required: false
+      description:
+        type: string
+        description: Additional comments/information about overlay tunnel.
+        required: false
+      tunnelType:
+        type: string
+        constraints:
+          - valid_values: ['L3-DCI','L2-DCI']
+        description: type defines if the overlay tunnel is L3-DCI tunnel or L2-DCI tunnel.
+        required: true
+      site1_id:
+        type: string
+        description: Identifier of first DCI overlay tunnel endpoint. This could be IP address of domain controller.
+        required: true
+      site1_description:
+        type: string
+        description: Additional comments/information about overlay tunnel. Description can also be used to identify domain controller.
+        required: false
+      site1_networkName:
+        type: string
+        description: Name of the network that is being associated with overlay tunnel.
+        required: true
+      site1_routerId:
+        type: string
+        description: Identifier of router connected to L3 tunnel end point, while configuring L3-DCI tunnel.
+        required: false
+      site1_importRT1:
+        type: string
+        description: List of Route targets imported by the local router.
+        required: false
+      site1_exportRT1:
+        type: string
+        description: List of Route targets exported by the local router.
+        required: false
+      site1_vni:
+        type: integer
+        description: VXLAN ID
+        required: false
+      site1_fireWallEnable:
+        type: boolean
+        required: false
+        description: Identifies if a firewall exists in the path of overlay tunnel.
+        default: false
+      site1_fireWallId:
+        type: string
+        description: Identifier of Firewall that is in overlay tunnel path
+        required: false
+      site1_localNetworkAll:
+        type: boolean
+        description: Identifies whether all the local networks associate with the tunnel or not.
+        required: false
+        default: 'false'
+      site2_id:
+        type: string
+        description: Identifier of second DCI overlay tunnel endpoint. This could be IP address of domain controller.
+        required: true
+      site2_description:
+        type: string
+        description: Additional comments/information about overlay tunnel. Description can also be used to identify domain controller.
+        required: false
+      site2_networkName:
+        type: string
+        description: Name of the network that is being associated with overlay tunnel.
+        required: true
+      site2_routerId:
+        type: string
+        description: Identifier of router connected to L3 tunnel end point, while configuring L3-DCI tunnel.
+        required: false
+      site2_importRT1:
+        type: string
+        description: List of Route targets imported by the local router.
+        required: false
+      site2_exportRT1:
+        type: string
+        description: List of Route targets exported by the local router.
+        required: false
+      site2_vni:
+        type: integer
+        description: VXLAN ID
+        required: false
+      site2_fireWallEnable:
+        type: boolean
+        required: false
+        description: Identifies if a firewall exists in the path of overlay tunnel.
+        default: false
+      site2_fireWallId:
+        type: string
+        description: Identifier of Firewall that is in overlay tunnel path
+        required: false
+      site2_localNetworkAll:
+        type: boolean
+        description: Identifies whether all the local networks associate with the tunnel or not.
+        required: false
+        default: 'false'
+    requirements:
+    - virtualLink:
+        capability: tosca.capabilities.network.Linkable
+        relationship: tosca.relationships.network.LinksTo
+    capabilities:
+      virtual_linkable:
+        type: tosca.capabilities.network.Linkable
index e60fcbc..9340f06 100644 (file)
Binary files a/catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.zip and b/catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.zip differ
index 4a0bce0..65bc805 100644 (file)
Binary files a/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.zip and b/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.zip differ
index 6a565dc..955e5e3 100644 (file)
@@ -11,5 +11,5 @@
                        "name": "Network Elements"
                }]
        }],
-       "tags": ["Ext ZTE CP"]
+       "tags": ["ext ZTE CP"]
 }
\ No newline at end of file
index 5cd45b7..1638305 100644 (file)
@@ -1,5 +1,6 @@
 tosca_definitions_version: tosca_simple_yaml_1_0_0
-node_types: 
+node_types:
+  tosca.nodes.nfv.ext.zte.VDU:
     derived_from: tosca.nodes.Root
     properties: 
       manual_scale_select_vim: 
index a7ad624..2bf0f54 100644 (file)
Binary files a/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.zip and b/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.zip differ
index 44b63a7..f91b64e 100644 (file)
@@ -21,7 +21,12 @@ import importCommon
 
 def importOnapTypes(beHost, bePort, adminUser, fileDir, updateversion):
        
-       onapTypes = [ "vduCompute",
+       onapTypes = [ "extImageFile",
+                     "extLocalStorage",
+                     "extZteCP",
+                     "extZteVDU",
+                     "extZteVL",
+                     "vduCompute",
                                  "vduCpd",
                                  "vduVirtualStorage",
                                  "vnfVirtualLinkDesc"