Make the healthcheck sleep time configurable
[functest.git] / ci / config_functest.yaml
1 general:
2     directories:
3         # Relative to the path where the repo is cloned:
4         dir_vping:         testcases/OpenStack/vPing/
5         dir_odl:           testcases/Controllers/ODL/
6         dir_rally:         testcases/OpenStack/rally/
7         dir_tempest_cases: testcases/OpenStack/tempest/custom_tests/
8         dir_vIMS:          testcases/vnf/vIMS/
9         dir_onos:          testcases/Controllers/ONOS/Teston/
10         dir_onos_sfc:           testcases/Controllers/ONOS/Sfc/
11
12         # Absolute path
13         dir_repos:          /home/opnfv/repos
14         dir_repo_functest:  /home/opnfv/repos/functest
15         dir_repo_rally:     /home/opnfv/repos/rally
16         dir_repo_tempest:   /home/opnfv/repos/tempest
17         dir_repo_releng:    /home/opnfv/repos/releng
18         dir_repo_vims_test: /home/opnfv/repos/vims-test
19         dir_repo_bgpvpn:    /home/opnfv/repos/bgpvpn
20         dir_repo_onos:      /home/opnfv/repos/onos
21         dir_repo_promise:   /home/opnfv/repos/promise
22         dir_repo_doctor:    /home/opnfv/repos/doctor
23         dir_repo_copper:    /home/opnfv/repos/copper
24         dir_repo_ovno:      /home/opnfv/repos/ovno
25         dir_repo_parser:    /home/opnfv/repos/parser
26         dir_repo_domino:    /home/opnfv/repos/domino
27         dir_functest:       /home/opnfv/functest
28         dir_results:        /home/opnfv/functest/results
29         dir_functest_conf:  /home/opnfv/functest/conf
30         dir_rally_res:      /home/opnfv/functest/results/rally/
31         dir_functest_data:  /home/opnfv/functest/data
32         dir_vIMS_data:      /home/opnfv/functest/data/vIMS
33         dir_rally_inst:     /home/opnfv/.rally
34
35     openstack:
36         snapshot_file: /home/opnfv/functest/conf/openstack_snapshot.yaml
37
38         image_name: Cirros-0.3.4
39         image_file_name:  cirros-0.3.4-x86_64-disk.img
40         image_disk_format:  qcow2
41
42         flavor_name: opnfv_flavor
43         flavor_ram: 512
44         flavor_disk: 1
45         flavor_vcpus: 1
46
47         # Private network for functest. Will be created by config_functest.py
48         neutron_private_net_name: functest-net
49         neutron_private_subnet_name: functest-subnet
50         neutron_private_subnet_cidr: 192.168.120.0/24
51         neutron_private_subnet_start: 192.168.120.2
52         neutron_private_subnet_end: 192.168.120.254
53         neutron_private_subnet_gateway: 192.168.120.254
54         neutron_router_name: functest-router
55
56 healthcheck:
57     disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img
58     disk_format: qcow2
59     wait_time: 60
60
61 vping:
62     ping_timeout:   200
63     vm_flavor: m1.tiny # adapt to your environment
64     vm_name_1: opnfv-vping-1
65     vm_name_2: opnfv-vping-2
66     image_name: functest-vping
67     vping_private_net_name: vping-net
68     vping_private_subnet_name: vping-subnet
69     vping_private_subnet_cidr: 192.168.130.0/24
70     vping_router_name: vping-router
71     vping_sg_name: vPing-sg
72     vping_sg_descr: Security group for vPing test case
73
74 onos_sfc:
75     image_name: TestSfcVm
76     image_file_name: firewall_block_image.img
77
78 tempest:
79     identity:
80         tenant_name: tempest
81         tenant_description: Tenant for Tempest test suite
82         user_name: tempest
83         user_password: tempest
84     validation:
85         ssh_timeout: 130
86     private_net_name: tempest-net
87     private_subnet_name: tempest-subnet
88     private_subnet_cidr: 192.168.150.0/24
89     router_name: tempest-router
90     use_custom_images: False
91     use_custom_flavors: False
92
93 rally:
94     deployment_name: opnfv-rally
95     network_name: rally-net
96     subnet_name: rally-subnet
97     subnet_cidr: 192.168.140.0/24
98     router_name: rally-router
99
100 vIMS:
101     general:
102         tenant_name: vIMS
103         tenant_description: vIMS Functionality Testing
104         images:
105             ubuntu:
106                 image_url: 'http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img'
107                 image_name: ubuntu_14.04
108             centos:
109                 image_url: 'http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2'
110                 image_name: centos_7
111     cloudify:
112         blueprint:
113             url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
114             branch: "3.3.1-build"
115         requierments:
116             ram_min: 3000
117             os_image: centos_7
118         inputs:
119             keystone_username: ""
120             keystone_password: ""
121             keystone_tenant_name: ""
122             keystone_url: ""
123             manager_public_key_name: 'manager-kp'
124             agent_public_key_name: 'agent-kp'
125             image_id: ""
126             flavor_id: "3"
127             external_network_name: ""
128             ssh_user: centos
129             agents_user: ubuntu
130     clearwater:
131         blueprint:
132             file_name: 'openstack-blueprint.yaml'
133             name: "clearwater-opnfv"
134             destination_folder: "opnfv-cloudify-clearwater"
135             url: 'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git'
136             branch: "stable"
137         deployment-name: 'clearwater-opnfv'
138         requierments:
139             ram_min: 1700
140             os_image: ubuntu_14.04
141         inputs:
142             image_id: ''
143             flavor_id: ''
144             agent_user: 'ubuntu'
145             external_network_name: ''
146             public_domain: clearwater.opnfv
147 ONOS:
148     general:
149         onosbench_username: 'root'
150         onosbench_password: 'root'
151         onoscli_username: 'root'
152         onoscli_password: 'root'
153         runtimeout: 300
154     environment:
155         OCT: '10.20.0.1'
156         OC1: '10.20.0.7'
157         OC2: '10.20.0.7'
158         OC3: '10.20.0.7'
159         OCN: '10.20.0.4'
160         OCN2: '10.20.0.5'
161         installer_master: '10.20.0.2'
162         installer_master_username: 'root'
163         installer_master_password: 'r00tme'
164 multisite:
165     fuel_environment:
166         installer_username: 'root'
167         installer_password: 'r00tme'
168     compass_environment:
169         installer_username: 'root'
170         installer_password: 'root'
171         multisite_controller_ip: '10.1.0.50'
172 promise:
173     tenant_name: promise
174     tenant_description: promise Functionality Testing
175     user_name: promiser
176     user_pwd: test
177     image_name: promise-img
178     flavor_name: promise-flavor
179     flavor_vcpus: 1
180     flavor_ram: 128
181     flavor_disk: 0
182     network_name: promise-net
183     subnet_name: promise-subnet
184     subnet_cidr: 192.168.121.0/24
185     router_name: promise-router
186
187 example:
188     example_vm_name: example-vm
189     example_flavor: m1.small
190     example_image_name: functest-example-vm
191     example_private_net_name: example-net
192     example_private_subnet_name: example-subnet
193     example_private_subnet_cidr: 192.168.170.0/24
194     example_router_name: example-router
195     example_sg_name: example-sg
196     example_sg_descr: Example Security group
197
198 results:
199     test_db_url: http://testresults.opnfv.org/test/api/v1