aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'functest/opnfv_tests/vnf/ims/cloudify_ims.yaml')
-rw-r--r--functest/opnfv_tests/vnf/ims/cloudify_ims.yaml28
1 files changed, 16 insertions, 12 deletions
diff --git a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml
index ad7fa70a9..e1a7bf316 100644
--- a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml
+++ b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml
@@ -1,13 +1,16 @@
+---
tenant_images:
- ubuntu_14.04: /home/opnfv/functest/images/trusty-server-cloudimg-amd64-disk1.img
- cloudify_manager_4.0: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2
+ ubuntu_14.04:
+ /home/opnfv/functest/images/trusty-server-cloudimg-amd64-disk1.img
+ cloudify_manager_4.0:
+ /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2
orchestrator:
name: cloudify
version: '4.0'
requirements:
flavor:
- name: m1.medium
- ram_min: 4096
+ name: m1.medium
+ ram_min: 4096
os_image: 'cloudify_manager_4.0'
vnf:
name: clearwater
@@ -15,19 +18,20 @@ vnf:
descriptor:
file_name: openstack-blueprint.yaml
name: clearwater-opnfv
- url: https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/master.zip
+ url:
+ https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater/archive/master.zip
version: '122'
requirements:
flavor:
- name: m1.small
- ram_min: 2048
+ name: m1.small
+ ram_min: 2048
compute_quotas:
- cores: 50
- instances: 15
+ cores: 50
+ instances: 15
network_quotas:
- security_group: 20
- security_group_rule: 100
- port: 50
+ security_group: 20
+ security_group_rule: 100
+ port: 50
inputs:
image_id: 'ubuntu_14.04'
flavor_id: 'm1.small'