summaryrefslogtreecommitdiffstats
path: root/testcases/config_functest.yaml
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2015-12-30 08:08:33 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-12-30 08:08:33 +0000
commita90c42e54bbc84dc63db2e58c6366c020fefdad8 (patch)
tree53867e246d8112fe6fb75c4938c330138e6549d0 /testcases/config_functest.yaml
parente250cde1fc43246c3464e0efd35fc5fb1fece561 (diff)
parent80aa17c01f6907199e43b3790c206f7e367d7c78 (diff)
Merge "Update orchestrator (cloudify) version from 3.2 to 3.3"
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r--testcases/config_functest.yaml37
1 files changed, 18 insertions, 19 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml
index 442ed4521..dc33f07f5 100644
--- a/testcases/config_functest.yaml
+++ b/testcases/config_functest.yaml
@@ -72,36 +72,32 @@ vIMS:
general:
tenant_name: vIMS
tenant_description: vIMS Functionality Testing
- base_image_url: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
- base_image_name: ubuntu_14.04
+ images:
+ ubuntu:
+ image_url: 'http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img'
+ image_name: ubuntu_14.04
+ centos:
+ image_url: 'http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2'
+ image_name: centos_7
cloudify:
blueprint:
url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
- branch: "3.2-build"
- file_name: "openstack-manager-blueprint.yaml"
+ branch: "3.3-build"
+ requierments:
+ ram_min: 3000
+ os_image: centos_7
inputs:
keystone_username: ""
keystone_password: ""
keystone_tenant_name: ""
keystone_url: ""
- manager_public_key_name: 'cloudify-manager'
- agent_public_key_name: 'cloudify-agent'
+ manager_public_key_name: 'manager-kp'
+ agent_public_key_name: 'agent-kp'
image_id: ""
- flavor_id: "2"
+ flavor_id: "3"
external_network_name: ""
- use_existing_manager_keypair: false
- use_existing_agent_keypair: false
- manager_server_name: cloudify-management-server
- manager_server_user: ubuntu
- manager_security_group_name: cloudify-sg-manager
- agents_security_group_name: cloudify-sg-agents
- manager_private_key_path: ~/.ssh/cloudify-manager-kp.pem
- agent_private_key_path: ~/.ssh/cloudify-agent-kp.pem
+ ssh_user: centos
agents_user: ubuntu
- nova_url: ""
- neutron_url: ""
- resources_prefix: ""
- inputs_path: openstack/inputs.yaml
clearwater:
blueprint:
file_name: 'openstack-blueprint.yaml'
@@ -110,6 +106,9 @@ vIMS:
url: 'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git'
branch: "stable"
deployment-name: 'clearwater-opnfv'
+ requierments:
+ ram_min: 1700
+ os_image: ubuntu_14.04
inputs:
image_id: ''
flavor_id: ''