Bug 276 Add Numa threads translation from SO to RO 68/1868/1
authorRavi Chamarty <ravi.chamarty@riftio.com>
Wed, 24 May 2017 19:29:16 +0000 (19:29 +0000)
committerRavi Chamarty <ravi.chamarty@riftio.com>
Wed, 24 May 2017 19:29:16 +0000 (19:29 +0000)
Signed-off-by: Ravi Chamarty <ravi.chamarty@riftio.com>
models/openmano/python/rift/openmano/rift2openmano.py

index d76c470..e037093 100755 (executable)
@@ -572,6 +572,8 @@ def rift2openmano_vnfd(rift_vnfd, rift_nsd):
                                      [pair.thread_a, pair.thread_b]
                                      )
 
+                if numa_node.has_field("num_threads"):
+                    vnfc["numas"][0]["threads"] = numa_node.num_threads
             else:
                 if vdu.vm_flavor.has_field("vcpu_count"):
                     vnfc["numas"][0]["cores"] = max(vdu.vm_flavor.vcpu_count, 1)