diff options
author | boucherv <valentin.boucher@orange.com> | 2017-03-21 09:49:09 +0100 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2017-03-21 09:49:09 +0100 |
commit | 442cedd8fd0453d5b662319c6d307bc0ee6437da (patch) | |
tree | 1f9dacd249bd21683b62c49f3f836ab47b257a81 /functest/opnfv_tests/vnf/ims/cloudify_ims.yaml | |
parent | 340cf9330af728dac334de7b391c3ea3971fd125 (diff) |
[cloudify_ims] Change VNF flavor value
Change-Id: I843f77fa5051a99be8bdbdbb76300ab965e9d8af
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'functest/opnfv_tests/vnf/ims/cloudify_ims.yaml')
-rw-r--r-- | functest/opnfv_tests/vnf/ims/cloudify_ims.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml index b84ef8fd..74b9e958 100644 --- a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml +++ b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml @@ -6,7 +6,7 @@ cloudify: url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git branch: '3.3.1-build' requirements: - ram_min: 4000 + ram_min: 4096 os_image: centos_7 inputs: keystone_username: "" @@ -29,7 +29,7 @@ clearwater: branch: stable deployment_name: clearwater-opnfv requirements: - ram_min: 2000 + ram_min: 2048 os_image: ubuntu_14.04 inputs: image_id: '' |