[NFV] Reduce instance requirements 07/19907/2
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Tue, 30 Aug 2016 15:05:24 +0000 (18:05 +0300)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Thu, 1 Sep 2016 10:13:19 +0000 (13:13 +0300)
In order to keep requirements of cpu/ram
at minimum reduce their values.

Change-Id: I624f9638d6207a2dc8a6f83e47ad4e6a0f221595
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
tosca2heat/heat-translator/translator/tests/data/hot_output/hot_nfv_sample.yaml
tosca2heat/heat-translator/translator/tests/data/test_tosca_nfv_sample.yaml

index d67f022..de088a4 100644 (file)
@@ -8,7 +8,7 @@ resources:
   VDU1:
     type: OS::Nova::Server
     properties:
-      flavor: m1.medium
+      flavor: m1.tiny
       image: rhel-6.5-test-image
       networks:
       - port: { get_resource: CP1 }
@@ -20,7 +20,7 @@ resources:
   VDU2:
     type: OS::Nova::Server
     properties:
-      flavor: m1.medium
+      flavor: m1.tiny
       image: rhel-6.5-test-image
       networks:
       - port: { get_resource: CP2 }
index edbbbe5..f59c681 100644 (file)
@@ -10,8 +10,8 @@ topology_template:
       capabilities:
         host:
          properties:
-           num_cpus: 2
-           disk_size: 10 GB
+           num_cpus: 1
+           disk_size: 1 GB
            mem_size: 512 MB
         # Guest Operating System properties
         os:
@@ -40,8 +40,8 @@ topology_template:
       capabilities:
         host:
          properties:
-           num_cpus: 2
-           disk_size: 10 GB
+           num_cpus: 1
+           disk_size: 1 GB
            mem_size: 512 MB
         # Guest Operating System properties
         os: