diff options
author | boucherv <valentin.boucher@orange.com> | 2017-08-22 12:08:14 +0200 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2017-09-04 15:44:48 +0200 |
commit | 578f831fe90f08028c6e88e103175b9bb698b6c5 (patch) | |
tree | 276f39d702b5e304b59113f893898f30df96943f /functest/opnfv_tests/vnf/ims/cloudify_ims.yaml | |
parent | 42562fa3393aa54d1780a428b439cedcd3590a7b (diff) |
More support of snaps for VNF
Remove OpenStack utils in vnf_base
Support snaps for quotas management in cloudify_ims
Change-Id: I44e5b01bb26569276133e85dfc25bc2cceb03056
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml index 743c6ddd..1b239468 100644 --- a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml +++ b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml @@ -21,6 +21,13 @@ vnf: flavor: name: m1.small ram_min: 2048 + compute_quotas: + cores: 50 + instances: 15 + network_quotas: + security_group: 20 + security_group_rule: 100 + port: 50 inputs: image_id: 'ubuntu_14.04' flavor_id: 'm1.small' |