Merge "Dockerfile for Functest"
[functest.git] / testcases / config_functest.yaml
1 general:
2     directories:
3         # Relative to the path where the repo is cloned:
4         dir_vping:      testcases/vPing/CI/libraries/
5         dir_odl:        testcases/Controllers/ODL/CI/
6         dir_rally:      testcases/VIM/OpenStack/CI/libraries/
7         dir_rally_scn:  testcases/VIM/OpenStack/CI/suites/
8         dir_vIMS:       testcases/vIMS/CI/
9
10         # Absolute path
11         dir_repos:          /home/opnfv/repos
12         dir_repo_functest:  /home/opnfv/repos/functest
13         dir_repo_rally:     /home/opnfv/repos/rally
14         dir_repo_releng:    /home/opnfv/repos/releng
15         dir_functest:       /home/opnfv/functest
16         dir_results:        /home/opnfv/functest/results
17         dir_functest_conf:  /home/opnfv/functest/conf
18         dir_rally_res:      /home/opnfv/functest/results/rally
19         dir_functest_data:  /home/opnfv/functest/data
20         dir_vIMS_data:      /home/opnfv/functest/data/vIMS
21         dir_rally_inst:     /root/.rally
22
23     openstack:
24         image_name: functest-img
25         image_url:  http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
26         image_disk_format:  qcow2
27         rally_stable_commit:    9a17d8490e7fb4afee2f5629e6db41eabe4bc4d4
28
29         #Public network. Optional
30         neutron_public_net_name: net04_ext
31         neutron_public_subnet_name: net04_ext__subnet
32         neutron_public_subnet_cidr: 172.16.9.0/24
33         neutron_public_subnet_start: 172.16.9.130
34         neutron_public_subnet_end: 172.16.9.254
35         #Private network for functest. Will be created by config_functest.py
36         neutron_private_net_name: functest-net
37         neutron_private_subnet_name: functest-subnet
38         neutron_private_subnet_cidr: 192.168.120.0/24
39         neutron_private_subnet_start: 192.168.120.2
40         neutron_private_subnet_end: 192.168.120.254
41         neutron_private_subnet_gateway: 192.168.120.254
42         neutron_router_name: functest-router
43 vping:
44     ping_timeout:   200
45     vm_flavor: m1.small #adapt to your environment
46     vm_name_1: opnfv-vping-1
47     vm_name_2: opnfv-vping-2
48     ip_1: 192.168.120.30
49     ip_2: 192.168.120.40
50
51 vIMS:
52     general:
53         tenant_name: vIMS
54         tenant_description: vIMS Functionality Testing
55         base_image_url: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
56         base_image_name: ubuntu_14.04
57     cloudify:
58         blueprint:
59             url: https://github.com/cloudify-cosmo/cloudify-manager-blueprints.git
60             branch: "3.2-build"
61             file_name: "openstack-manager-blueprint.yaml"
62         inputs:
63             keystone_username: ""
64             keystone_password: ""
65             keystone_tenant_name: ""
66             keystone_url: ""
67             manager_public_key_name: 'cloudify-manager'
68             agent_public_key_name: 'cloudify-agent'
69             image_id: ""
70             flavor_id: "2"
71             external_network_name: ""
72             use_existing_manager_keypair: false
73             use_existing_agent_keypair: false
74             manager_server_name: cloudify-management-server
75             manager_server_user: ubuntu
76             manager_security_group_name: cloudify-sg-manager
77             agents_security_group_name: cloudify-sg-agents
78             manager_private_key_path: ~/.ssh/cloudify-manager-kp.pem
79             agent_private_key_path: ~/.ssh/cloudify-agent-kp.pem
80             agents_user: ubuntu
81             nova_url: ""
82             neutron_url: ""
83             resources_prefix: ""
84         inputs_path: openstack/inputs.yaml
85     clearwater:
86         blueprint:
87             file_name: 'openstack-blueprint.yaml'
88             name: "clearwater-opnfv"
89             destination_folder: "opnfv-cloudify-clearwater"
90             url: 'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git'
91             branch: "master"
92         deployment-name: 'clearwater-opnfv'
93         inputs:
94             image_id: ''
95             flavor_id: ''
96             agent_user: 'ubuntu'
97             external_network_name: ''
98             public_domain: clearwater.opnfv
99 results:
100     test_db_url: http://213.77.62.197