summaryrefslogtreecommitdiffstats
path: root/testcases/config_functest.yaml
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2015-10-02 09:29:33 +0200
committerboucherv <valentin.boucher@orange.com>2015-10-05 09:57:18 +0200
commit7040a716bdc4ca36e22988fdc931adb080e2a059 (patch)
treeb21185a931a21abc92ac4685ffa2cfaa24f2ec02 /testcases/config_functest.yaml
parentef6d69f42a875f1354a953a80670a5bffcbdc05b (diff)
vIMS deployment and cleanup
These scripts allow to : - Prepare platform (tenant, user, image, quota etc) - Deploy cloudify-manager-server - Deploy vIMS Clearwater - Undeploy vIMS - Undeploy cloudify-manager-server - Clean the platform vIMS test coming soon JIRA: FUNCTEST-38 Change-Id: I35be6433c6511d741a27b67fe24c3031f1e29fe5 Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r--testcases/config_functest.yaml53
1 files changed, 51 insertions, 2 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml
index c38b46066..e8ee6d9c6 100644
--- a/testcases/config_functest.yaml
+++ b/testcases/config_functest.yaml
@@ -1,4 +1,3 @@
----
general:
directories:
# Relative to the path where the repo is cloned:
@@ -6,7 +5,9 @@ general:
dir_odl: testcases/Controllers/ODL/CI/
dir_rally: testcases/VIM/OpenStack/CI/libraries/
dir_rally_scn: testcases/VIM/OpenStack/CI/suites/
+ dir_vIMS: testcases/vIMS/CI/
# Relative to $HOME:
+ dir_vIMS_data: functest/vIMS_data/ # $HOME/functest/vIMS_data/
dir_rally_res: functest/results/ # $HOME/functest/results
dir_rally_repo: functest/Rally_repo/ # $HOME/Rally_repo/
dir_rally_inst: .rally/ # $HOME/.rally/ usually
@@ -38,5 +39,53 @@ vping:
ip_1: 192.168.120.30
ip_2: 192.168.120.40
+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
+ cloudify:
+ blueprint:
+ url: https://github.com/cloudify-cosmo/cloudify-manager-blueprints.git
+ branch: "3.2-build"
+ file_name: "openstack-manager-blueprint.yaml"
+ inputs:
+ keystone_username: ""
+ keystone_password: ""
+ keystone_tenant_name: ""
+ keystone_url: ""
+ manager_public_key_name: 'cloudify-manager'
+ agent_public_key_name: 'cloudify-agent'
+ image_id: ""
+ flavor_id: "2"
+ 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
+ agents_user: ubuntu
+ nova_url: ""
+ neutron_url: ""
+ resources_prefix: ""
+ inputs_path: openstack/inputs.yaml
+ clearwater:
+ blueprint:
+ file_name: 'openstack-blueprint.yaml'
+ name: "clearwater-opnfv"
+ destination_folder: "opnfv-cloudify-clearwater"
+ url: 'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git'
+ branch: "master"
+ deployment-name: 'clearwater-opnfv'
+ inputs:
+ image_id: ''
+ flavor_id: ''
+ agent_user: 'ubuntu'
+ external_network_name: ''
+ public_domain: clearwater.opnfv
results:
- test_db_url: http://213.77.62.197
+ test_db_url: http://213.77.62.197 \ No newline at end of file