Merge "Re-generating tempest.conf file before starting tests"
[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         # Private network for functest. Will be created by config_functest.py
43         neutron_private_net_name: functest-net
44         neutron_private_subnet_name: functest-subnet
45         neutron_private_subnet_cidr: 192.168.120.0/24
46         neutron_private_subnet_start: 192.168.120.2
47         neutron_private_subnet_end: 192.168.120.254
48         neutron_private_subnet_gateway: 192.168.120.254
49         neutron_router_name: functest-router
50
51 healthcheck:
52     disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-disk.img
53
54 vping:
55     ping_timeout:   200
56     vm_flavor: m1.small # adapt to your environment
57     vm_name_1: opnfv-vping-1
58     vm_name_2: opnfv-vping-2
59     image_name: functest-vping
60     vping_private_net_name: vping-net
61     vping_private_subnet_name: vping-subnet
62     vping_private_subnet_cidr: 192.168.130.0/24
63     vping_router_name: vping-router
64     vping_sg_name: vPing-sg
65     vping_sg_descr: Security group for vPing test case
66
67 onos_sfc:
68     image_name: TestSfcVm
69     image_file_name: firewall_block_image.img
70
71 tempest:
72     identity:
73         tenant_name: tempest
74         tenant_description: Tenant for Tempest test suite
75         user_name: tempest
76         user_password: tempest
77     private_net_name: tempest-net
78     private_subnet_name: tempest-subnet
79     private_subnet_cidr: 192.168.150.0/24
80     router_name: tempest-router
81
82 rally:
83     deployment_name: opnfv-rally
84     network_name: rally-net
85     subnet_name: rally-subnet
86     subnet_cidr: 192.168.140.0/24
87     router_name: rally-router
88
89 vIMS:
90     general:
91         tenant_name: vIMS
92         tenant_description: vIMS Functionality Testing
93         images:
94             ubuntu:
95                 image_url: 'http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img'
96                 image_name: ubuntu_14.04
97             centos:
98                 image_url: 'http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2'
99                 image_name: centos_7
100     cloudify:
101         blueprint:
102             url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
103             branch: "3.3.1-build"
104         requierments:
105             ram_min: 3000
106             os_image: centos_7
107         inputs:
108             keystone_username: ""
109             keystone_password: ""
110             keystone_tenant_name: ""
111             keystone_url: ""
112             manager_public_key_name: 'manager-kp'
113             agent_public_key_name: 'agent-kp'
114             image_id: ""
115             flavor_id: "3"
116             external_network_name: ""
117             ssh_user: centos
118             agents_user: ubuntu
119     clearwater:
120         blueprint:
121             file_name: 'openstack-blueprint.yaml'
122             name: "clearwater-opnfv"
123             destination_folder: "opnfv-cloudify-clearwater"
124             url: 'https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git'
125             branch: "stable"
126         deployment-name: 'clearwater-opnfv'
127         requierments:
128             ram_min: 1700
129             os_image: ubuntu_14.04
130         inputs:
131             image_id: ''
132             flavor_id: ''
133             agent_user: 'ubuntu'
134             external_network_name: ''
135             public_domain: clearwater.opnfv
136 ONOS:
137     general:
138         onosbench_username: 'root'
139         onosbench_password: 'root'
140         onoscli_username: 'root'
141         onoscli_password: 'root'
142         runtimeout: 300
143     environment:
144         OCT: '10.20.0.1'
145         OC1: '10.20.0.7'
146         OC2: '10.20.0.7'
147         OC3: '10.20.0.7'
148         OCN: '10.20.0.4'
149         OCN2: '10.20.0.5'
150         installer_master: '10.20.0.2'
151         installer_master_username: 'root'
152         installer_master_password: 'r00tme'
153 multisite:
154     fuel_environment:
155         installer_username: 'root'
156         installer_password: 'r00tme'
157     compass_environment:
158         installer_username: 'root'
159         installer_password: 'root'
160         multisite_controller_ip: '10.1.0.50'
161 promise:
162     general:
163         tenant_name: promise
164         tenant_description: promise Functionality Testing
165         user_name: promiser
166         user_pwd: test
167         image_name: promise-img
168         flavor_name: promise-flavor
169         flavor_vcpus: 1
170         flavor_ram: 512
171         flavor_disk: 0
172         network_name: promise-net
173         subnet_name: promise-subnet
174         subnet_cidr: 192.168.121.0/24
175         router_name: promise-router
176
177 parser:
178     general:
179         tenant_name: parser
180         tenant_description: parser Functionality Testing
181         user_name: parser
182         user_pwd: parser
183         image_name: parser-img
184         flavor_name: parser-flavor
185         flavor_vcpus: 1
186         flavor_ram: 512
187         flavor_disk: 0
188         network_name: parser-net
189         subnet_name: parser-subnet
190         subnet_cidr: 192.168.160.0/24
191         router_name: parser-router
192
193 example:
194     example_vm_name: example-vm
195     example_flavor: m1.small
196     example_image_name: functest-example-vm
197     example_private_net_name: example-net
198     example_private_subnet_name: example-subnet
199     example_private_subnet_cidr: 192.168.170.0/24
200     example_router_name: example-router
201     example_sg_name: example-sg
202     example_sg_descr: Example Security group
203
204 results:
205     test_db_url: http://testresults.opnfv.org/test/api/v1