Fix ci bug 83/29383/1
authorshangxdy <shang.xiaodong@zte.com.cn>
Sat, 25 Feb 2017 14:27:38 +0000 (22:27 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Sat, 25 Feb 2017 14:27:38 +0000 (22:27 +0800)
Fix ci bug when integrated with functest

JIRA:PARSER-117

Change-Id: I054ee8a578c5deeaa9cae383fac4bb0984389053
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py
tosca2heat/heat-translator/translator/tests/data/vRNC/Definitions/rnc_definition.yaml

index b685d6a..9d6a459 100644 (file)
@@ -255,7 +255,7 @@ class ToscaCompute(HotResource):
         images = IMAGES
         if translator.common.utils.check_for_env_variables():
             resp = self._populate_image_dict()
-            if len(resp.keys()) > 0:
+            if resp and len(resp.keys()) > 0:
                 images = resp
         match_all = images.keys()
         architecture = properties.get(self.ARCHITECTURE)
index 62ed2ad..33883fb 100644 (file)
@@ -42,6 +42,22 @@ node_types:
         required: false
         constraints:
           - valid_values: [ TDS-CDMA, UMTS, CDMA ]
+    attributes:
+      private_ip_of_MM:
+        type: string
+        description: The private IP address of the MM.
+
+      private_ip_of_CM:
+        type: string
+        description: The private IP address of the CM.
+
+      private_ip_of_DM:
+        type: string
+        description: The private IP address of the DM.
+
+      private_ip_of_LB:
+        type: string
+        description: The private IP address of the LB.
     requirements:
       - virtualLink_VNFM:
           capability: tosca.capabilities.nfv.VirtualLinkable